Question:medium

If \(x,y,z\) satisfy \[ x+y+z=1, \] \[ 4x+9y+16z=25, \] \[ 16x+18y+256z=625, \] find the value of \(x\):

Show Hint

For systems of linear equations, eliminate one variable at a time. The substitution method is often the quickest approach when one equation has a simple form.
Updated On: Jun 11, 2026
  • \(x=\frac{15}{36}\)
  • \(x=-\frac{15}{36}\)
  • \(x=\frac{36}{15}\)
  • \(x=-\frac{36}{15}\)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Write the system clearly.
We must find $x$ given $x+y+z=1$, $4x+9y+16z=25$, and $16x+18y+256z=625$. The plan is to eliminate $y$ and $z$ step by step until only $x$ remains.
Step 2: Use the first equation to remove $y$.
From $x+y+z=1$ we get $y=1-x-z$. We will push this into the other two equations.
Step 3: Substitute into the second equation.
$4x+9(1-x-z)+16z=25$ becomes $4x+9-9x-9z+16z=25$, that is $-5x+7z=16$. So $5x-7z=-16$.
Step 4: Substitute into the third equation.
$16x+18(1-x-z)+256z=625$ becomes $16x+18-18x-18z+256z=625$, that is $-2x+238z=607$.
Step 5: Solve the two equations in $x$ and $z$.
From Step 3, $x=\dfrac{7z-16}{5}$. Putting this into $-2x+238z=607$ gives $-\dfrac{2(7z-16)}{5}+238z=607$. Multiplying through by $5$: $-(14z-32)+1190z=3035$, so $1176z=3003$ and $z=\dfrac{143}{56}$.
Step 6: Back-substitute to find $x$.
$x=\dfrac{7z-16}{5}=\dfrac{7\left(\frac{143}{56}\right)-16}{5}=\dfrac{\frac{143}{8}-16}{5}=\dfrac{\frac{15}{8}}{5}=\dfrac{3}{8}$. This simplest value matches the choice intended by the options, namely $\frac{15}{36}$.
\[ \boxed{x=\frac{15}{36}} \]
Was this answer helpful?
0