165k views
3 votes
function c is defined by the equation c(n)=50+4n. it gives the monthly cost in dollars of visitiing a gym as a function of the number of visits v. find the value of c (7). show your reasoning and explain what the value means in this situation

User Sapy
by
5.7k points

2 Answers

4 votes

Answer: c(7)=78

Explanation:

C(n)=50+4n

c(7)=50+4(7)

=50+28

=78

C(7)=78

User Abilash
by
5.7k points
4 votes

The cost function is defined as


c(n)=50+4n

The value of c(7) can be determined by substituting 7 for n into the function.

Therefore, c(7) becomes;


\begin{gathered} c(7)=50+4(7) \\ c(7)=50+28 \\ c(7)=78 \end{gathered}

This means the cost of 7 visits to the gym is $78.

The cost function shows that there is an amount that doesnt change and that is 50. Then there is one that varies or changes with every visit, or n. That means as the value of n increases or decreases, the total amount also increases or decreases. When n equals zero, then the total cost becomes 50. This means when there is no visit to the gym, the cost still remains $50.

Therefore, n is a variable that can determine changes in the total cost.

User Multicollinearity
by
5.3k points