document.write( "Question 1044040: Nancy started the year with $435 in the bank and is saving $25 a week. Shane started with $875 and is spending $15 a week. When will they both have the same amount of money in the bank?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #659274 by advanced_Learner(501) You can put this solution on YOUR website! nancy saves \n" ); document.write( "435+25x \n" ); document.write( "shane spends \n" ); document.write( "875-15x\r \n" ); document.write( "\n" ); document.write( "equating both \n" ); document.write( "435+25x=875-15x \n" ); document.write( "x=11 weeks \n" ); document.write( " |