document.write( "Question 1013352: Community gym charges a $50 membership fee and a $55 monthly fee. without gym charges $200 membership fee and a $45 money fee. After how many months will the total amount of money paid to both gyms be the same? What will the amount be? \n" ); document.write( "
Algebra.Com's Answer #629620 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call x the number of months...then we have
\n" ); document.write( "50 + 55x = 200 + 45x
\n" ); document.write( "10x = 150
\n" ); document.write( "x = 15 months
\n" ); document.write( "------------
\n" ); document.write( "50 + 55(15) = $875
\n" ); document.write( "
\n" );