Question:

If $A = \begin{bmatrix} 1 & 0 & 0 \\ a & -1 & 0 \\ b & c & 1 \end{bmatrix}$ is such that $A^2 = I$, then

Show Hint

When verifying $A^2 = I$, matrix multiplication and equating corresponding entries is a key technique.
Updated On: May 19, 2025
  • $b = \dfrac{ac}{2}$
  • $b = -\dfrac{ac}{2}$
  • $b = \dfrac{a + c}{2}$
  • $b = \sqrt{ac}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Given $A^2 = I$, compute $A^2$ using the given matrix.
Multiply $A$ with itself and equate with the identity matrix.
Comparing the third row, first column entry: $b + ac + b = 0 \Rightarrow 2b + ac = 0 \Rightarrow b = -\dfrac{ac}{2}$
Was this answer helpful?
0
0