Grade 12 results are out. Where to check yours

Past papers

Mathematics entrance exam, 2013 E.C. (2021)

Real questions from the Grade 12 university entrance exam in Mathematics, as students sat it in 2013 E.C. Every question comes with the correct answer and a worked explanation.

  • Both streams

    Who sits it

  • 2013 E.C. (2021)

    Exam year

  • 20 questions with answers

    In this set

Try questions from this paper

Answer each question yourself before opening the answer. The explanations point to the exact textbook section, so you know which page to reread when you miss one.

Question 1

What is the determinant of the matrix: \(\begin{pmatrix} 1 & -7 \\ 6 & 5 \end{pmatrix}\)

  1. A.47
  2. B.37
  3. C.-37
  4. D.-47
Show the answer and explanation

Answer: A 47

Why

For a 2 by 2 matrix the determinant is \(ad - bc\), where \(a\) and \(b\) are the top row and \(c\) and \(d\) are the bottom row.

Here \(a = 1\), \(b = -7\), \(c = 6\), \(d = 5\).

Step 1: \(ad = 1 \times 5 = 5\)
Step 2: \(bc = (-7) \times 6 = -42\)
Step 3: \(ad - bc = 5 - (-42) = 5 + 42 = 47\)

The determinant is 47, so the answer is A.

Watch the sign: if you drop the minus on \(-7\) you get \(5 - 42 = -37\), which is the trap in option C.

Textbook: Mathematics Grade 11, Unit 4 Determinants and Their Properties, section 4.1 Determinants of Matrices of Order 2 (page 209).

Question 2

The additive inverse of the complex number 3 - 4i is

  1. A.3 - 4i
  2. B.-3 + 4i
  3. C.3 + 4i
  4. D.-3 - 4i
Show the answer and explanation

Answer: B -3 + 4i

Why

The additive inverse of a number \(z\) is the number you add to \(z\) to get 0. It is \(-z\).

Step 1: write the inverse: \(-(3 - 4i)\)
Step 2: change the sign of both parts: \(-3 + 4i\)

Check: \((3 - 4i) + (-3 + 4i) = 0\). So the answer is B.

Do not mix this up with the conjugate. The conjugate of \(3 - 4i\) is \(3 + 4i\), which is the trap in option C.

Question 3

What is the modulus of the complex number -6 + 8i?

  1. A.10
  2. B.8
  3. C.5
  4. D.2
Show the answer and explanation

Answer: A 10

Why

The modulus of a complex number \(a + bi\) is its distance from the origin: \(|a + bi| = \sqrt{a^2 + b^2}\).

Here \(a = -6\) and \(b = 8\).

Step 1: \(a^2 = (-6)^2 = 36\)
Step 2: \(b^2 = 8^2 = 64\)
Step 3: \(|z| = \sqrt{36 + 64} = \sqrt{100} = 10\)

So the answer is A.

Remember that squaring removes the minus sign, so the \(-6\) contributes \(+36\), never \(-36\).

Question 4

Given two vectors u = (1 , 3) and v= (-3, 5) in the plane. Then 6u + 2v is equal to

  1. A.(2, 28)
  2. B.(0, 28)
  3. C.(0,18)
  4. D.(3, 3)
Show the answer and explanation

Answer: B (0, 28)

Why

To find \(6u + 2v\), multiply each vector by its number, then add the matching coordinates.

Step 1: \(6u = 6(1, 3) = (6, 18)\)
Step 2: \(2v = 2(-3, 5) = (-6, 10)\)
Step 3: add: \((6 + (-6),\ 18 + 10) = (0, 28)\)

So the answer is B.

The trap in option A is adding \(6 + (-6)\) wrongly; the first coordinates cancel to 0 exactly.

Textbook: Mathematics Grade 11, Unit 5 Vectors, section 5.1 Revision on Vectors and Scalars (page 252).

Question 5

Which one of the following is the standard form of the equation ofthe circle centered at (2, -3) and radius 5?

  1. A.(x - 2)^(2) + (y + 3)^(2) = 5
  2. B.(x + 2)^(2) + (y + 3)^(2) = 25
  3. C.(x - 2)^(2) + (y + 3)^(2) = 25
  4. D.(x - 2)^(2) + (y - 3)^(2) = 25
Show the answer and explanation

Answer: C (x - 2)^(2) + (y + 3)^(2) = 25

Why

The standard form of a circle with center \((h, k)\) and radius \(r\) is \((x - h)^2 + (y - k)^2 = r^2\).

Here \(h = 2\), \(k = -3\), \(r = 5\).

Step 1: \(x - h = x - 2\)
Step 2: \(y - k = y - (-3) = y + 3\)
Step 3: \(r^2 = 5^2 = 25\)

So the equation is \((x - 2)^2 + (y + 3)^2 = 25\), which is C.

Two traps here: option A forgets to square the radius, and option D keeps \(y - 3\) instead of flipping the sign of \(-3\).

Question 6

Which of the following defines the equation of a sphere whose centeris at (0, -1, 2) and radius 6 units?

  1. A.x^2 + (y + 1)^2 + (z - 2)^2 = 12
  2. B.x^2 + (y + 1)^2 + (z + 2)^2 = 36
  3. C.x^2 + (y + 1)^2 + (z - 2)^2 = 36
  4. D.x^2 + (y - 1)^2 + (z - 2)^2 = 36
Show the answer and explanation

Answer: C x^2 + (y + 1)^2 + (z - 2)^2 = 36

Why

A sphere with center \((h, k, l)\) and radius \(r\) has the equation \((x - h)^2 + (y - k)^2 + (z - l)^2 = r^2\). It is the circle formula with one more coordinate.

Here the center is \((0, -1, 2)\) and \(r = 6\).

Step 1: \(x - 0 = x\), so the first term is \(x^2\)
Step 2: \(y - (-1) = y + 1\), giving \((y + 1)^2\)
Step 3: \(z - 2\) gives \((z - 2)^2\)
Step 4: \(r^2 = 6^2 = 36\)

So the equation is \(x^2 + (y + 1)^2 + (z - 2)^2 = 36\), which is C.

Option A uses \(2 \times 6 = 12\) instead of \(6^2 = 36\), and option B flips the sign on \(z\). Both are common slips.

Download the whole paper as a PDF

All 20 questions in this set as a printed paper, and the answer key with 20 worked explanations as a second file. Print them or read them with no data.

Free, and it needs no account.

Sit the full paper, timed and scored

A free Temari account gives you the whole Mathematics paper, and every other year, as timed mock exams with instant scoring. It works on any phone, even over a weak connection.

Start practicing free

Revise Mathematics before you sit this paper

The Grade 12 Mathematics short notes hold 34 cards. Each one gives the rule, what its symbols stand for and the mistake that costs marks, chapter by chapter from the national textbook.

Open the Mathematics notes
Are these the real 2013 E.C. Mathematics entrance exam questions?

Yes. They come from the national university entrance exam in Mathematics that students sat in 2013 E.C. (2021). Our set holds 20 of its questions, each with its answer and an explanation that points back to the textbook.

How do I practice the full paper?

Create a free account with a phone number. The full paper runs as a timed mock exam with instant scoring, and the AI tutor upgrade at 199 ETB per month can walk you through anything you miss.

Can I download the Mathematics 2013 E.C. paper as a PDF?

Yes, and it is free. The question paper is one file and the answer key with its worked explanations is another, so you can attempt the paper first. Print them, or keep them on your phone for revision when there is no data.

Sign inCreate your account