document.write( "Question 984214: Paul and John both want to save money. Paul already had $20 saved and is going to save
\n" );
document.write( "$5 a week. John had no money saved, but is going to save $9 a week. Write two
\n" );
document.write( "equations to model the money (m) they will save after any number of weeks (w). When
\n" );
document.write( "will they have the same amount of money saved? \n" );
document.write( "
Algebra.Com's Answer #605037 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Paul and John both want to save money.\r \n" ); document.write( "\n" ); document.write( " Paul already had $20 saved and is going to save $5 a week. \r \n" ); document.write( "\n" ); document.write( "m=20+5w\r \n" ); document.write( "\n" ); document.write( "John had no money saved, but is going to save $9 a week.\r \n" ); document.write( "\n" ); document.write( "m= 0+9w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " they have the same amount of money saved\r \n" ); document.write( "\n" ); document.write( "20+5w= 9w\r \n" ); document.write( "\n" ); document.write( "20=4 w \n" ); document.write( "w=5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |