document.write( "Question 450419: 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 enrollment fee. In how many months will the fitness clubs cost the same? What will the cost be? \n" ); document.write( "
Algebra.Com's Answer #309803 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 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 enrollment fee. In how many months will the fitness clubs cost the same? \n" ); document.write( "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( " |