document.write( "Question 633407: a man divides PHP6,500 ampng his children in such a way that the second receives two-thirds as much as the first but; PHP500 more than the third. how much does each receive? \n" ); document.write( "
Algebra.Com's Answer #398878 by Edwin McCravy(20067)\"\" \"About 
You can put this solution on YOUR website!
a man divides PHP6,500 ampng his children in such a way that the second receives two-thirds as much as the first but; PHP500 more than the third. how much does each receive?
\n" ); document.write( "
\r\n" );
document.write( "x + y + z = 6500\r\n" );
document.write( "        y = \"2%2F3\"x\r\n" );
document.write( "        y = z + 500\r\n" );
document.write( "\r\n" );
document.write( "Solve the second equation for x\r\n" );
document.write( "\r\n" );
document.write( "        y = \"2%2F3\"x\r\n" );
document.write( "\r\n" );
document.write( "Multiply both sides by 3 to clear the fraction\r\n" );
document.write( "\r\n" );
document.write( "       3y = 2x\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides by 2\r\n" );
document.write( "\r\n" );
document.write( "       \"3%2F2\"y = x\r\n" );
document.write( "\r\n" );
document.write( "Now we have something to substitute for x in terms of y\r\n" );
document.write( "in the first equation. \r\n" );
document.write( "\r\n" );
document.write( "Now we need something to substitute for z in terms of y\r\n" );
document.write( "in the first equation.  So we solve the third equation\r\n" );
document.write( "for z:\r\n" );
document.write( "\r\n" );
document.write( "        y = z + 500\r\n" );
document.write( "  y - 500 = z\r\n" );
document.write( "\r\n" );
document.write( "Now we substitute \"3%2F2\"y for x, and y - 500 for z\r\n" );
document.write( "in the first equation:\r\n" );
document.write( "\r\n" );
document.write( " x + y + z = 6500\r\n" );
document.write( "\r\n" );
document.write( "\"3%2F2\"y + y + y - 500 = 6500\r\n" );
document.write( "\r\n" );
document.write( "Clear the fraction by multiplying through by 2\r\n" );
document.write( "\r\n" );
document.write( " 3y + 2y + 2y - 1000 = 13000\r\n" );
document.write( "           7y = 14000\r\n" );
document.write( "            y = 2000\r\n" );
document.write( "\r\n" );
document.write( "   y - 500 = z\r\n" );
document.write( "2000 - 500 = z\r\n" );
document.write( "      1500 = z\r\n" );
document.write( "\r\n" );
document.write( "       \"3%2F2\"y = x\r\n" );
document.write( "  \"3%2F2\"(2000) = x\r\n" );
document.write( "     3000 = x\r\n" );
document.write( "\r\n" );
document.write( "The first receives PHP3,000\r\n" );
document.write( "The second receives PHP2,000\r\n" );
document.write( "The third receives PHP1,500\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );