document.write( "Question 971512: club A offers membership for a fee of 30$ plus a monthly foo of 25$. Club B offer membership for a fee of 20$ plus a monthly fee of 15$. After how many months will the total cost at each health club be the same? what will be the total cost for each club? \n" ); document.write( "
Algebra.Com's Answer #593960 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A: $30 +$25 x, where x=number of months\r \n" ); document.write( "\n" ); document.write( "B: $20 + $15 x\r \n" ); document.write( "\n" ); document.write( "Set them equal\r \n" ); document.write( "\n" ); document.write( "30 +25x = 20 +15 x \n" ); document.write( "They will never be equal as the problem is stated. The second one costs less to start and has fewer monthly charges. Let me switch the monthly charges.\r \n" ); document.write( "\n" ); document.write( "30 + 15x= 20 +25x \n" ); document.write( "This will be equal at one month at $45. \n" ); document.write( " |