Q28.

Question

UseA=[1243] ,B=[5243] , and C=[5124]  and scalar c=3 to determine whether the equation is true for the given matrices.

c(AB)=A(cB)

Step-by-Step Solution

Verified
Answer

Yes, the provided equation is true.

1Step 1- Determine the value of c ( A B )

Substitute the provided matrices into c(AB)

c(AB)=3([1243][5243])

First perform the multiplication between the matrices after it multiply the resulting matrix with c

c(AB)=3[134817]=[39122451]

2Step 2 – Determine the value of A ( c B )

Substitute the provided matrices into A(cB)

A(cB)=[1243](3[5243])

First perform the multiplication between the matrix B and scalar c after it multiply the resulting matrix with A

A(cB)=[1243][156129]=[39122451]

3Step 3- Make the conclusion

As both the sides results in same matrix which means that the provided equation is true.