document.write( "Question 120204This question is from textbook
\n" );
document.write( ": Suppose you have$20 in your acct. you save $5 aweek.
\n" );
document.write( "your friend has $5in the his acct. he saves $10 aweek.
\n" );
document.write( "after how many weeks will it takes for you and your friend to have the
\n" );
document.write( "same amount of money in your acct?
\n" );
document.write( "How will each of you have? \n" );
document.write( "
Algebra.Com's Answer #88083 by checkley71(8403) ![]() You can put this solution on YOUR website! 20+5W=5+10W \n" ); document.write( "5W-10W=5-20 \n" ); document.write( "-5W=-15 \n" ); document.write( "W=-15/-5 \n" ); document.write( "W=3 WEEKS YOU WILL BOTH HAVE THE SAME AMOUNT. \n" ); document.write( "PROOF \n" ); document.write( "20+5*3=5+10*3 \n" ); document.write( "20+15=5+30 \n" ); document.write( "35=35 THE AMOUNT YOU BOTH WILL HAVE IN YOUR ACCOUNTS AFTER 3 WEEKS. \n" ); document.write( " |