document.write( "Question 765541: Scott has $500 in the bank. He withdraws the same amount of money each week for 12 weeks, at which point he has $20 left in the bank. How much money did he withdraw each week?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #466227 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 500 - 12x = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-12x = 20 - 500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-12x = -480\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -480/(-12)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So he withdraws $40 each week. \n" ); document.write( " |