document.write( "Question 608514: club A offers a fee of $15 plus a monthly fee of $27. Club B offers a fee of $21 plus a monthly fee of $26. After how many months will the cost be the same? \n" ); document.write( "
Algebra.Com's Answer #383287 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
y1= 15 +27t
\n" ); document.write( "y2= 21 + 26t
\n" ); document.write( "y1=y2
\n" ); document.write( "t = 6
\n" ); document.write( "
\n" );