document.write( "Question 63778: An inheritance of $900,000 is to be divided among Carl, Amy, and Stan in the following manner: Amy is to receive 3/4 of what Carl gets, while Stan gets 1/2 of what Carl gets. How much does each get? \n" ); document.write( "
Algebra.Com's Answer #44463 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! If Carl gets x dollars then Amy will receive 3/4 x and Stan will receive 1/2 x \n" ); document.write( "The total of (x + 1/2 x + 3/4 x) is (2 and 1/4 x) (= 2.25x) \n" ); document.write( "900 000 = 2.25 x \n" ); document.write( "x = 900 000/2.25 \n" ); document.write( "x = 400 000 \n" ); document.write( "So Carl gets $400 000, Amy gets $300 000 and Stan gets $200 000 \n" ); document.write( " |