SOLUTION: A fitness gym charges people a one time 30 fee , and then $ $2 for each visit to the gym. Another gym charges a $15 one time fee, and then $3 for each visit.
Write a function
Question 1099136: A fitness gym charges people a one time 30 fee , and then $ $2 for each visit to the gym. Another gym charges a $15 one time fee, and then $3 for each visit.
Write a function for each gym.
After how many visits will you have have paid the same total amount Answer by Boreal(15235) (Show Source):
You can put this solution on YOUR website! G1: C=30+2x, x is number of visits, C is the cost
G2: C=15+3x
they are equal when 30+2x=15+3x
15=x after 15 months
$60 for each