Objective paper · 46 questions · partial

JAMB 1993 · UME

Topics include Number bases, Approximation & error, Indices & standard form, Logarithms, Commercial arithmetic, Sets & Venn diagrams.

Our copy of this paper is missing questions 5, 13, 16, 25.

Sit this paper

Answer every question in order, timed if you like (suggested 30 min). You're marked when you hand in, then you see where to focus and the working for each question.

Or read it here: every question below has a worked solution.

Question 1

Change 711071_{10} to base 8.

Worked solution (try it first)
  1. Divide by 8: 71÷8=871 \div 8 = 8 remainder 7.
  2. Divide again: 8÷8=18 \div 8 = 1 remainder 0, and 1÷8=01 \div 8 = 0 remainder 1.
  3. Read the remainders from the bottom up: 1078107_8, option A.

Report a problem with this question

Question 2

Evaluate 35240.05\frac{3524}{0.05} correct to 3 significant figures.

Worked solution (try it first)
  1. Dividing by 0.05 is the same as multiplying by 20: 3524×20=70 4803524 \times 20 = 70\,480.
  2. To 3 significant figures, keep 7, 0, 4 and look at the next figure, 8.
  3. Round up to 705, and keep the zeros to hold the place value: 70 50070\,500, option D.

Report a problem with this question

Question 3

If 9x−12=3x29^{x - \frac12} = 3^{x^2}, find the value of xx.

Worked solution (try it first)
  1. Write 9 as 323^2 and multiply the indices: 9x−12=32x−19^{x - \frac12} = 3^{2x - 1}.
  2. The bases match, so the powers are equal: 2x−1=x22x - 1 = x^2, or x2−2x+1=0x^2 - 2x + 1 = 0.
  3. This is (x−1)2=0(x - 1)^2 = 0, so x=1x = 1, option B.

Report a problem with this question

Question 4✱✱

Solve for yy in the equation 10y×52y−2×4y−1=110^y \times 5^{2y - 2} \times 4^{y - 1} = 1.

Worked solution (try it first)
  1. Write each factor with bases 2 and 5: 10y=2y×5y10^y = 2^y \times 5^y and 4y−1=22y−24^{y - 1} = 2^{2y - 2}.
  2. Collect the powers: 2y+2y−2×5y+2y−2=23y−2×53y−22^{y + 2y - 2} \times 5^{y + 2y - 2} = 2^{3y - 2} \times 5^{3y - 2}, which is 103y−210^{3y - 2}.
  3. 103y−2=1=10010^{3y - 2} = 1 = 10^0, so 3y−2=03y - 2 = 0 and y=23y = \frac23, option B.

Report a problem with this question

Question 6✱✱

If 2log⁡3y+log⁡3x2=42\log_3 y + \log_3 x^2 = 4, then yy is

Worked solution (try it first)
  1. Move the 2 up as a power, 2log⁡3y=log⁡3y22\log_3 y = \log_3 y^2, then combine the logs: log⁡3(x2y2)=4\log_3 (x^2y^2) = 4.
  2. Change to index form: x2y2=34=81x^2y^2 = 3^4 = 81.
  3. Take square roots: xy=±9xy = \pm9, so y=±9xy = \pm\frac9x, option D.

Report a problem with this question

Question 7

Evaluate without using tables log⁡562.5−log⁡512\log_5 62.5 - \log_5 \frac12.

Worked solution (try it first)
  1. Subtracting logs divides: log⁡562.5−log⁡512=log⁡5(62.5÷0.5)\log_5 62.5 - \log_5 \frac12 = \log_5 (62.5 \div 0.5).
  2. 62.5÷0.5=12562.5 \div 0.5 = 125, and 125=53125 = 5^3.
  3. So the value is log⁡5125=3\log_5 125 = 3, option A.

Report a problem with this question

Question 8

If ₦225.00 yields ₦27.00 in xx years at 4%4\% per annum simple interest, find xx.

Worked solution (try it first)
  1. One year's interest at 4%4\% is 0.04×225=0.04 \times 225 = ₦9.
  2. The total interest is ₦27, so the time is 27÷9=327 \div 9 = 3 years.
  3. So x=3x = 3, option A.

Report a problem with this question

Question 9

The shaded portion in the Venn diagram is

XYZ
Worked solution (try it first)
  1. The shaded region lies inside circle XX and inside circle ZZ, which gives X∩ZX \cap Z.
  2. It lies outside circle YY, which gives Y′Y'.
  3. Together: X∩Y′∩ZX \cap Y' \cap Z, option C.

Report a problem with this question

Question 10

If x2+9=x+1\sqrt{x^2 + 9} = x + 1, solve for xx.

Worked solution (try it first)
  1. Square both sides: x2+9=(x+1)2=x2+2x+1x^2 + 9 = (x + 1)^2 = x^2 + 2x + 1.
  2. The x2x^2 terms cancel: 9=2x+19 = 2x + 1, so 2x=82x = 8 and x=4x = 4.
  3. Check: 16+9=5\sqrt{16 + 9} = 5 and 4+1=54 + 1 = 5.
  4. So x=4x = 4, option B.

Report a problem with this question

Question 11

Make xx the subject of the relation 1+ax1−ax=pq\dfrac{1 + ax}{1 - ax} = \dfrac pq.

Worked solution (try it first)
  1. Cross-multiply: q(1+ax)=p(1−ax)q(1 + ax) = p(1 - ax), so q+aqx=p−apxq + aqx = p - apx.
  2. Collect the xx terms on the left: apx+aqx=p−qapx + aqx = p - q, so ax(p+q)=p−qax(p + q) = p - q.
  3. Divide by a(p+q)a(p + q): x=p−qa(p+q)x = \dfrac{p - q}{a(p + q)}, option B.

Report a problem with this question

Question 12

Which of the following is a factor of 15+7x−2x215 + 7x - 2x^2?

Worked solution (try it first)
  1. Take out −1-1 so the x2x^2 term is positive: 15+7x−2x2=−(2x2−7x−15)15 + 7x - 2x^2 = -(2x^2 - 7x - 15).
  2. Factorise: 2x2−7x−15=(2x+3)(x−5)2x^2 - 7x - 15 = (2x + 3)(x - 5).
  3. So x−5x - 5 is a factor, option C.
  4. Check: x=5x = 5 gives 15+35−50=015 + 35 - 50 = 0.

Report a problem with this question

Question 14

Solve the simultaneous equations x2+y−5=0x^2 + y - 5 = 0 and y−7x+3=0y - 7x + 3 = 0 for xx.

Worked solution (try it first)
  1. Make yy the subject of the linear equation: y=7x−3y = 7x - 3.
  2. Substitute into x2+y−5=0x^2 + y - 5 = 0: x2+7x−3−5=0x^2 + 7x - 3 - 5 = 0, so x2+7x−8=0x^2 + 7x - 8 = 0.
  3. Factorise: (x−1)(x+8)=0(x - 1)(x + 8) = 0, so x=1x = 1 or x=−8x = -8, option D.

Report a problem with this question

Question 15

Solve the equation (3x−2)(5x−4)=(3x−2)2(3x - 2)(5x - 4) = (3x - 2)^2.

Worked solution (try it first)
  1. Bring everything to one side: (3x−2)(5x−4)−(3x−2)2=0(3x - 2)(5x - 4) - (3x - 2)^2 = 0.
  2. Take out the common factor 3x−23x - 2: (3x−2)[(5x−4)−(3x−2)]=0(3x - 2)[(5x - 4) - (3x - 2)] = 0, which is (3x−2)(2x−2)=0(3x - 2)(2x - 2) = 0.
  3. So x=23x = \frac23 or x=1x = 1, option C.

Report a problem with this question

Question 17

If the function ff is defined by f(x+2)=2x2+7x−5f(x + 2) = 2x^2 + 7x - 5, find f(−1)f(-1).

Worked solution (try it first)
  1. f(−1)f(-1) needs x+2=−1x + 2 = -1, so x=−3x = -3.
  2. Substitute: 2(−3)2+7(−3)−5=18−21−52(-3)^2 + 7(-3) - 5 = 18 - 21 - 5.
  3. So f(−1)=−8f(-1) = -8, option B.

Report a problem with this question

Question 18

Divide the expression x3+7x2−x−7x^3 + 7x^2 - x - 7 by x2−1x^2 - 1.

Worked solution (try it first)
  1. Group the terms in pairs: x3+7x2−x−7=x2(x+7)−1(x+7)x^3 + 7x^2 - x - 7 = x^2(x + 7) - 1(x + 7).
  2. Take out the common bracket: (x2−1)(x+7)(x^2 - 1)(x + 7).
  3. So dividing by x2−1x^2 - 1 leaves x+7x + 7, option D.

Report a problem with this question

Question 19

Simplify 1p−1qpq−qp\dfrac{\frac1p - \frac1q}{\frac pq - \frac qp}.

Worked solution (try it first)
  1. Top: 1p−1q=q−ppq\frac1p - \frac1q = \frac{q - p}{pq}.
  2. Bottom: pq−qp=p2−q2pq\frac pq - \frac qp = \frac{p^2 - q^2}{pq}.
  3. Divide.
  4. The pqpq cancels: q−pp2−q2=−(p−q)(p−q)(p+q)\frac{q - p}{p^2 - q^2} = \frac{-(p - q)}{(p - q)(p + q)}.
  5. Cancel p−qp - q: the result is −1p+q-\dfrac{1}{p + q}, option B.

Report a problem with this question

Question 20

Solve the inequality y2−3y>18y^2 - 3y > 18.

Worked solution (try it first)
  1. Bring everything to one side: y2−3y−18>0y^2 - 3y - 18 > 0.
  2. Factorise: (y−6)(y+3)>0(y - 6)(y + 3) > 0, so the roots are y=6y = 6 and y=−3y = -3.
  3. The graph of a positive y2y^2 quadratic is a U shape, so it is above zero outside the roots: y<−3y < -3 or y>6y > 6, option B.

Report a problem with this question

Question 21

If xx is negative, what is the range of values of xx within which x+13>1x+3\frac{x + 1}{3} > \frac{1}{x + 3}?

Worked solution (try it first)
  1. Bring everything to one side and use a common denominator: x+13−1x+3=(x+1)(x+3)−33(x+3)\frac{x + 1}{3} - \frac{1}{x + 3} = \dfrac{(x + 1)(x + 3) - 3}{3(x + 3)}.
  2. Expand the top: x2+4x+3−3=x(x+4)x^2 + 4x + 3 - 3 = x(x + 4).
  3. So you need x(x+4)3(x+3)>0\dfrac{x(x + 4)}{3(x + 3)} > 0.
  4. The critical values are −4-4, −3-3 and 00.
  5. Test a negative xx in each interval: x<−4x < -4 gives a negative value, −4<x<−3-4 < x < -3 positive, and −3<x<0-3 < x < 0 negative.
  6. So −4<x<−3-4 < x < -3, option B.

Report a problem with this question

Question 22

A man's initial salary is ₦540.00 a month and it increases after each period of six months by ₦36.00 a month. Find his salary in the eighth month of the third year.

Worked solution (try it first)
  1. The eighth month of the third year is month 24+8=3224 + 8 = 32.
  2. Months 1–6 are the first six-month period, and month 32 falls in months 31–36, the sixth period.
  3. The first period has no rise, so by the sixth period there have been 5 rises: 540+5×36=720540 + 5 \times 36 = 720.
  4. So the salary is ₦720.00, option C.

Report a problem with this question

Question 23

If k+1k + 1, 2k−12k - 1, 3k+13k + 1 are three consecutive terms of a geometric progression, find the possible values of the common ratio.

Worked solution (try it first)
  1. For three terms of a G.P., the middle term squared equals the product of the outer two: (2k−1)2=(k+1)(3k+1)(2k - 1)^2 = (k + 1)(3k + 1).
  2. Expand: 4k2−4k+1=3k2+4k+14k^2 - 4k + 1 = 3k^2 + 4k + 1, so k2−8k=0k^2 - 8k = 0 and k(k−8)=0k(k - 8) = 0.
  3. If k=0k = 0 the terms are 1,−1,11, -1, 1 with ratio −1-1.
  4. If k=8k = 8 they are 9,15,259, 15, 25 with ratio 159=53\frac{15}{9} = \frac53.
  5. So the common ratio is −1-1 or 53\frac53, option B.

Report a problem with this question

Question 24✱✱

A binary operation ∗* is defined on the set of real numbers by x∗y=xyx * y = x^y for all real values of xx and yy. If x∗2=xx * 2 = x, find the possible values of xx.

Worked solution (try it first)
  1. By the definition, x∗2=x2x * 2 = x^2, so the equation is x2=xx^2 = x.
  2. Bring everything to one side and factorise: x2−x=x(x−1)=0x^2 - x = x(x - 1) = 0.
  3. So x=0x = 0 or x=1x = 1, option A.

Report a problem with this question

Question 26

A regular polygon has 150∘150^\circ as the size of each interior angle. How many sides has the polygon?

Worked solution (try it first)
  1. An interior angle and its exterior angle add up to 180∘180^\circ, so each exterior angle is 180∘−150∘=30∘180^\circ - 150^\circ = 30^\circ.
  2. The exterior angles add up to 360∘360^\circ, so the number of sides is 360÷30=12360 \div 30 = 12, option A.

Report a problem with this question

Question 27

Calculate the length, in cm, of the arc of a circle of diameter 8 cm which subtends an angle of 2212∘22\frac12^\circ at the centre.

Worked solution (try it first)
  1. The diameter is 8 cm, so the radius is 4 cm and the circumference is 2π×4=8π2\pi \times 4 = 8\pi cm.
  2. The arc is 22.5360=116\frac{22.5}{360} = \frac1{16} of the circle: 116×8π=π2\frac1{16} \times 8\pi = \frac\pi2 cm, option D.

Report a problem with this question

Question 28

In the diagram, PQRSPQRS is a circle with centre OO and diameter SQSQ, and PQ∥RTPQ \parallel RT. If ∠RTS=32∘\angle RTS = 32^\circ, find ∠PSQ\angle PSQ.

32°?OSQPRT
Worked solution (try it first)
  1. PQ∥RTPQ \parallel RT and SQTSQT is a straight line, so alternate angles are equal: ∠PQS=∠RTS=32∘\angle PQS = \angle RTS = 32^\circ.
  2. SQSQ is a diameter, so ∠SPQ=90∘\angle SPQ = 90^\circ (angle in a semicircle).
  3. The angles of triangle PSQPSQ add up to 180∘180^\circ: ∠PSQ=180∘−90∘−32∘\angle PSQ = 180^\circ - 90^\circ - 32^\circ
    =58∘= 58^\circ, option C.

Report a problem with this question

Question 29

In the diagram, OO is the centre of the circle and POQPOQ is a diameter. If ∠POR=96∘\angle POR = 96^\circ, find the value of ∠ORQ\angle ORQ.

96°?OPQR
Worked solution (try it first)
  1. POQPOQ is a straight line, so ∠QOR=180∘−96∘\angle QOR = 180^\circ - 96^\circ
    =84∘= 84^\circ.
  2. OQ=OROQ = OR (radii), so triangle OQROQR is isosceles and its base angles at QQ and RR are equal.
  3. So ∠ORQ=180∘−84∘2\angle ORQ = \dfrac{180^\circ - 84^\circ}{2}
    =48∘= 48^\circ, option B.

Report a problem with this question

Question 30

In the diagram, QP∥STQP \parallel ST, ∠PQR=34∘\angle PQR = 34^\circ, ∠QRS=73∘\angle QRS = 73^\circ and RS=RTRS = RT. Find ∠SRT\angle SRT.

34°73°QPRST
Worked solution (try it first)
  1. Draw a line through RR parallel to QPQP.
  2. By alternate angles, RQRQ makes 34∘34^\circ with it and RSRS makes ∠RST\angle RST with it, so 73∘=34∘+∠RST73^\circ = 34^\circ + \angle RST.
  3. So ∠RST=39∘\angle RST = 39^\circ.
  4. RS=RTRS = RT, so triangle RSTRST is isosceles and ∠RTS=∠RST=39∘\angle RTS = \angle RST = 39^\circ.
  5. The angles of the triangle add up to 180∘180^\circ: ∠SRT=180∘−39∘−39∘\angle SRT = 180^\circ - 39^\circ - 39^\circ
    =102∘= 102^\circ, option B.

Report a problem with this question

Question 31

In the figure, PTPT is a tangent to the circle at UU and QU∥RSQU \parallel RS. If ∠TUR=35∘\angle TUR = 35^\circ and ∠SRU=50∘\angle SRU = 50^\circ, find x=∠QRUx = \angle QRU.

35°50°xURQSPT
Worked solution (try it first)
  1. The angle between tangent UTUT and chord URUR equals the angle in the alternate segment, so ∠UQR=∠TUR=35∘\angle UQR = \angle TUR = 35^\circ.
  2. QU∥RSQU \parallel RS, so alternate angles are equal: ∠QUR=∠URS=50∘\angle QUR = \angle URS = 50^\circ.
  3. The angles of triangle QURQUR add up to 180∘180^\circ: x=180∘−35∘−50∘x = 180^\circ - 35^\circ - 50^\circ
    =95∘= 95^\circ, option A.

Report a problem with this question

Question 32

In the diagram, ∠QPS=∠SPR\angle QPS = \angle SPR, PR=9PR = 9 cm, PQ=4PQ = 4 cm and QS=3QS = 3 cm. Find SRSR.

4 cm9 cm3 cmPQRS
Worked solution (try it first)
  1. PSPS bisects ∠QPR\angle QPR.
  2. The angle bisector divides the opposite side in the ratio of the other two sides: QSSR=PQPR\dfrac{QS}{SR} = \dfrac{PQ}{PR}.
  3. So 3SR=49\dfrac{3}{SR} = \dfrac{4}{9}, which gives 4×SR=274 \times SR = 27.
  4. SR=274=634SR = \frac{27}{4} = 6\frac34 cm, option A.

Report a problem with this question

Question 33

The three sides of an isosceles triangle are of lengths x+3x + 3, 2x+32x + 3 and 2x−32x - 3. Calculate xx.

Worked solution (try it first)
  1. Two of the sides are equal.
  2. 2x+32x + 3 and 2x−32x - 3 can never be equal, so one of them equals x+3x + 3.
  3. x+3=2x+3x + 3 = 2x + 3 gives x=0x = 0, which makes a side −3-3: impossible.
  4. x+3=2x−3x + 3 = 2x - 3 gives x=6x = 6, with sides 9, 15 and 9.
  5. So x=6x = 6, option D.

Report a problem with this question

Question 34

In the figure, the line segment STST is a tangent to the two circles at SS and TT. OO and QQ are the centres of the circles with OS=5OS = 5 cm, QT=2QT = 2 cm and OQ=14OQ = 14 cm. Find STST.

5 cm2 cmOQST
Worked solution (try it first)
  1. Radii meet a tangent at 90∘90^\circ, so OS⊥STOS \perp ST and QT⊥STQT \perp ST.
  2. The tangent crosses between the circles, so the radii point opposite ways.
  3. Slide QTQT along to the end of OSOS: this makes a right-angled triangle with hypotenuse OQ=14OQ = 14, one side 5+2=75 + 2 = 7 and the other side equal to STST.
  4. Pythagoras: ST2=142−72=147ST^2 = 14^2 - 7^2 = 147, so ST=147=73ST = \sqrt{147} = 7\sqrt3 cm, option A.

Report a problem with this question

Question 35

In the figure, the area of the square PQRSPQRS is 100 cm2100\text{ cm}^2. If the ratio of the area of the square TUYSTUYS to the area of the square XQVUXQVU is 1:161 : 16, find YRYR.

PQRSTUVXY
Worked solution (try it first)
  1. PQRSPQRS has area 100 cm², so its side is 10 cm.
  2. The areas of the small squares are in the ratio 1:161 : 16, so their sides are in the ratio 1:41 : 4.
  3. Call them aa and 4a4a.
  4. Along SRSR: SY+YR=a+4a=10SY + YR = a + 4a = 10, so a=2a = 2.
  5. YRYR is a side of the big square XQVUXQVU: YR=4a=8YR = 4a = 8 cm, option C.

Report a problem with this question

Question 36

Find the radius of a sphere whose surface area is 154 cm2154\text{ cm}^2. [π=227]\left[\pi = \frac{22}{7}\right]

Worked solution (try it first)
  1. The surface area of a sphere is 4πr24\pi r^2: 4×227×r2=1544 \times \frac{22}{7} \times r^2 = 154.
  2. So r2=154×788=12.25r^2 = \dfrac{154 \times 7}{88} = 12.25.
  3. Take the square root: r=3.5r = 3.5 cm, option B.

Report a problem with this question

Question 37

Find the area of the sector of a circle with radius 3 m if the angle of the sector is 60∘60^\circ.

Worked solution (try it first)
  1. Area of a sector =θ360×πr2= \frac{\theta}{360} \times \pi r^2.
  2. Here 60360=16\frac{60}{360} = \frac16 and r2=9r^2 = 9.
  3. So the area is 16×9π=1.5π\frac16 \times 9\pi = 1.5\pi
    ≈4.71 m2\approx 4.71\text{ m}^2.
  4. To one decimal place that is 4.7 m24.7\text{ m}^2, option C.

Report a problem with this question

Question 38

The angle between latitudes 30∘30^\circS and 13∘13^\circN is

Worked solution (try it first)
  1. 30∘30^\circS and 13∘13^\circN are on opposite sides of the equator, so add the latitudes.
  2. The angle is 30∘+13∘=43∘30^\circ + 13^\circ = 43^\circ, option C.

Report a problem with this question

Question 39

If sin⁡θ=cos⁡θ\sin\theta = \cos\theta, find θ\theta between 0∘0^\circ and 360∘360^\circ.

Worked solution (try it first)
  1. Divide both sides by cos⁡θ\cos\theta: tan⁡θ=1\tan\theta = 1.
  2. The acute angle with tan⁡θ=1\tan\theta = 1 is 45∘45^\circ.
  3. Tangent is positive in the first and third quadrants, so θ=45∘\theta = 45^\circ or 180∘+45∘=225∘180^\circ + 45^\circ = 225^\circ, option A.

Report a problem with this question

Question 40

In the figure, PP, QQ and HH are on level ground with PQ=5PQ = 5 m, and THTH is vertical. The angles of elevation of TT from PP and QQ are 30∘30^\circ and 45∘45^\circ. Calculate THTH.

5 m30°45°PQHT
Worked solution (try it first)
  1. Let TH=hTH = h.
  2. At QQ the angle is 45∘45^\circ, so QH=hQH = h.
  3. At PP: tan⁡30∘=hPH\tan30^\circ = \frac{h}{PH}, so PH=htan⁡30∘=h3PH = \frac{h}{\tan30^\circ} = h\sqrt3.
  4. PP is further from HH than QQ by PQPQ: h3−h=5h\sqrt3 - h = 5, so h(3−1)=5h(\sqrt3 - 1) = 5.
  5. So TH=53−1TH = \dfrac{5}{\sqrt3 - 1} m, option B.

Report a problem with this question

Question 41

If two angles of a triangle are 30∘30^\circ each and the longest side is 10 cm, calculate the length of each of the other sides.

Worked solution (try it first)
  1. The third angle is 180∘−30∘−30∘=120∘180^\circ - 30^\circ - 30^\circ = 120^\circ.
  2. The longest side, 10 cm, faces it.
  3. Each of the other sides faces a 30∘30^\circ angle.
  4. Sine rule: asin⁡30∘=10sin⁡120∘\dfrac{a}{\sin30^\circ} = \dfrac{10}{\sin120^\circ}.
  5. So a=10×1232a = \dfrac{10 \times \frac12}{\frac{\sqrt3}{2}}
    =103= \dfrac{10}{\sqrt3}.
  6. Rationalise: 1033\dfrac{10\sqrt3}{3} cm, option D.

Report a problem with this question

Question 42

Quantities in the proportions 1, 4, 6, 7 are to be represented in a pie chart. Calculate the angle of the sector with proportion 7.

Worked solution (try it first)
  1. Add the proportions: 1+4+6+7=181 + 4 + 6 + 7 = 18 parts.
  2. Each part is worth 360∘18=20∘\frac{360^\circ}{18} = 20^\circ.
  3. So proportion 7 has 7×20∘=140∘7 \times 20^\circ = 140^\circ, option D.

Report a problem with this question

Question 43

The bar chart shows the distribution of marks in a class test. How many students took the test?

012345678910123456marksNo. of students
Worked solution (try it first)
  1. Each bar's height is the number of students with that mark.
  2. Read the bars: 2, 5, 3, 4, 3, 1 and 2.
  3. Add them: 2+5+3+4+3+1+2=202 + 5 + 3 + 4 + 3 + 1 + 2 = 20 students, option B.

Report a problem with this question

Question 44

The following marks were obtained by twenty students in an examination: 53, 30, 70, 84, 59, 43, 90, 20, 78, 48, 44, 60, 81, 73, 50, 37, 67, 68, 64, 52. Find the number of students who scored at least 50 marks.

Worked solution (try it first)
  1. It is quicker to count the marks below 50: 30, 43, 20, 48, 44 and 37, which is 6 students.
  2. So 20−6=1420 - 6 = 14 students scored at least 50, option D.

Report a problem with this question

Question 45

Estimate the mode of the frequency distribution below.

Weight (g) 0–10 10–20 20–30 30–40 40–50
No. of coconuts 10 27 19 6 2
Worked solution (try it first)
  1. The modal class has the highest frequency: 10–20 g, with 27 coconuts.
  2. Differences from the neighbouring classes: Δ1=27−10=17\Delta_1 = 27 - 10 = 17 and Δ2=27−19=8\Delta_2 = 27 - 19 = 8.
  3. Mode =L+Δ1Δ1+Δ2×c= L + \frac{\Delta_1}{\Delta_1 + \Delta_2} \times c
    =10+1725×10= 10 + \frac{17}{25} \times 10, which is 10+6.810 + 6.8.
  4. So the mode is about 16.8 g, option C.

Report a problem with this question

Question 46

The mean of the ages of ten secondary school pupils is 16, but when the age of their teacher is added, the mean becomes 19. Find the age of the teacher.

Worked solution (try it first)
  1. Total age of the 10 pupils: 10×16=16010 \times 16 = 160 years.
  2. With the teacher there are 11 people: 11×19=20911 \times 19 = 209 years.
  3. The teacher's age is the difference: 209−160=49209 - 160 = 49, option D.

Report a problem with this question

Question 47

Find the median of the observations in the table below.

Class 1–5 6–10 11–15 16–20 21–25 26–30 31–35 36–40
Frequency 2 4 5 2 3 2 1 1
Worked solution (try it first)
  1. The cumulative frequencies are 2, 6, 11, 13, 16, 18, 19, 20, so N=20N = 20 and the median is the N2=10\frac{N}{2} = 10th value.
  2. The 10th value lies in the class 11–15, where the running total goes from 6 to 11.
  3. Its lower class boundary is 10.5, its frequency is 5 and its width is 5.
  4. Median =10.5+10−65×5= 10.5 + \frac{10 - 6}{5} \times 5, which is 10.5+4=14.510.5 + 4 = 14.5, option D.

Report a problem with this question

Question 48

A number is selected at random between 20 and 30, both numbers inclusive. Find the probability that the number is a prime.

Worked solution (try it first)
  1. From 20 to 30 inclusive there are 11 numbers.
  2. The primes among them are 23 and 29.
  3. 21, 25 and 27 are odd but divisible by 3, 5 and 3.
  4. So the probability is 211\frac{2}{11}, option A.

Report a problem with this question

Question 49

Calculate the standard deviation of the data 7, 8, 9, 10, 11, 12, 13.

Worked solution (try it first)
  1. There are 7 values and they add up to 70, so the mean is 10.
  2. The deviations are −3-3 to 3.
  3. Their squares are 9, 4, 1, 0, 1, 4, 9, which add up to 28.
  4. The variance is 287=4\frac{28}{7} = 4, so the standard deviation is 4=2\sqrt4 = 2, option A.

Report a problem with this question

Question 50

The chances of three independent events XX, YY and ZZ occurring are 12\frac12, 23\frac23 and 14\frac14 respectively. What is the chance of YY and ZZ only occurring?

Worked solution (try it first)
  1. "YY and ZZ only" means YY happens, ZZ happens and XX does not.
  2. XX fails with probability 1−12=121 - \frac12 = \frac12.
  3. The events are independent, so multiply: 12×23×14=224\frac12 \times \frac23 \times \frac14 = \frac{2}{24}.
  4. So the probability is 112\frac{1}{12}, option C.

Report a problem with this question