Question 925076: Can you help me understand this world problem? A local gym has 2 payment plans. Under Plan A, you pay $40/month and $10/visit. Under Plan B, you pay $88/month and $6/visit. At what number of visits do both plans cost the same total amount per month?
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! x = number of monthly visits
y = total monthly cost
---
plan A:
y = 10x + 40
---
plan B:
y = 6x + 88
---
10x + 40 = 6x + 88
4x = 48
x = 12
---
answer
at 12 visits per month both plans cost $160
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php
|
|
|