document.write( "Question 1000863: There really 4 brothers opening Christmas presents from their parents. The oldest brother received $10 more than his next younger brother who received $10 more than his next younger brother who recieved $10 more than the youngest brother. The total amount the four brothers received was $504. How much did the oldest brother received? \n" ); document.write( "
Algebra.Com's Answer #618227 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Youngest brother would receive $x \n" ); document.write( "Next brother up would receive $10 + x \n" ); document.write( "Next brother up would receive $20 + x \n" ); document.write( "Next brother up would receive $30 + x \n" ); document.write( "Totalised: \n" ); document.write( "x + (10 + x) + (20 + x) + (30 + x) = $504 \n" ); document.write( "Collect like terms: \n" ); document.write( "4x + 60 = $504 \n" ); document.write( "4x = $504 - $60 \n" ); document.write( "4x = $444 \n" ); document.write( "x = $111. \n" ); document.write( "Oldest brother received $30 + $111 = $141. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " \n" ); document.write( " |