Question:medium

If \( \begin{pmatrix} 1 & 2 & -3 \\ 0 & 4 & 5 \\ 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix} \), then \( (x, y, z) \) is equal to:

Show Hint

Always check the diagonal of the matrix. If all entries below the diagonal are zero, start solving from the last variable. It avoids the need for complex matrix inversion.
Updated On: May 1, 2026
  • \( (1, 6, 6) \)
  • \( (1, -6, 1) \)
  • \( (1, 1, 6) \)
  • \( (6, -1, 1) \)
  • \( (-1, 6, 1) \)
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0