Matrices (addition, multiplication, determinants) — KCSE Mathematics

KCSE Mathematics · 127 practice questions · 4 syllabus objectives · 4 revision lessons

45 easy43 medium39 hard

Last updated · Aligned to the KNEC KCSE syllabus

What You'll Learn

Key learning outcomes for this topic, aligned to the KNEC KCSE syllabus.

Add and subtract matrices of the same order and multiply a matrix by a scalar

Multiply two compatible matrices (m×n by n×p) and state when multiplication is defined and commutative

Calculate the determinant and inverse of a 2×2 matrix; state the condition for the inverse to exist (det ≠ 0)

Matrices (addition, multiplication, determinants)

Revision Notes

Concise lesson notes for Matrices (addition, multiplication, determinants), written to the KCSE Mathematics marking standard. Read the first lesson free below.

Matrix Operations: Addition, Subtraction, and Scalar Multiplication

In this lesson, we will explore how to add, subtract, and multiply matrices by a scalar. Matrices must be of the same order for addition and subtraction.

Addition of Matrices:

  • Given two matrices A and B of the same order, the sum C = A + B is obtained by adding corresponding elements.

Subtraction of Matrices:

  • Similarly, for subtraction, C = A - B is found by subtracting corresponding elements.

Scalar Multiplication:

  • To multiply a matrix A by a scalar k, multiply each element of matrix A by k.

Example: Let A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]].

  • Addition: C = A + B = [[1+5, 2+6], [3+7, 4+8]] = [[6, 8], [10, 12]].
  • Subtraction: D = A - B = [[1-5, 2-6], [3-7, 4-8]] = [[-4, -4], [-4, -4]].
  • Scalar Multiplication: If k = 2, then 2A = [[21, 22], [23, 24]] = [[2, 4], [6, 8]].

Key points to remember

  • Matrices must be of the same order for addition and subtraction.
  • Add corresponding elements for matrix addition.
  • Subtract corresponding elements for matrix subtraction.
  • Multiply each element by the scalar for scalar multiplication.

Worked example

Given A = [[2, 3], [4, 5]] and B = [[1, 1], [1, 1]], find A + B and 3A.

  • A + B = [[2+1, 3+1], [4+1, 5+1]] = [[3, 4], [5, 6]].
  • 3A = [[32, 33], [34, 35]] = [[6, 9], [12, 15]].

Read all 4 Matrices (addition, multiplication, determinants) lessons free

Sign up free to unlock the full set of revision notes, all 127 practice questions with marking schemes, plus a personalised study plan that adapts to the topics you keep getting wrong.

More lessons in this topic

Lesson 2: Matrix Multiplication Basics

Objective: Multiply two compatible matrices (m×n by n×p) and state when multiplication is defined and commutative

To multiply two matrices, ensure they are compatible. A matrix of size m×n can be multiplied by a matrix of size n×p. The result will be a new matrix of size m×p.

Key points for matrix multiplication:

  • The number of columns in the first matrix must equal the number of rows in the second matrix.
  • Matrix multiplication is not commutative; that is, AB ≠ BA in general.

Example: Let matrix A be: [ A = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} ] Let matrix B be: [ B = \begin{bmatrix} 5 & 6 \ 7 & 8 \end{bmatrix} ]

To multiply A and B:

  1. Confirm compatibility: A is 2×2 and B is 2×2, so multiplication is defined.
  2. Calculate: [ AB = \begin{bmatrix} 1 \cdot 5 + 2 \cdot 7 & 1 \cdot 6 + 2 \cdot 8 \ 3 \cdot 5 + 4 \cdot 7 & 3 \cdot 6 + 4 \cdot 8 \end{bmatrix} = \begin{bmatrix} 19 & 22 \ 43 & 50 \end{bmatrix} ]
  • Matrix multiplication requires compatible dimensions.
  • Resulting matrix size is m×p.
  • Multiplication is not commutative.

Given matrices A (2×3) and B (3×2), find AB. Result is a 2×2 matrix.

Lesson 3: Determinants and Inverses of 2x2 Matrices

Objective: Calculate the determinant and inverse of a 2×2 matrix; state the condition for the inverse to exist (det ≠ 0)

To calculate the determinant of a 2×2 matrix, use the formula:
For a matrix ( A = \begin{pmatrix} a & b \ c & d \end{pmatrix} ), the determinant ( |A| ) is given by:
[ |A| = ad - bc ]
The inverse of a 2×2 matrix exists if the determinant is not equal to zero (det ≠ 0). The formula for the inverse is:
[ A^{-1} = \frac{1}{|A|} \begin{pmatrix} d & -b \ -c & a \end{pmatrix} ]
Example:
If ( A = \begin{pmatrix} 2 & 3 \ 1 & 4 \end{pmatrix} ):

  1. Calculate the determinant:
    • ( |A| = (2)(4) - (3)(1) = 8 - 3 = 5 )
  2. Since ( |A| \neq 0 ), the inverse exists:
    • ( A^{-1} = \frac{1}{5} \begin{pmatrix} 4 & -3 \ -1 & 2 \end{pmatrix} )
      Thus, the inverse is ( A^{-1} = \begin{pmatrix} \frac{4}{5} & -\frac{3}{5} \ -\frac{1}{5} & \frac{2}{5} \end{pmatrix} ).
  • Determinant of A = ad - bc for A = [[a, b], [c, d]].
  • Inverse exists if determinant is non-zero (det ≠ 0).
  • Inverse formula: A⁻¹ = (1/det) * [[d, -b], [-c, a]].
  • Calculate determinant and check before finding the inverse.
  • Use proper notation and calculations for full marks.

Given A = [[1, 2], [3, 4]], calculate the determinant and inverse.

  • |A| = (1)(4) - (2)(3) = 4 - 6 = -2 (det ≠ 0).
  • A⁻¹ = (1/-2) * [[4, -2], [-3, 1]] = [[-2, 1], [1.5, -0.5]].
Lesson 4: Understanding Matrices: Addition, Multiplication, and Determinants

Objective: Matrices (addition, multiplication, determinants)

Matrices are rectangular arrays of numbers that can represent data or solve systems of equations. Key operations include:

  • Addition: Two matrices can be added if they have the same dimensions. The sum is obtained by adding corresponding elements.
  • Multiplication: To multiply two matrices, the number of columns in the first matrix must equal the number of rows in the second. The resulting matrix's element is the sum of the products of corresponding elements from the row of the first matrix and the column of the second.
  • Determinants: The determinant is a scalar value that can be computed from a square matrix. It provides important properties about the matrix, such as whether it is invertible.

Example of Matrix Addition: If A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], then: A + B = [[1+5, 2+6], [3+7, 4+8]] = [[6, 8], [10, 12]].

Example of Matrix Multiplication: If A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], then: A × B = [[(1×5 + 2×7), (1×6 + 2×8)], [(3×5 + 4×7), (3×6 + 4×8)]] = [[19, 22], [43, 50]].

  • Matrices must have the same dimensions for addition.
  • Matrix multiplication requires matching inner dimensions.
  • Determinant is calculated for square matrices only.
  • The product matrix has dimensions of outer matrices.
  • Addition and multiplication are not commutative.

Given A = [[2, 3], [4, 5]] and B = [[1, 2], [3, 4]], find A + B. A + B = [[2+1, 3+2], [4+3, 5+4]] = [[3, 5], [7, 9]].

Sample Questions

Read 3 questions and answers free. Sign up to access all 127 questions with full KNEC-style marking schemes and a personalised study plan.

1
easySHORT ANSWER3 marks

Given the matrix P = |2 3| |5 7|, calculate its determinant and state the condition for its inverse to exist. (3 marks)

Answer & marking scheme

Part (a) — 2 marks
det(P) = (2)(7) - (3)(5) = 14 - 15 = -1 (1 mk)
det(P) = -1 (1 mk)
Part (b) — 1 mark
The inverse exists if det(P) ≠ 0 (1 mk)
2
easySHORT ANSWER4 marks

Given matrices A = [[2, 3], [1, 4]] and B = [[5, 6, 7], [8, 9, 10]], identify: (a) whether the product AB is defined. Justify your answer. [2 marks] (b) Calculate the matrix product AB if it is defined. [2 marks]

Answer & marking scheme

Part (a) — 2 marks
The product AB is defined because the number of columns in A (2) equals the number of rows in B (2) (1 mk)
Matrix multiplication is defined when the inner dimensions match (m×n by n×p) (1 mk)
Part (b) — 2 marks
First row of AB: (2*5 + 3*8, 2*6 + 3*9, 2*7 + 3*10) (1 mk)
Second row of AB: (1*5 + 4*8, 1*6 + 4*9, 1*7 + 4*10) (1 mk)
3
easySHORT ANSWER4 marks

Given matrices A = [[2, 3], [1, 4]] and B = [[5, 6], [7, 8]], calculate: (a) A + B [1 mark] (b) 3A [2 marks] (c) A - B [1 mark]

Answer & marking scheme

Part (a) — 1 mark
A + B = [[2+5, 3+6], [1+7, 4+8]] (1 mk)
Part (b) — 2 marks
3A = 3 * [[2, 3], [1, 4]] (1 mk)
3A = [[6, 9], [3, 12]] (1 mk)
Part (c) — 1 mark
A - B = [[2-5, 3-6], [1-7, 4-8]] (1 mk)
4

State the determinant of the following 2×2 matrix: |3 4| |2 5|. (2 marks)

+124 More Questions

Sign up free to access all 127 questions with marking schemes, track your progress, and get personalised recommendations.

Frequently asked questions

What does the KCSE Mathematics topic "Matrices (addition, multiplication, determinants)" cover?

Matrices (addition, multiplication, determinants) covers Add and subtract matrices of the same order and multiply a matrix by a scalar; Multiply two compatible matrices (m×n by n×p) and state when multiplication is defined and commutative; Calculate the determinant and inverse of a 2×2 matrix; state the condition for the inverse to exist (det ≠ 0), and more, all aligned to the official KNEC KCSE Mathematics syllabus.

How many practice questions are available for Matrices (addition, multiplication, determinants)?

HighMarks has 127 Matrices (addition, multiplication, determinants) practice questions for KCSE Mathematics, each with a full marking scheme. The first 3 are free; sign up to access the rest, plus all KCSE mock exams and past papers.

Are these aligned with the KNEC KCSE syllabus?

Yes. Every objective on this page is taken directly from the official KNEC KCSE Mathematics syllabus. Practice questions match the KCSE exam format and are graded against the standard KNEC marking scheme.

How should I revise Matrices (addition, multiplication, determinants) for the KCSE exam?

Start with the revision notes on this page to refresh the core concepts, then work through the practice questions in increasing difficulty. Sign up for HighMarks to get a personalised study plan that adapts to the topics you keep getting wrong, plus mock exams, subject-wide practice, and detailed performance tracking. See pricing.

Why Practise Matrices (addition, multiplication, determinants)?

KNEC Aligned

Questions match the KCSE syllabus objectives and exam format exactly.

Detailed Marking Schemes

Every answer shows exactly what examiners award marks for.

Track Your Mastery

See your score improve as you practise and identify remaining gaps.

Master Matrices (addition, multiplication, determinants) for KCSE

Sign up free to unlock all 127 questions, track your progress, and get a personalised study plan for Mathematics.