asked 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

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:

answered
User Trobol
by
8.9k points
4 votes

Answer:

N(c)= c-30/ 15

answered
User Sachin Muthumala
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.