← Back to MathMadeEasy

MathMadeEasy

Quick Practice with Instant Feedback

About this resource: This is an unofficial, community-sourced compilation of a past ESSLCE/EUEE entrance exam, put together for exam-prep purposes only. It is not an official EAES publication, and EAES has not reviewed or endorsed it. These questions are from a past, already-administered exam year and are not predictive of future exam content. They're here to help future students practice, not to preview an upcoming paper. Provided free for student and educational use. Unauthorized use, resale, or redistribution is prohibited.

Click an option to answer. Give it your best shot before checking the solution, struggling a bit is part of how you remember it.

1.What is the solution of the equation $\sqrt[4]{9^{x-1}}=3$?
A.$\dfrac{1}{2}$
C.3
B.$\dfrac{3}{2}$
D.$\dfrac{5}{2}$
Answer: C
2.The following frequency distribution table shows the scores of students on a mathematics test out of 25. What is the 70th percentile ($p_{70}$) of the data?
Score121416172122
Frequency321222
A.20.6
C.66.4
B.16.25
D.30.5
Answer: A

Watch this video for 50th percentile calculation (median)

Note: the scores in this table aren't evenly spaced (gaps of 2, 2, 1, 4, 1), so there's no single "correct" class width to build the 20.5–21.5 boundary from. It's a standard convention (width = 1 around the raw score), not something derived from the table. That's also why this method lands you at ≈20.6 rather than exactly 20.6.
3.What is the average rate of change of the function $f$ defined by $f(x)=x^2+4x-1$ over the interval $[-2,1]$?
A.3
C.2
B.-1
D.5
General average rate of change formula for any function $f(x)$ in a closed interval $[a, b]$ is $\dfrac{f(b)-f(a)}{b-a}$.

Average rate of change $= \dfrac{f(1)-f(-2)}{1-(-2)}$.

$f(1) = 1+4-1 = 4$, and $f(-2) = 4-8-1 = -5$.

So the rate $= \dfrac{4-(-5)}{3} = \dfrac{9}{3} = 3$.

Answer: A
4.If the radius of the upper and the lower bases of a frustum of a right circular cone are 4 cm and 6 cm respectively and its height is 9 cm, then what is the volume of the frustum in cm³?
A.212$\pi$
C.172$\pi$
B.228$\pi$
D.466$\pi$
General volume formula for a frustum of any shape: $V = \dfrac{1}{3}h'\left(A_b + A'_b + \sqrt{A_b A'_b}\right)$, where $A_b$ is the lower base area, $A'_b$ is the upper base area, and $h'$ is the height. (Works for a frustum of a cone, a pyramid, or any other shape, just use that shape's own area formula for $A_b$ and $A'_b$.)

In our case it's circular, so we use $\pi r^2$ for the base areas.

Lower base area: $A_b = \pi R^2 = \pi(6)^2 = 36\pi$.

Upper base area: $A'_b = \pi r^2 = \pi(4)^2 = 16\pi$.

$\sqrt{A_b A'_b} = \sqrt{36\pi \times 16\pi} = \sqrt{576\pi^2} = 24\pi$.

$V = \dfrac{1}{3}(9)\left(36\pi+16\pi+24\pi\right) = 3(76\pi) = 228\pi \text{ cm}^3$.

Answer: B

Note: if you're good at memorizing formulas, the simplified version for a circular frustum is $V = \dfrac{1}{3}\pi h (R^2+Rr+r^2)$, which comes from substituting $\pi R^2$ and $\pi r^2$ into the general formula above and simplifying. With $R=6$, $r=4$, $h=9$: $V = \dfrac{1}{3}\pi(9)(36+24+16) = 3\pi(76) = 228\pi \text{ cm}^3$.
5.Let $p(x)=2(x^5-2x^3)+2x^2-2x^5+x^4$. Then, which one of the following is the leading coefficient of $p(x)$?
A.-4
C.-2
B.1
D.2
Leading coefficient means the number in front of the highest-degree term, but we need to simplify first. The trap here: don't assume $x^5$ is the highest degree just because it appears in the unsimplified expression.

Expand: $p(x) = 2x^5-4x^3+2x^2-2x^5+x^4$.

Combine like terms: the $2x^5$ and $-2x^5$ cancel, leaving $p(x) = x^4-4x^3+2x^2$.

The highest-degree term is $x^4$, so the leading coefficient is $1$.

Answer: B
6.What is the value of $\cos 420^\circ$?
A.$-\dfrac{\sqrt3}{2}$
C.$-\dfrac12$
B.$\dfrac{\sqrt3}{2}$
D.$\dfrac12$
$420^\circ = 360^\circ + 60^\circ$.

$420^\circ$ is coterminal with $60^\circ$.

Coterminal angles have the same trigonometric values.

So $\cos 420^\circ = \cos 60^\circ = \dfrac12$.

Watch this to derive special angles yourself

Answer: D
7.A factory produces two types of jackets: Product I and Product II. The government imposes a tax of 3 dollars and 2 dollars on each unit of product I and product II respectively. Product I requires two hours and product II requires one hour for production. The maximum working hours per week is 40 hours. Product I cannot be manufactured more than 10 units. What is the maximum tax per week the government can collect from the factory in dollars?
A.110
C.30
B.80
D.70
Let $x$ = units of Product I, $y$ = units of Product II.

Tax collected: \$3 per unit of Product I, \$2 per unit of Product II.

Constraints given: 2 hours for Product I, 1 hour for Product II, max 40 hours/week $\rightarrow 2x + y \le 40$.

Product I cannot be manufactured more than 10 units $\rightarrow x \le 10$.

Since it's production, our units $x$ and $y$ are non-negative.

$x \ge 0$

$y \ge 0$

Our objective function is $Z = 3x + 2y$.

$\begin{cases} 2x+y\le 40 \\ x\le 10 \\ x\ge 0 \\ y\ge 0 \end{cases}$

In linear programming (LP), the maximum (or minimum) occurs at a corner point of the feasible region.

Corner points: $(0,0)$, $(10,0)$, $(10,20)$, $(0,40)$.

$Z(0,0) = 0$

$Z(10,0) = 30$

$Z(10,20) = 30+40 = 70$

$Z(0,40) = 0+80 = 80$

The largest value is at $(0,40)$: $Z=80$.

Answer: B

Note: most past exam questions go the reverse of this one, they give you the constraints and objective function directly, then just ask for the max or min, without needing you to translate a word problem into them first.

Watch this for more linear programming past exam questions
8.Which one of the following statements describes universal set?
A.A set that contains infinite elements.
B.The set of all real numbers.
C.The set of all elements considered for the discussion.
D.The set that contains no elements for the discussion.
A universal set is defined relative to a particular discussion: it is the set containing all elements relevant to that discussion, not necessarily infinite or restricted to real numbers.

Answer: C

Note: a set that contains no elements for the discussion is called an "empty set," written $\varnothing$ or $\{\ \}$.
9.If 56 kg of flour for bread is prepared from wheat, barley, oat and maize respectively in the ratio 5:4:3:2, then which one of the following is NOT true about the amount of ingredients of the flour?
A.Wheat is equal to 20 kg.
B.Oat is equal to 12 kg.
C.Barley is equal to 16 kg.
D.Maize is equal to 4 kg.
Total ratio parts $= 5+4+3+2 = 14$. One part $= \dfrac{56}{14} = 4$ kg.

Wheat $= 5(4)=20$ kg ✓, Barley $=4(4)=16$ kg ✓, Oat $=3(4)=12$ kg ✓, Maize $=2(4)=8$ kg.

Option D claims maize is 4 kg, but it is actually 8 kg, so D is the false statement.

Answer: D
10.Which one of the following statements correctly defines terms related to grouped continuous data?
A.Class width is the average value of the largest and the smallest values in grouped data.
B.Class limit is the average of the minimum and maximum values that a class interval may contain.
C.Class mark is the average of the lower and the upper-class limit.
D.Class interval is the frequency of the values in each class.
Answer: C

Note: class mark is sometimes called the "midpoint of the class."
11.What is the equation of the line which is tangent to a circle with equation $x^2+y^2-4x-6y+3=0$ at the point $(-1,2)$?
A.$x-3y=-7$
C.$3x+y=-1$
B.$-x+3y=10$
D.$3x+y=5$
What we'll use: Now the computation: Answer: C
12.For any sets $A,B,C$ and $D$ such that $A\subseteq D$, which one of the following is NOT true?
A.$A\cap B=B\cap A$
C.$A\cap D=A$
B.$(A\cap B)\cap C=A\cap(B\cap C)$
D.$A\cap B=A$
Answer: D
13.Consider the given income tax table. A worker earns a monthly salary of Birr 13,900. What is the tax the worker pays on this income?
NoTaxable income (Birr)RateDeduction (Birr)
1< 600Exempt0
2600 – 1,65010%60
31,650 – 3,20015%142.5
43,200 – 5,25020%302.5
55,250 – 7,80025%565
67,800 – 10,90030%955
7Over 10,90035%1,500
A.3,910
C.3,075
B.2,955
D.3,365
Answer: D

Note: watch for this trap. Exams usually include the pre-deduction result ($35\% \times 13{,}900 = 4{,}865$) as one of the multiple choices, to catch students who forget to subtract the deduction. It isn't listed as an option in this particular question, but it often is on similar ones, so always subtract the deduction before picking your answer.
14.What is the inverse of matrix $A=\begin{pmatrix}1 & 1 & 1\\ 3 & 0 & 0\\ 2 & 0 & -1\end{pmatrix}$?
A.$\begin{pmatrix}0 & 1 & 0\\ \frac13 & -1 & \frac13\\ 0 & 1 & 0\end{pmatrix}$
B.$\begin{pmatrix}1 & 1 & 1\\ \frac13 & 0 & 0\\ \frac12 & 0 & -1\end{pmatrix}$
C.$\begin{pmatrix}0 & \frac13 & 0\\ 1 & -1 & 1\\ 0 & \frac23 & -1\end{pmatrix}$
D.$\begin{pmatrix}-1 & -1 & -1\\ -3 & 0 & 0\\ -2 & 0 & 1\end{pmatrix}$
Shortcut method (fast, exam-friendly): Answer: C

Formal method: Watch this for the formal matrix inverse method
Note: you can pick any row or column to test against the identity matrix. Choosing one with zeros (like row 2 here) just makes the arithmetic faster, any row or column will correctly identify the true inverse. This shortcut also works because you're given four choices to test against. A university-level exam would usually just say "find the inverse," so you'd need to actually compute it yourself. Worth watching the formal method above for that.
15.If $\log_2(x+3)=1+\log_2 x$, then what is the value of $x$?
A.1
C.$\dfrac13$
B.$\dfrac12$
D.3
Answer: D

Note: the exam trap here is sometimes giving you a value that solves the equation but fails the domain check, always verify before picking your answer. The 2017 E.C. exam has this same trap ($\log x + \log(x-3) = 1$, where solving gives $x=5$ and $x=-2$, but only $x=5$ passes the domain check).

Watch this video for more on this trap
16.Let $a$ and $b$ be positive real numbers, and $r$ and $s$ be any real numbers. Then, which one of the following is NOT true about laws of exponents?
A.$(a^r)^s=a^{rs}$
C.$\left(\dfrac{a}{b}\right)^r=\dfrac{a^r}{b^r}$
B.$(a+b)^r=a^r+b^r$
D.$(ab)^r=a^rb^r$
Answer: B
17.Suppose the following data represent 12 students' test result score out of ten: 3, 1, 9, 2, 10, 4, 8, 8, 9, 5, 6, 10. Which one of the following is the median of the data?
A.8
C.7
B.5
D.6
Arrange the data in order (increasing or decreasing): 1, 2, 3, 4, 5, 6, 8, 8, 9, 9, 10, 10 (12 values).

With an even count, the median is the average of the 6th and 7th values: $\dfrac{6+8}{2}=7$.

Answer: C

Note: if the data has an odd count, the single middle number is the median. We only average two numbers when there isn't one single number in the center (an even count).
18.Which one of the following systems of linear inequalities represents the shown graph?
-6 -5 -4 -3 -2 -1 1 2 3 4 -3 -2 -1 1 2 3 4 5 6 7 8 9 x y
A.$y\le 2x+4,\ y\ge -x+2$
B.$y\ge -2x+4,\ y\le x+2$
C.$y\ge 2x+4,\ y\le -x+2$
D.$y\le -2x+4,\ y\ge -x+2$
Answer: C

Note: sometimes you'll be asked for the domain and range of a shaded region instead of its inequality system.

Watch this for a similar past exam question
19.A right circular cone has base radius 5 cm and height 12 cm. What is the total surface area of the cone (in cm²)?
5 12 ?
A.90$\pi$
C.300$\pi$
B.720$\pi$
D.60$\pi$
Answer: A

Note: the diagram above wasn't shown on the actual exam, I added it here for illustration. On the real exam, you'll need to visualize or sketch this yourself.

Past exams are not always this simple.

Watch this for more challenging past exam questions
20.Which one of the following is the rationalizing factor of the number $\dfrac{5}{\sqrt3-\sqrt2}$?
A.$\dfrac{5}{\sqrt3+\sqrt2}$
C.$\dfrac{\sqrt2-\sqrt3}{\sqrt2-\sqrt3}$
B.$\dfrac{\sqrt3-\sqrt2}{\sqrt3-\sqrt2}$
D.$\dfrac{\sqrt3+\sqrt2}{\sqrt3+\sqrt2}$
Answer: D

21.What is the expanded form of $(x+y)^5$?
A.$x^5+5x^4y+6x^3y^2+6x^2y^3+4xy^4+y^5$
B.$x^5+5x^4y+15x^3y^2+15x^2y^3+5xy^4+y^5$
C.$x^5+4x^4y+6x^3y^2+10x^2y^3+4xy^4+y^5$
D.$x^5+5x^4y+10x^3y^2+10x^2y^3+5xy^4+y^5$
By the binomial theorem, the coefficients for power 5 come from row 5 of Pascal's triangle: $1,5,10,10,5,1$.

So $(x+y)^5 = x^5+5x^4y+10x^3y^2+10x^2y^3+5xy^4+y^5$.

Answer: D

Note: Pascal's triangle is easier when the power is 5 or less, but sometimes you'll be asked for a higher degree, like $(x+y)^{10}$, as in the 2016 E.C. exam. For those, use the combination method to find the coefficients instead.

Watch this for binomial expansion past exam questions
22.The determinant of the matrix $\begin{pmatrix}\frac35 & \frac45\\ \frac45 & -\frac35\end{pmatrix}$ is
A.1
C.$\dfrac{24}{25}$
B.-1
D.$-\dfrac{7}{25}$
$\det = \left(\dfrac35\right)\left(-\dfrac35\right) - \left(\dfrac45\right)\left(\dfrac45\right)$

$= -\dfrac{9}{25}-\dfrac{16}{25} = -\dfrac{25}{25}=-1$.

Answer: B

Note: this one's a 2×2 determinant, but past exams usually ask for a 3×3 determinant instead, a bigger computation with its own method.

Watch this video for 3×3 matrix past exam questions
23.What is the area (in square units) of a parallelogram spanned between the two vectors $\vec u=\hat\imath+2\hat\jmath+3\hat k$ and $\vec v=2\hat\imath-\hat\jmath+\hat k$?
A.$4\sqrt2$
B.$3\sqrt3$
C.$5\sqrt3$
D.$3\sqrt2$
i j k 1 2 3 2 -1 1
i j k 1 2 3 2 -1 1
i j k 1 2 3 2 -1 1
Answer: C
24.Which one of the following are the lower and the upper bounds of $4.4\times2.6$ respectively?
A.11.4534 and 11.5014
B.11.0345 and 11.045
C.11.0925 and 11.7925
D.11.045 and 11.515
Answer: C

Exam shortcut: compute the plain product $4.4\times2.6=11.44$ first. Pick the answer that includes this number. A and B do not include this value, so eliminate both. That leaves only C and D to check by hand.
25.Which one of the following is the fraction form of the repeating decimal $2.13\overline{7}$?
A.$\dfrac{2137}{900}$
C.$\dfrac{1921}{900}$
B.$\dfrac{96}{45}$
D.$\dfrac{481}{225}$
Answer: D
26.Given a function $g$ with $g(x)=x^2$. What is the value of $\dfrac{g(x+h)-g(x)}{h}$ as $h$ gets closer and closer to zero?
A.$x$
C.$\dfrac{x^2}{3}$
B.$2x$
D.$\dfrac{x}{2}$
Answer: B

Note: you can also solve it using the derivative definition directly:

$\dfrac{g(x+h)-g(x)}{h} = \dfrac{(x+h)^2-x^2}{h}$

$=\dfrac{x^2+2xh+h^2-x^2}{h}$ (expand $(x+h)^2$)

$=\dfrac{2xh+h^2}{h}$ (the $x^2$ terms cancel)

$=\dfrac{h(2x+h)}{h}$ (factor out $h$)

Since $h$ hasn't reached zero yet, the $h$ in the numerator and denominator can legally cancel, giving $2x+h$, which approaches $2x$ as $h\to0$.
27.Which one of the following geometric series is divergent?
A.$\displaystyle\sum_{n=0}^{\infty} 4^n\left(-\dfrac13\right)^n$
B.$\displaystyle\sum_{n=0}^{\infty} 1000\left(-\dfrac23\right)^{n+1}$
C.$\displaystyle\sum_{n=0}^{\infty} (0.\overline{27})^n$
D.$\displaystyle\sum_{n=0}^{\infty} 3\left(\dfrac{\sqrt3}{2}\right)^{n+1}$
Answer: A

Watch more challenging past exam questions

Sigma property: a constant number $a$ can be pulled outside the summation: $\displaystyle\sum a\cdot r^n = a\sum r^n$. This is why the constants out front (1000 in B, 3 in D) don't affect whether a series converges, only $r$ does.

Whether the exponent is written as $n$ or $n+1$ doesn't matter either (as in B and D), it's still the same ratio $r$ raised to a power, just shifted by one term, so convergence still depends only on $|r|$.
28.What is the domain of the rational expression $\dfrac{x-1}{x^2+3x+2}$?
A.$\{x\in\mathbb R: x\ne -2,1\}$
B.$\{x\in\mathbb R: x\ne -2,-1 \text{ and } 1\}$
C.$\{x\in\mathbb R: x\ne -2,-1\}$
D.$\{x\in\mathbb R: x\ne -1,2\}$
The expression is undefined where the denominator is zero: $x^2+3x+2=0 \Rightarrow (x+1)(x+2)=0$.

$\Rightarrow x=-1,-2$.

So the domain is $\{x\in\mathbb R: x\ne -1,-2\}$.

Answer: C
29.Which one of the following is the period of the function $y=\tan x$ in radians?
A.$\dfrac{\pi}{2}$
C.$2\pi$
B.$\dfrac{\sqrt2}{2}$
D.$\pi$
The tangent function repeats every $\pi$ radians. Sine and cosine repeat every $2\pi$.

Answer: D

See sine and cosine past entrance exam questions
30.Which one of the following conditions is true if a system of linear equations $\begin{cases} d_1x+e_1y=f_1 \\ d_2x+e_2y=f_2 \end{cases}$ has infinite solutions?
A.$\dfrac{d_1}{d_2}\ne\dfrac{e_1}{e_2}\ne\dfrac{f_1}{f_2}$
B.$\dfrac{d_1}{d_2}=\dfrac{e_1}{e_2}=\dfrac{f_1}{f_2}$
C.$\dfrac{d_1}{d_2}=\dfrac{e_1}{e_2}\ne\dfrac{f_1}{f_2}$
D.$\dfrac{d_1}{d_2}\ne\dfrac{e_1}{e_2}$
Answer: B

Note: if the equations aren't already in this form, rearrange each one into standard form first, $x$ term, then $y$ term, then the number after the equal sign, so the coefficients line up correctly before comparing ratios.
31.Which of the following pairs of equations represent parallel lines?
A.$3x-6y+1=0$ and $-x+2y-1=0$
B.$x-y+1=0$ and $x+y+1=0$
C.$x-3y+2=0$ and $-3x+y+4=0$
D.$2x-4y+2=0$ and $-2x+y+5=0$
Answer: A

Watch this for more challenging past exam questions

Note: parallel lines have the same slope: $m_1 = m_2$. Perpendicular lines have this property instead: $m_1 \times m_2 = -1$.
32.In some gold mining areas, the amount of gold extracted decreases from year to year. If the amount extracted is 270 kg in the first year, 180 kg in the second year, 120 kg in the third year, 80 kg in the fourth year, and so on, what is the total amount of gold extracted in the long run (in kg)?
A.540
C.650
B.4500
D.810
Answer: D

Note: the formula $S_\infty = \dfrac{a}{1-r}$ works for any convergent geometric series, meaning $|r|<1$.

It comes from the general finite-sum formula:

$S_n=\dfrac{a(1-r^n)}{1-r}$

As $n\to\infty$, $r^n\to0$ when $|r|<1$, leaving:

$S_\infty=\dfrac{a}{1-r}$
33.Let $a>0$ and $a\ne1$. Then, which one of the following is true about the graphs of $f(x)=\log_a x$ and $g(x)=\log_{1/a} x$?
A.The graph of $f(x)$ is a reflection of the graph of $g(x)$ along the $x$-axis.
B.The graphs of $f(x)$ and $g(x)$ intersect each other at $(0,1)$.
C.The $x$-axis is a horizontal asymptote to the graphs of $f(x)$ and $g(x)$.
D.The graphs of both functions $f(x)$ and $g(x)$ are increasing.
1 2 3 4 5 6 -3 -2 -1 1 2 3 x y f(x)=loga x g(x)=log1/a x
Answer: A

Watch this for past exam questions on exponential graphs
34.Given the data: 40, 60, 60, 90, 100. What is the mean deviation of the data from the mean?
A.20
C.60
B.70
D.40
Answer: A

Watch this for deviation from mode past exam

Note: Master all three (deviation from mean, mode, median).
35.Which of the following statements is NOT correct about sampling techniques?
A.Cluster sampling divides the population into subgroups, where each subgroup has different characteristics to the whole group.
B.Systematic sampling is the selection of individuals by considering sampling intervals.
C.Stratified sampling is useful whenever the population under consideration has some identifiable categorical difference.
D.A simple random sampling is the selection of individuals for which every individual has an equal chance of being selected.
Answer: A

Watch this for sampling technique past exam questions to understand the different sampling techniques. This question appears in a different format every year.
36.Given a triangle with vertices $A=(2,2)$, $B=(2,6)$ and $C=(5,6)$. When the triangle is rotated $180^\circ$ about the origin, what will be the images of the points $A$, $B$ and $C$ respectively?
A.$(-2,-2), (-2,-6)$ and $(-5,-6)$
B.$(-2,2), (6,-2)$ and $(6,-5)$
C.$(2,-2), (-6,2)$ and $(-6,5)$
D.$(2,2), (6,2)$ and $(-5,6)$
Answer: A

Alternative: the general rotation formula works for any angle, not just $180^\circ$: for a rotation through angle $\theta$ about the origin, $R_\theta(x,y)=(x',y')$ where $x'=x\cos\theta-y\sin\theta$ and $y'=x\sin\theta+y\cos\theta$. For $\theta=180^\circ$: $\cos180^\circ=-1$, $\sin180^\circ=0$, so $x'=-x$ and $y'=-y$, matching what we used above.

Watch this video for special angles that may appear on your exam
37.When the elementary row operation $R_3\to R_3-2R_1$ is applied to the matrix $M=\begin{pmatrix}1 & 2 & -1\\ 3 & 2 & 4\\ -1 & 4 & 2\end{pmatrix}$, what is the resulting matrix?
A.$\begin{pmatrix}-2 & -2 & 3\\ 3 & 2 & 4\\ -1 & 4 & 2\end{pmatrix}$
B.$\begin{pmatrix}1 & 2 & -1\\ 3 & 2 & 4\\ 2 & -2 & -3\end{pmatrix}$
C.$\begin{pmatrix}-2 & -4 & 2\\ 3 & 2 & 4\\ -3 & 0 & 4\end{pmatrix}$
D.$\begin{pmatrix}1 & 2 & -1\\ 3 & 2 & 4\\ -3 & 0 & 4\end{pmatrix}$
Answer: D
38.Let $f(x)=x^5-2x^4+3x^2+3x-3$. Between which values of $x$ does $f$ have a zero?
A.$x=0$ and $x=1$
C.$x=1$ and $x=2$
B.$x=-2$ and $x=-1$
D.$x=-1$ and $x=0$
Answer: A

Watch this video for the Location Theorem

Note: this method is called the Location Theorem in polynomials, but it's called the Intermediate Value Theorem in calculus.
39.Which one of the following is the derivative of the function $f(x)=\sqrt{2x^2+2x}$?
A.$\sqrt{4x+1}$
B.$\dfrac{4x+2}{\sqrt{2x^2+2x}}$
C.$\dfrac{2x+1}{\sqrt{2x^2+2x}}$
D.$\dfrac{2\sqrt{x^2+2x}}{x+2}$
Answer: C

Watch this for more challenging chain rule past exam questions
40.There are 7 cars in a company. In how many ways can the manager choose two cars for a job?
A.14
C.42
B.21
D.2520
Order of arrangement doesn't matter when selecting two cars, Car A, B is the same as Car B, A. So we use combination: $C(n,r)=\dfrac{n!}{r!(n-r)!}$.

$C(7,2) = \dfrac{7!}{2!\,5!} = \dfrac{7\times6}{2} = 21$.

Answer: B

Note: when order matters and $AB$ is not equal to $BA$, use permutation instead: $P(n,r)=\dfrac{n!}{(n-r)!}$.
41.Consider the following distribution of data. What is the variance of the data?
x47810
f11851
A.$\sqrt{1.76}$
C.3.52
B.1.76
D.$\sqrt{3.52}$
Answer: C

Note: the square root of variance is called standard deviation. If this question had asked for standard deviation instead of variance, the answer would be D, $\sqrt{3.52}$.

Watch this for past exam questions on standard deviation
42.Which one of the following correctly defines a power function $f$?
A.$f(x)=a^x$ for $a>0$ and $a\ne1$
B.$f(x)=ax^r$ for $a\ne0$ and $r\in\mathbb R$
C.$f(x)=ax^{r-1}$ for $a\in\mathbb R$ and $r\in\mathbb R$
D.$f(x)=a^x$ for $a=1$ and $x\in\mathbb R$
Answer: B

Note: $f(x)=a^x$ with $a=1$ is not an exponential function. An exponential function requires $a>0$ and $a\ne1$.
43.Consider the graph of a rational function $f$ shown below. Which one of the following represents the graph of $f$?
-6 -5 -4 -3 -2 -1 1 2 3 4 5 6 -5 -4 -3 -2 -1 1 2 3 4 5 6 x y f
A.$f(x)=\dfrac{x-2}{x+\frac12}$
B.$f(x)=\dfrac{2x-3}{x-\frac12}$
C.$f(x)=\dfrac{x+2}{2x}$
D.$f(x)=\dfrac{x+2}{2x-1}$
Shortcut: Answer: D

Formal method: the graph shows a vertical asymptote at $x=\frac12$ and a horizontal asymptote at $y=\frac12$.
44.Consider the given trigonometric table. Which one of the following is correct about the measure of the angles and their corresponding trigonometric values?
θsinθcosθtanθ
18°0.30900.95110.3249
35°0.57360.81920.7002
44°0.69470.71930.9657
72°0.95110.30903.078
A.$\tan 145^\circ=0.7002$
B.$\cos 145^\circ=-0.5736$
C.$\cos 162^\circ=0.9511$
D.$\sin 136^\circ=0.6947$
x y A S T C All positive Sin positive Tan positive Cos positive
Answer: D
45.What is the value of $\displaystyle\int \dfrac{x^2+1}{x^{3/4}}\,dx$? (where $c$ is a constant)
A.$x\left(x^{1/4}+x^{-7/4}\right)+c$
B.$4x^{1/4}\left(\dfrac19 x^2+1\right)+c$
C.$\dfrac{4(x^3+x)}{7x^{7/4}}+c$
D.$\dfrac{4(x^3+3x)}{21\left(x^{1/4}+1\right)}+c$
Answer: B

Note: general integration rule: $\displaystyle\int x^n\,dx = \dfrac{x^{n+1}}{n+1}+c$. The power $n$ can be an integer, a fraction, or irrational, the process is the same. Don't be confused when the power is a fraction.
46.A ball is dropped from a height of 20 m. It rebounds half of the distance after each fall. What is the total distance the ball has traveled when it hits the ground for the 5th time?
A.62.5 m
C.57.5 m
B.43.5 m
D.52.5 m
20m 1st touch 10m 2nd touch 5m 3rd touch 2.5m 4th touch 1.25m 5th touch
Answer: C
47.Which one of the following statements is NOT true about angle properties of a circle?
A.A central angle is an angle formed by two radii with vertex at the center of the circle.
B.An inscribed angle is an angle formed by two intersecting chords with vertex on the circle.
C.An angle inscribed in a semicircle is a right angle.
D.If an inscribed angle and a central angle intercept the same arc, then they have the same measure.
90°
θ O α
Answer: D

Watch this for past exams and more on this topic
48.Let $A, B, C$ and $0$ be matrices of the same order. Which of the following properties of matrix addition is NOT true?
A.$A+(B+C)=(A+B)+(A+C)$
B.$A+0=A$
C.$A+B=B+A$
D.$(A+B)+C=A+(B+C)$
Answer: A
49.What is the position vector of a vector $\vec u$ having initial point $(2,-4)$ and terminal point $(3,5)$?
A.$\hat\imath-9\hat\jmath$
C.$5\hat\imath-\hat\jmath$
B.$5\hat\imath+\hat\jmath$
D.$\hat\imath+9\hat\jmath$
Answer: D

Watch this for more entrance questions on vectors
50.Which one of the following is true about the mode of a given data set?
A.It is the value which occurs most frequently.
B.It is used for only quantitative data.
C.It is affected by extreme values.
D.It is always unique.
Answer: A

Watch this for more exam questions on mode
51.Let $A=(1,2)$ and $B=(4,-2)$ be two points on a coordinate plane. What is the distance (in units) between $A$ and $B$?
A.3
C.$\sqrt{13}$
B.$3\sqrt5$
D.5
Answer: D
52.What is the approximate perimeter (in cm) of a regular 5-sided polygon with circumradius 3 cm? Use $\sin 36^\circ=0.5878$ and $\cos 36^\circ=0.8090$.
A.24.27
C.20.35
B.15
D.17.63
36° r r O s
36° r r s s/2
Answer: D

Alternative method: the general formula for any regular $n$-gon with circumradius $r$ is $s=2r\sin\left(\dfrac{180^\circ}{n}\right)$. Watch this for hexagon and other related past exams
Note: sometimes you might be asked to find the apothem itself instead. Using the same right triangle: $\cos 36^\circ = \dfrac{\text{apothem}}{r}$, so apothem $= r\cos 36^\circ = 3(0.8090) = 2.427$ cm. This is exactly where $\cos 36^\circ$ would come in, if that's what the question asked for.
53.Which one of the following represents the shown parabola?
-7 -6 -5 -4 -3 -2 -1 1 2 3 -4 -3 -2 -1 1 2 3 4 5 6 7 8 9 10 x y
A.$y=-x^2+4x+5$
B.$y=-x^2-4x+5$
C.$y=-x^2+2x+5$
D.$y=-x^2-2x+5$
Answer: B

Alternative method: for any quadratic $ax^2+bx+c$, the vertex's $x$-coordinate is $-\dfrac{b}{2a}$. The graph's bending point (vertex) is $(-2,9)$. Check against the multiple choices:
Using the $y$-intercept $(0,5)$ wouldn't help here, all four choices give $f(0)=5$, since they share the same constant term. That's why the $x$-intercept is used instead, it's the one feature that actually tells the choices apart.
54.Which one of the following statements is correct about a chord of a circle?
A.Any line segment drawn from the center of a circle bisects the given chord.
B.Any two chords of a circle subtend equal angles at the center of the circle.
C.Any two chords of a circle which are equal in length are equidistant from the center of the circle.
D.Any line segment which passes through the center of a circle is perpendicular to the given chord.
α β
Answer: C
55.Let $r_1$ and $r_2$ be the roots of the quadratic equation $2x^2+3x-4=0$. Which one of the following is equal to $\dfrac{1}{r_1^2}+\dfrac{1}{r_2^2}$?
A.$\dfrac{3}{4}$
B.$\dfrac{25}{16}$
C.$\dfrac{3}{16}$
D.$\dfrac{1}{4}$
Answer: B

Note: the sum/product relationship used above ($r_1+r_2=-\dfrac{b}{a}$ and $r_1r_2=\dfrac{c}{a}$) is called Vieta's formulas. This shortcut, rewriting a symmetric expression in $r_1$ and $r_2$ using only their sum and product, avoids ever solving the quadratic itself, and works for any expression symmetric in the two roots, like $r_1^2+r_2^2$, $r_1^3+r_2^3$, or $\dfrac{1}{r_1}+\dfrac{1}{r_2}$.

Watch this for quadratic-related past exam questions
56.In the figure provided, line AC is tangent to the circle at C, and line ABD is a secant through B and D. Let $m(\angle DAC)=15^\circ$ and $m(\text{arc } BC)=70^\circ$. What is the measure of arc CD?
O B D C A 15°
A.42.5°
B.55°
C.30°
D.40°
Answer: D

Note: don't confuse this with the tangent-chord angle rule, which is used when the vertex sits ON the circle and gives half of a single arc. Here the vertex is outside the circle, so it's half the DIFFERENCE of two arcs instead.

Watch this for related past exam questions, this has more challenging questions
57.Let $f(x)=\dfrac{2x+1}{x-1}$. Which of the following equations is the equation of the tangent line to the graph of $f$ at $(2,f(2))$?
A.$3x+y=11$
B.$y-3x=-1$
C.$x+3y=17$
D.$3x-y=13$
Answer: A

Watch this video for more on equation of line for absolute beginners
58.What is the solution set for the radical equation $\sqrt{x^2+3x}=2$?
A.$\{1,-4\}$
B.$\{1,4\}$
C.$\{-1,4\}$
D.$\{-1,-4\}$
Shortcut method (fast, exam-friendly): Answer: A

Formal method:
Note: squaring both sides can create solutions that satisfy the squared equation but not the original one, always check against the domain before picking your answer.
59.In an arithmetic progression, the first term is 11 and the common difference is -13. What is the sum of the first 7 terms?
A.-196
B.-28
C.-67
D.196
Answer: A

Note: if you're good at memorizing formulas, use $S_n=\dfrac{n}{2}\big(2a_1+(n-1)d\big)$ directly:

$S_7=\dfrac{7}{2}\big(2(11)+(6)(-13)\big)=\dfrac{7}{2}(-56)=-196$

This combined formula comes from substituting $a_n=a_1+(n-1)d$ into $S_n=\dfrac{n}{2}(a_1+a_n)$:

$S_n=\dfrac{n}{2}\big(a_1+a_1+(n-1)d\big)=\dfrac{n}{2}\big(2a_1+(n-1)d\big)$
60.Which one of the following is the decomposition of the rational expression $\dfrac{3x^2+5x-1}{(x+2)(x+1)^2}$ as a sum of partial fractions?
A.$\dfrac{2}{x+2}+\dfrac{3}{x+1}+\dfrac{1}{(x+1)^2}$
B.$\dfrac{3}{x+2}-\dfrac{3}{(x+1)^2}$
C.$\dfrac{1}{x+2}+\dfrac{2}{x+1}-\dfrac{3}{(x+1)^2}$
D.$\dfrac{5}{x+2}+\dfrac{4}{(x+1)^2}$
Exam shortcut: Answer: C

Formal method (solve for $B$ too):
Note: picking $x=-2$ and $x=-1$ isn't arbitrary, they're the roots of the denominator.

Watch this video for 3 common decomposition types
← Back to MathMadeEasy