10 questions · Form 5 Mathematics Bab 2: Matrices
Find the product of [[1, 2], [3, 4]] and [[1], [0]].
Prefer reading to quizzing? All 10 questions are listed below with the answer and explanation under each one.
1. Find the product of [[1, 2], [3, 4]] and [[1], [0]].
Answer: A
Row 1: 1(1) + 2(0) = 1. Row 2: 3(1) + 4(0) = 3. Result = [[1], [3]].
2. Given [[2, 0], [0, 2]] [[x], [y]] = [[8], [10]]. Find the values of x and y.
Answer: A
2x = 8 => x = 4; 2y = 10 => y = 5.
3. Evaluate [2 5] [[3], [-1]].
Answer: C
[2(3) + 5(-1)] = [6 - 5] = [1].
4. Given matrix P = [[2, -1], [4, 3]]. Find 3P.
Answer: A
Multiply every element by 3: 3×2=6, 3×(-1)=-3, 3×4=12, 3×3=9.
5. If [x + 2 5] = [7 y - 1], find the values of x and y.
Answer: A
Equating corresponding elements: x + 2 = 7 => x = 5; y - 1 = 5 => y = 6.
6. What is the order of a matrix with 3 rows and 2 columns?
Answer: A
The order of a matrix is written as rows × columns. 3 rows and 2 columns give order 3 × 2.
7. Given A B = I, where I is an identity matrix. Which statement is TRUE?
Answer: A
By definition, if A B = I, then B = A⁻¹ (B is the inverse matrix of A).
8. Find the value of k if matrix [[k, 6], [2, 3]] does not have an inverse.
Answer: A
det = 0 => 3k - (6)(2) = 0 => 3k - 12 = 0 => 3k = 12 => k = 4.
9. Convert the simultaneous equations 2x - 3y = 7 and x + 4y = -2 into matrix equation form AX = B.
Answer: A
The coefficient matrix contains coefficients of x and y: Row 1 = [2, -3], Row 2 = [1, 4].
10. The total cost of 2 notebooks and 3 pens is RM13, while 4 notebooks and 1 pen cost RM11. Which matrix equation models this scenario?
Answer: A
Let x = price of notebook, y = price of pen. 2x + 3y = 13 and 4x + y = 11. Matrix: [[2, 3], [4, 1]] [[x], [y]] = [[13], [11]].