document.write( "Question 450412: Fabulously fit offers a membership for $35 per month plus a $50 enrollment fee. The fitness studio offers memberships for $40 per month plus a $35 enrollemnt fee. in how many months will the fitness clubs cost the same? what will the cost be? \n" ); document.write( "
Algebra.Com's Answer #309804 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let x = number months
\n" ); document.write( " Fabulously fit= 50+35x
\n" ); document.write( "Fitness studio 35+40x\r
\n" ); document.write( "\n" ); document.write( "50+35x=35+40x
\n" ); document.write( "5x=15
\n" ); document.write( "x= 3 months
\n" ); document.write( "
\n" );