document.write( "Question 321189: You are choosing between two health clubs. Club A offers a membership for a fee of $28 plus a monthly fee of $15.Club B offers a membership for a fee of $24 plus a monthly fee of $16.
\n" );
document.write( " After how many months will the total cost of each health club be the same? What will be the total cost for each club?
\n" );
document.write( "Please help. Thank you! \n" );
document.write( "
Algebra.Com's Answer #230017 by toidayma(44)![]() ![]() You can put this solution on YOUR website! Let x be the number of months that for such period of time, the total cost for each club are equal. \n" ); document.write( "We have: \n" ); document.write( "the total cost for joining club A for x months is: 28 + 15x \n" ); document.write( "the total cost for joining club B for x months is: 24 + 16x \n" ); document.write( "Since the cost for joining each club for x month are equal, we have the equation: \n" ); document.write( "28 + 15x = 24 + 16x <-> \n" ); document.write( "4 = x. \n" ); document.write( "So, after 4 month since joining, the total cost of joining both club are the same. And that same total cost is 28 + 15*4 = 88 ($). \n" ); document.write( " |