SOLUTION: 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?

Algebra ->  Customizable Word Problem Solvers  -> Finance -> SOLUTION: 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?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



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?
Answer by Edwin McCravy(20065) About Me  (Show Source):
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?
x + y + z = 6500
        y = 2%2F3x
        y = z + 500

Solve the second equation for x

        y = 2%2F3x

Multiply both sides by 3 to clear the fraction

       3y = 2x

Divide both sides by 2

       3%2F2y = x

Now we have something to substitute for x in terms of y
in the first equation. 

Now we need something to substitute for z in terms of y
in the first equation.  So we solve the third equation
for z:

        y = z + 500
  y - 500 = z

Now we substitute 3%2F2y for x, and y - 500 for z
in the first equation:

 x + y + z = 6500

3%2F2y + y + y - 500 = 6500

Clear the fraction by multiplying through by 2

 3y + 2y + 2y - 1000 = 13000
           7y = 14000
            y = 2000

   y - 500 = z
2000 - 500 = z
      1500 = z

       3%2F2y = x
  3%2F2(2000) = x
     3000 = x

The first receives PHP3,000
The second receives PHP2,000
The third receives PHP1,500

Edwin