KnowledgeBoat Logo
|

Mathematics

If A = [3x01] and B=[9160y],\begin{bmatrix}[r] 3 & x \ 0 & 1 \end{bmatrix} \text{ and B} = \begin{bmatrix}[r] 9 & 16 \ 0 & -y \end{bmatrix}, find x and y when A2 = B.

Matrices

45 Likes

Answer

Given,

A2 = B

[3x01][3x01]=[9160y][3×3+x×03×x+x×10×3+1×00×x+1×1]=[9160y][9+03x+x0+00+1]=[9160y][94x01]=[9160y]\Rightarrow \begin{bmatrix}[r] 3 & x \ 0 & 1 \end{bmatrix} \begin{bmatrix}[r] 3 & x \ 0 & 1 \end{bmatrix} = \begin{bmatrix}[r] 9 & 16 \ 0 & -y \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 3 \times 3 + x \times 0 & 3 \times x + x \times 1 \ 0 \times 3 + 1 \times 0 & 0 \times x + 1 \times 1 \end{bmatrix} = \begin{bmatrix}[r] 9 & 16 \ 0 & -y \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 9 + 0 & 3x + x \ 0 + 0 & 0 + 1 \end{bmatrix} = \begin{bmatrix}[r] 9 & 16 \ 0 & -y \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 9 & 4x \ 0 & 1 \end{bmatrix} = \begin{bmatrix}[r] 9 & 16 \ 0 & -y \end{bmatrix} \\[1em]

By definition of equality of matrices we get,

⇒ 4x = 16 and -y = 1
∴  x = 4 and y = -1.

Hence, the values are x = 4 and y = -1.

Answered By

29 Likes


Related Questions