SOLUTION: Lifetime fitness charges a $30 one time membership fee, and then charges $ 2 for each visit to the gym. Write a function that models the cost of a membership for lifetime gym

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: Lifetime fitness charges a $30 one time membership fee, and then charges $ 2 for each visit to the gym. Write a function that models the cost of a membership for lifetime gym      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1098541: Lifetime fitness charges a $30 one time membership fee, and then charges $ 2 for each visit to the gym.
Write a function that models the cost of a membership for lifetime gym

Found 2 solutions by addingup, josgarithmetic:
Answer by addingup(3677) About Me  (Show Source):
You can put this solution on YOUR website!
30+2 do you know how many visits you will make? No? how about x visits? Or n visits if you like that better. So it's 2x, or 2n Add to 30.

Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
$30 is the non-recurring fee, as long as membership continues.

Let x be number of visits in the lifetime.
2x%2B30, cost for lifetime of membership.