document.write( "Question 621793: Carl has $135 in the bank and plans to save $5 per week. Jean has $90 in the bank and plans to save $10 per week. How many weeks will it be before Jean has at least as much in the bank as Carl?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #390989 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 135+5x=90+10x \n" ); document.write( "45=5x \n" ); document.write( "x=45/5 \n" ); document.write( "x=9 weeks \n" ); document.write( " |