document.write( "Question 1098541: Lifetime fitness charges a $30 one time membership fee, and then charges $ 2 for each visit to the gym.
\n" );
document.write( "Write a function that models the cost of a membership for lifetime gym \n" );
document.write( "
Algebra.Com's Answer #712926 by addingup(3677)![]() ![]() 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. \n" ); document.write( " \n" ); document.write( " |