document.write( "Question 98273: a wealthy mathematician left her $6,000,000 estate to her three children. The eldest received 1/3rd of the estate. The youngest received 1/4th of the remainder of the estate. The middle child recived what was left. How much did each child receive? \n" ); document.write( "
Algebra.Com's Answer #71436 by edjones(8007)![]() ![]() You can put this solution on YOUR website! m=million \n" ); document.write( "6m*1/3=2m \n" ); document.write( "4m*1/4=1m \n" ); document.write( "middle child got 3m \n" ); document.write( " |