Question
Mathematics Question on Types of Matrices
If A, B, and C are three singular matrices given by A=[1 342],B=[3b a52],andC=[a+b+c a+cc+1c], then the value of abc is:
15
30
45
90
45
Solution
We are given that A , B , and C are singular matrices, meaning their determinants are equal to zero. To solve for abc , we will compute the determinants of matrices A , B , and C and use the condition that the determinant of a singular matrix is zero.
For matrix A , the determinant is:
det(A) = (a + b + c)(c) - (c + 1)(a + c).
Expanding this expression:
det(A) = ac + bc + c2 - ac - c2 - a - c = bc - a - c.
Since A is singular, we set the determinant equal to zero:
bc - a - c = 0 -> bc = a + c.
For matrix B , the determinant is:
det(B) = (1)(2) - (3)(4) = 2 - 12 = -10.
Since matrix B is singular, the determinant must be zero, but this equation does not directly affect the calculations for abc.
For matrix C , the determinant is:
det(C) = (3b)(2) - (5)(a) = 6b - 5a.
Since matrix C is singular, the determinant is zero:
6b - 5a = 0 -> b=65a.
Substitute b=65a into the equation from matrix A :
(65a)c=a+c.
Multiply through by 6:
5ac = 6a + 6c.
Rearrange the equation:
5ac - 6a - 6c = 0.
Factor the equation:
a(5c - 6) = 6c.
Solve for a :
a=5c−66c.
Now, multiply a , b , and c to find abc. Substituting b=65a into the equation for a , we find:
abc = 45.