A, B and C are on a betting game. B loses Php 350 of his money to A. As a result, A now has twice as much as what is left with B. Then, C loses Php 700 to B. As a consequence, C now has only one-third as much money as B would then have. If A has loses Php 210 to C, C will have as much as money as A would have left. How much did each have at the start?
"\\def\\arraystretch{1.5}\n \\begin{array}{c:c:c}\n A & B & C \\\\ \\hline\n X & Y & Z \\\\\n \\hdashline\n X+350 & Y-350 & Z\n\\\\ \\hdashline\nX+350&Y+350&Z-700\n\\\\ \\hdashline \nX+140& Y+350&Z-490\n\\end{array}"
"B" loses Php 350 of his money to "A" : "A" has "X+350" and "B" has "Y-350."
"A" now has twice as much as what is left with "B": "X+350=2(Y-350)."
"C" loses Php 700 to "B" : "C" has "Z-700" and "B" has "Y+350" .
"C" now has only one-third as much money as "B" would then have: "Z-700=\\frac{1}{3}(Y+350)."
If "A" has loses Php 210 to "C" , "C" will have as much as money as "A" would have left: "A" has "X+140" and "C" has "Z-490" and "X+140=Z-490."
"\\begin{cases}\nX+350=2(Y-350)\n\\\\\nZ-700=\\frac{1}{3}(Y+350)\n\\\\\nX+140=Z-490\n\\end{cases}" "\\begin{cases}\nX=2Y-1050\n\\\\\nY=3Z-2450\n\\\\\nZ=X+630\n\\end{cases}" "\\begin{cases}\nX=6X-2170\n\\\\\n\nY=3X-560\n\\\\\nZ=X+630\n\\end{cases}" "\\begin{cases}\nX=434\n\\\\ Y=742\\\\ Z=1064\\end{cases}"
Answer: "A" - "434," "B" - "742," "C" - "1064."
Comments
Leave a comment