KnowledgeBoat Logo
|

Mathematics

Given A = [3004],B=[ab0c]\begin{bmatrix}[r] 3 & 0 \ 0 & 4 \end{bmatrix}, B = \begin{bmatrix}[r] a & b \ 0 & c \end{bmatrix} and that AB = A + B; find the values of a, b and c.

Matrices

25 Likes

Answer

Given,

AB=A+B[3004][ab0c]=[3004]+[ab0c][3×a+0×03×b+0×c0×a+4×00×b+4×c]=[3+ab04+c][3a3b04c]=[3+ab04+c]\Rightarrow AB = A + B \\[1em] \Rightarrow \begin{bmatrix}[r] 3 & 0 \ 0 & 4 \end{bmatrix}\begin{bmatrix}[r] a & b \ 0 & c \end{bmatrix} = \begin{bmatrix}[r] 3 & 0 \ 0 & 4 \end{bmatrix} + \begin{bmatrix}[r] a & b \ 0 & c \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 3 \times a + 0 \times 0 & 3 \times b + 0 \times c \ 0 \times a + 4 \times 0 & 0 \times b + 4 \times c \end{bmatrix} = \begin{bmatrix}[r] 3 + a & b \ 0 & 4 + c \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix}[r] 3a & 3b \ 0 & 4c \end{bmatrix} = \begin{bmatrix}[r] 3 + a & b \ 0 & 4 + c \end{bmatrix}

By definition of equality of matrices we get,

3a = 3 + a
⇒ 3a - a = 3
⇒ 2a = 3
⇒ a = 32\dfrac{3}{2}.

3b = b
⇒ b = 0.

4c = 4 + c
⇒ 4c - c = 4
⇒ 3c = 4
⇒ c = 43\dfrac{4}{3}

Hence, a = 32,b=0 and c=43\dfrac{3}{2}, b = 0 \text{ and c} = \dfrac{4}{3}.

Answered By

15 Likes


Related Questions