From Real Exams Quiz

Secondary 4 Elementary Mathematics Vectors Matrices Quiz

Free Sec 4 E Maths Vectors Matrices quiz, HY3 Exam version, with questions, answers, and O Level-style practice for Singapore students.

These static practice materials are generated from the site's syllabus and paper-generation workflow, with source and model context shown so students and parents can evaluate the material before use.

Secondary 4 Elementary Mathematics From Real Exams Generated by Tencent HY3 Free Updated 2026-08-17

Questions

Free quiz and exam paper access

Enter your details to view this paper

Your access is remembered on this device.

Answers

Answer Key: Secondary 4 Elementary Mathematics Quiz - Vectors Matrices

Total Marks: 40
Topic: Vectors & Matrices


Section A: Matrices – Display, Interpretation, and Scalar Multiplication

Q1. [2 marks]
M=(1281510)M = \begin{pmatrix} 12 & 8 \\ 15 & 10 \end{pmatrix}
Teaching note: A matrix is a rectangular array. Rows = Monday, Tuesday; columns = Fiction, Non-Fiction. 1 mark for correct rows, 1 mark for correct columns.

Q2. [1 mark]
The element is 2, representing Student 2’s English score.
Teaching note: Second row = second student, first column = English. Direct interpretation.

Q3. [2 marks]
2B=2×(4613)=(81226)2B = 2 \times \begin{pmatrix} 4 & 6 \\ 1 & 3 \end{pmatrix} = \begin{pmatrix} 8 & 12 \\ 2 & 6 \end{pmatrix}
Marking: 1 mark for multiplying each element, 1 mark for final matrix.

Q4. [2 marks]
3C=3×(2053)=(60159)-3C = -3 \times \begin{pmatrix} -2 & 0 \\ 5 & -3 \end{pmatrix} = \begin{pmatrix} 6 & 0 \\ -15 & 9 \end{pmatrix}
Common mistake: Forgetting negative sign on -3 × 5 = -15, then × -3 = +9.

Q5. [1 mark]
3 columns.
Teaching note: DD is a 1×31 \times 3 matrix (1 row, 3 columns).

Q6. [2 marks]
New matrix = 3×(101520)=(304560)3 \times \begin{pmatrix} 10 & 15 & 20 \end{pmatrix} = \begin{pmatrix} 30 & 45 & 60 \end{pmatrix}
Teaching note: Scalar multiplication multiplies every entry.

Q7. [2 marks]
p12=1p_{12} = 1. It means Player 1 earned 1 point in Round 2.
Teaching note: Subscript row,column: p12p_{12} = row 1, col 2.


Section B: Matrix Addition, Subtraction, and Multiplication

Q8. [2 marks]
A+B=(1+52+03+14+2)=(6246)A+B = \begin{pmatrix} 1+5 & 2+0 \\ 3+1 & 4+2 \end{pmatrix} = \begin{pmatrix} 6 & 2 \\ 4 & 6 \end{pmatrix}

Q9. [2 marks]
BA=(51021324)=(4222)B-A = \begin{pmatrix} 5-1 & 0-2 \\ 1-3 & 2-4 \end{pmatrix} = \begin{pmatrix} 4 & -2 \\ -2 & -2 \end{pmatrix}

Q10. [3 marks]
XY=(2103)(4215)XY = \begin{pmatrix} 2&1 \\ 0&3 \end{pmatrix} \begin{pmatrix} 4&2 \\ 1&5 \end{pmatrix}
Row1: (2×4+1×1,  2×2+1×5)=(9,9)(2\times4 + 1\times1,\; 2\times2 + 1\times5) = (9, 9)
Row2: (0×4+3×1,  0×2+3×5)=(3,15)(0\times4 + 3\times1,\; 0\times2 + 3\times5) = (3, 15)
XY=(99315)XY = \begin{pmatrix} 9 & 9 \\ 3 & 15 \end{pmatrix}
Marking: 1 mark each row correct.

Q11. [2 marks]
AB=(32)(14)=(3×1+2×4)=(11)AB = \begin{pmatrix} 3&2 \end{pmatrix} \begin{pmatrix} 1 \\ 4 \end{pmatrix} = (3\times1 + 2\times4) = (11)
Result is 1×11\times1 matrix: (11)\begin{pmatrix} 11 \end{pmatrix}

Q12. [2 marks]
BABA: BB is 2×12\times1, AA is 1×21\times2. Inner dimensions match (1=1), so BABA can be found; order is 2×22\times2.
BA=(14)(32)=(32128)BA = \begin{pmatrix} 1\\4 \end{pmatrix} \begin{pmatrix} 3&2 \end{pmatrix} = \begin{pmatrix} 3&2 \\ 12&8 \end{pmatrix}
Teaching note: Matrix multiplication needs columns of first = rows of second.

Q13. [3 marks]
MM is 2×32\times3, NN is 3×23\times2MNMN is 2×22\times2.
Row1: (1×2+0×0+2×1,  1×1+0×3+2×2)=(4,5)(1\times2+0\times0+2\times1,\; 1\times1+0\times3+2\times2) = (4, 5)
Row2: (3×2+1×0+1×1,  3×1+1×3+1×2)=(7,8)(3\times2+1\times0+1\times1,\; 3\times1+1\times3+1\times2) = (7, 8)
MN=(4578)MN = \begin{pmatrix} 4 & 5 \\ 7 & 8 \end{pmatrix}

Q14. [2 marks]
Total = (10+812+9)=(1821)\begin{pmatrix} 10+8 & 12+9 \end{pmatrix} = \begin{pmatrix} 18 & 21 \end{pmatrix}


Section C: Vectors – Basics, Operations, and Geometry

Q15. [1 mark]
AB=(4162)=(34)\vec{AB} = \begin{pmatrix} 4-1 \\ 6-2 \end{pmatrix} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}

Q16. [2 marks]
u+v=(3+12+4)=(42)\vec{u}+\vec{v} = \begin{pmatrix} 3+1 \\ -2+4 \end{pmatrix} = \begin{pmatrix} 4 \\ 2 \end{pmatrix}

Q17. [2 marks]
3p=3(51)=(153)3\vec{p} = 3 \begin{pmatrix} 5 \\ 1 \end{pmatrix} = \begin{pmatrix} 15 \\ 3 \end{pmatrix}

Q18. [2 marks]
2ab=(46)(12)=(54)2\vec{a} - \vec{b} = \begin{pmatrix} 4 \\ 6 \end{pmatrix} - \begin{pmatrix} -1 \\ 2 \end{pmatrix} = \begin{pmatrix} 5 \\ 4 \end{pmatrix}

Q19. [3 marks]
AB=OBOA=(4231)=(22)\vec{AB} = \vec{OB} - \vec{OA} = \begin{pmatrix} 4-2 \\ 3-1 \end{pmatrix} = \begin{pmatrix} 2 \\ 2 \end{pmatrix}
AB=22+22=8=22|\vec{AB}| = \sqrt{2^2 + 2^2} = \sqrt{8} = 2\sqrt{2}
Marking: 1 mark vector, 2 marks magnitude with working.

Q20. [3 marks]
r=2(32)+(14)=(64)+(14)=(58)\vec{r} = 2\begin{pmatrix} 3 \\ 2 \end{pmatrix} + \begin{pmatrix} -1 \\ 4 \end{pmatrix} = \begin{pmatrix} 6 \\ 4 \end{pmatrix} + \begin{pmatrix} -1 \\ 4 \end{pmatrix} = \begin{pmatrix} 5 \\ 8 \end{pmatrix}
r=52+82=89|\vec{r}| = \sqrt{5^2+8^2} = \sqrt{89}
Unit vector = 189(58)=(5/898/89)\frac{1}{\sqrt{89}}\begin{pmatrix} 5 \\ 8 \end{pmatrix} = \begin{pmatrix} 5/\sqrt{89} \\ 8/\sqrt{89} \end{pmatrix}
Marking: 1 mark r, 2 marks unit vector.