document.write( "Question 1152295: Alice, Bob, and Mary completed a project and were paid $25,000. Before the project started, they agreed that Alice should be paid $1000 less than twice Mary’s share and Bob should be paid $2000 more than Mary’s share. How much did each earn?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #774282 by ikleyn(52905) You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let x = Mary' share.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the Alice' share is (2x-1000) dollars, \r\n" ); document.write( "\r\n" ); document.write( "and Bob' share is (x+2000).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The equation for the total then is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " x + (2x-1000) + (x+200) = 25000 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve for x\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 4x + 1000 = 25000\r\n" ); document.write( "\r\n" ); document.write( " 4x = 25000 - 1000 = 24000\r\n" ); document.write( "\r\n" ); document.write( " x = 24000/4 = 6000 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. Mary' share is $6000; Alice' share is 2*6000-1000 = 11000 dollars; Bob' share is 6000+2000 = 8000 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "CHECK. 6000 + 11000 + 8000 = 25000. ! Precisely correct !\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |