44.8k views
0 votes
The function c(n) below relates the number of bushels of apples picked at a pic-your-own orchard to find cost for the apples it takes as input the number bushels of apples picked after paying an entry fee to an orchard and it returns as output the cost of the apples (in dollars) c(n)=15n+30

User Evan Sharp
by
5.3k points

2 Answers

2 votes

Answer:

C(n) = 20n + 15

y = 20n + 15

20n = y - 15

n = (y - 15)/20

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

Explanation:

User Trobol
by
6.5k points
4 votes

Answer:

N(c)= c-30/ 15

User Sachin Muthumala
by
5.9k points