Question:

If \[ \begin{bmatrix} x + y + z \\ x + y \\ y + z \end{bmatrix} = \begin{bmatrix} 9 \\ 5 \\ 7 \end{bmatrix} \] then the value of \((x, y, z)\) is:

Show Hint

For systems with three variables, use substitution and elimination step-by-step to avoid confusion.
  • (4, 3, 2)
  • (3, 2, 4)
  • (2, 3, 4)
  • (4, 2, 3)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

We are given the equations:
1) \(x + y + z = 9\)
2) \(x + y = 5\)
3) \(y + z = 7\)
From equation (2), \(x + y = 5\).
From equation (1), subtract equation (2):
\((x + y + z) - (x + y) = 9 - 5\)
\(z = 4\)
From equation (3), \(y + z = 7\), substituting \(z = 4\):
\(y + 4 = 7 \Rightarrow y = 3\)
From equation (2), \(x + y = 5 \Rightarrow x + 3 = 5 \Rightarrow x = 2\)
Thus, \((x, y, z) = (2, 3, 4)\).
Was this answer helpful?
0
0