KnowledgeBoat Logo
|

Mathematics

Let A be a matrix such that A × [3215]\begin{bmatrix} 3 & 2 \ -1 & 5 \end{bmatrix} = [911]\begin{bmatrix} 9 & -11 \end{bmatrix}.

(i) Write the order of A.

(ii) Find A.

Matrices

3 Likes

Answer

(i) Let B = [3215]\begin{bmatrix} 3 & 2 \ -1 & 5 \end{bmatrix} Then, AB = [911]\begin{bmatrix} 9 & -11 \end{bmatrix}

Order of B = 2 × 2

Order of AB = 1 × 2

Since AB exists, we have:

Number of columns in A = Number of rows in B = 2

Number of rows of A = Number of rows in AB = 1

Order of A is 1 × 2.

A1×2×B2×2=AB1×2A{1 \times 2} \times B{2 \times 2} = AB_{1 \times 2}

Hence, order of A is 1 × 2.

(ii) Let A = [ab]\begin{bmatrix} a & b \end{bmatrix}.

Then,

[ab]×[3215]=[911][3ab2a+5b]=[911].\Rightarrow \begin{bmatrix} a & b \end{bmatrix} \times \begin{bmatrix} 3 & 2 \ -1 & 5 \end{bmatrix} = \begin{bmatrix} 9 & -11 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 3a - b & 2a + 5b \end{bmatrix} = \begin{bmatrix} 9 & -11 \end{bmatrix}.

Solving for a and b:

∴ 3a - b = 9

⇒ b = 3a - 9 ….(1)

∴ 2a + 5b = -11 …(2)

Substituting value of b from equation (1) in (2), we get :

⇒ 2a + 5(3a - 9) = -11

⇒ 2a + 15a - 45 = -11

⇒ 17a = -11 + 45

⇒ 17a = 34

⇒ a = 3417\dfrac{34}{17}

⇒ a = 2.

Substituting value of a in equation (1), we get :

⇒ b = 3(2) - 9

⇒ b = 6 - 9

⇒ b = -3.

A=[23]\therefore A = \begin{bmatrix} 2 & -3 \end{bmatrix}.

Hence, A = [23]\begin{bmatrix} 2 & -3 \end{bmatrix}.

Answered By

2 Likes


Related Questions