77,509 views
10 votes
10 votes
Community Gym charges a $50 membership fee and a $60 monthly fee. Workout Gym charges a $170membership fee and a $50 monthly fee. After how many months will the total amount of money paid toboth gyms be the same? What will the amount be?

User Faustin Carter
by
3.0k points

1 Answer

12 votes
12 votes

We have to find after how many months will the total amount of money paid to both gyms be the same and what will this amount be.

To find that we have to write a function that relates months to total cost for each gym.

For Community Gym, we have a fixed cost, the membership, of $50. This amount is independent of the months.

Then, it has a monthly fee of $60, so it will affect the total cost proportionally to the number of months: if n are the numbers of month, the total cost of this monthly fee will be 60n.

If we add the cost of the membership we get:


C_1(n)=50+60n

In the case of Workout Gym, the fixed cost (one-time membership) is $170 and the monthly fee is $50, so if n are the months, we can write the total cost as the sum of boths:


C_2(n)=170+50n

Now that we have the cost functions, we can find the months at which both gyms cost the same by writing:


C_1(n)=C_2(n)

This equation tells us that both costs are the same, and this will happens for an specific number of months. We can find the number of months n as:


\begin{gathered} C_1(n)=C_2(n) \\ 50+60n=170+50n \\ 60n-50n=170-50 \\ 10n=120 \\ n=(120)/(10) \\ n=12 \end{gathered}

With this result (n=12), we know that both gyms will cost the same amount of money at 12 months.

We can calculate the amount of money by replacing n with 12 in any of the two equations:


C_1(12)=50+60\cdot12=50+720=770

We can check with the other equation:


C_2(12)=170+50\cdot12=170+600=770

Answer: the number of months is 12 months. The amount of money is $770 for this period.

User Rob Pilkington
by
2.7k points