Raffle tickets are being sold for a fundraiser. The function a(n) relates the
amount of money raised to the number of tickets sold, n.
It takes as input the number of tickets sold and returns as output the amount
of money raised.
a(n) = 3n - 25
Which equation represents the inverse function n(a), which takes the money
raised as input and returns the number of tickets sold as output?

Respuesta :

Answer:

If the function is

A(n) = 4n -25

and we wish to get the inverse function N(a)

We let

A(n) = a

n = N(a)

Plugging in the values

a = 4 N(a) - 25

Arranging the equation:

4 N(a) = a + 25

N(a) = (a + 25) /4

The answer is

N(a) = (a + 25) /4

Step-by-step explanation:

The inverse function of a(n) = 3n - 15 is n(a) = 5 + a/3.

What is an inverse function?

An inverse function exists a function that undoes the action of another function. A function g exists as the inverse of a function f if whenever

y = f(x) then x = g(y).

We have:

a(n) = 3n - 15

Rewrite the above equation as

a = 3n - 15

Add 15 to both sides of the equation

3n = 15 + a

Divide through by 3, we get

n = 5 + a/3

Express as function then, we get

n(a) = 5 + a/3

Hence, the inverse function is n(a) = 5 + a/3.

To learn more about inverse function

brainly.com/question/14391067

#SPJ1