KnowledgeBoat Logo
|

Mathematics

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

Matrices

1 Like

Answer

Given,

A = [3x01]\begin{bmatrix} 3 & x \ 0 & 1 \end{bmatrix} and B = [9160y]\begin{bmatrix} 9 & -16 \ 0 & -y \end{bmatrix}

Solving A2:

A2=[3x01]×[3x01]=[(3)(3)+(x)(0)(3)(x)+(x)(1)(0)(3)+(1)(0)(0)(x)+(1)(1)]=[9+03x+x0+00+1]=[94x01].\Rightarrow A^2 = \begin{bmatrix} 3 & x \ 0 & 1 \end{bmatrix} \times \begin{bmatrix} 3 & x \ 0 & 1 \end{bmatrix} \\[1em] = \begin{bmatrix} (3)(3) + (x)(0) & (3)(x) + (x)(1) \ (0)(3) + (1)(0) & (0)(x) + (1)(1) \end{bmatrix} \\[1em] = \begin{bmatrix} 9 + 0 & 3x + x \ 0 + 0 & 0 + 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 9 & 4x \ 0 & 1 \end{bmatrix}.

Solving for x and y:

A2 = B

[94x01]=[9160y]\Rightarrow \begin{bmatrix} 9 & 4x \ 0 & 1 \end{bmatrix} = \begin{bmatrix} 9 & -16 \ 0 & -y \end{bmatrix}

∴ 4x = -16

⇒ x = 164\dfrac{-16}{4}

⇒ x = -4.

∴ -y = 1

⇒ y = -1.

Hence, x = -4 and y = -1.

Answered By

2 Likes


Related Questions