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 #712927 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
$30 is the non-recurring fee, as long as membership continues.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let x be number of visits in the lifetime.
\n" ); document.write( "\"2x%2B30\", cost for lifetime of membership.
\n" ); document.write( "
\n" );