document.write( "Question 935414: If John gets paid 2000 dollars every month and also gets a 10% bonus monthly, how much money would he get paid in total after 80 months? \n" ); document.write( "
Algebra.Com's Answer #568634 by Theo(13342)![]() ![]() You can put this solution on YOUR website! y = 80 * (2000 + .10 * 2000) \n" ); document.write( "y equals the amount of money he gets paid in total. \n" ); document.write( "2000 equals the amount of money he gets paid each month. \n" ); document.write( ".10 * 2000 represents the 10% bonus he gets every month. \n" ); document.write( "simplify that equation and you get: \n" ); document.write( "y = 80 * 1.10 * 2000 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 176,000 \n" ); document.write( " \n" ); document.write( " |