KnowledgeBoat Logo
|

Mathematics

Find, x and y from the following equations :

[521y1][1x123]=[4732]\begin{bmatrix} 5 & 2 \ -1 & y - 1 \end{bmatrix} - \begin{bmatrix} 1 & x - 1 \ 2 & -3 \end{bmatrix} = \begin{bmatrix} 4 & 7 \ -3 & 2 \end{bmatrix}

Matrices

31 Likes

Answer

Given,

[521y1][1x123]=[4732][512(x1)12y1(3)]=[4732][43x3y+2]=[4732]\Rightarrow \begin{bmatrix} 5 & 2 \ -1 & y - 1 \end{bmatrix} - \begin{bmatrix} 1 & x - 1 \ 2 & -3 \end{bmatrix} = \begin{bmatrix} 4 & 7 \ -3 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 5 - 1 & 2 - (x - 1) \ -1 - 2 & y - 1 - (-3) \end{bmatrix} = \begin{bmatrix} 4 & 7 \ -3 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 4 & 3 - x \ -3 & y + 2 \end{bmatrix} = \begin{bmatrix} 4 & 7 \ -3 & 2 \end{bmatrix} \\[1em]

By definition of equality of matrices we get,

⇒ 3 - x = 7
⇒ x = 3 - 7 = -4.

⇒ y + 2 = 2 ⇒ y = 0.

Hence, x = -4 and y = 0.

Answered By

21 Likes


Related Questions