Question
Mathematics Question on Matrices
If A =[2\443], X =[n\1],B =[8\11],and AX = B, then the value of n will be:
A
0
B
1
C
2
D
not defined
Answer
2
Explanation
Solution
Solution: We are solving the equation AX = B, where:
A=[2 443],X=[n 1],B=[8 11].
Substitute X into AX:
[2 443][n 1]=[2n+4 4n+3].
Equate with B:
[2n+4 4n+3]=[8 11].
From the first equation:
2n+4=8⇒2n=4⇒n=2.
Verify with the second equation:
4n+3=11⇒4(2)+3=11, which is true.
Thus, n=2.