document.write( "Question 443879: A $40 000 inheritance was divided among 3 brothers, John, Daniel and Philip. John received $2000 less than Daniel. Daniel received $3000 more than Philip. How much money did each brother receive? \n" ); document.write( "
Algebra.Com's Answer #306101 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Let $x be the amount of inheritance Daniel receives. \n" ); document.write( "Let $x-2000 be the amount of inheritance John receives. \n" ); document.write( "Let $x-3000 be the amount of inheritance Philip received.\r \n" ); document.write( "\n" ); document.write( "x+x-2000+x-3000=40000 \n" ); document.write( "3x-5000=40000 \n" ); document.write( "3x=40000+5000 \n" ); document.write( "3x=45000 \n" ); document.write( "x=45000/3 \n" ); document.write( "x=15000 \n" ); document.write( "x-2000=13000 \n" ); document.write( "x-3000=12000\r \n" ); document.write( "\n" ); document.write( "Therefore, Daniel received $15 000 inheritance, John received $13 000 inheritance, and Philip received $12 000 inheritance. \n" ); document.write( " |