22.5k views
0 votes
Question 2 of 10

2 Points
The function Cn) below relates the number of bushels of apples picked at a
pick-your-own orchard to the final cost for the apples.
It takes as input the number of bushels of apples picked after paying an entry
fee to an orchard and returns as output the cost of the apples (in dollars)
C(n) = 20n + 15
Which equation below represents the inverse function N(C), which takes the
cost of the apples as input and returns the number of bushels picked as
output?
O A. Mo =
O B. M(C) = 720
on Mo= C-15

User Mcpeterson
by
3.5k points

1 Answer

4 votes

Answer:

N(c) = (C - 15)/20.

Explanation:

C(n) = 20n + 15

20n = C- 15

N(c) = (C - 15)/20.

User Dan Jameson
by
4.1k points