Objective paper · 60 questions

NECO · 2024 · SSCE · General Maths · Paper 1

Topics include Approximation & error, Sets & Venn diagrams, Number bases, Surds, Sequences & series (AP, GP), Commercial arithmetic.

Sit this paper

Answer every question in order, timed if you like (suggested 1 h 50 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

Express 384.126 to the nearest hundred.

Worked solution (try it first)
  1. 384.126 lies between the hundreds 300 and 400.
  2. Look at the tens digit, 8: it is 5 or more, so round up to 400, option B.

Report a problem with this question

Question 2

If A={natural numbers between 3 and 15}A = \{\text{natural numbers between 3 and 15}\}, find n(A)n(A).

Worked solution (try it first)
  1. "Between 3 and 15" leaves out 3 and 15, so A={4,5,6,…,14}A = \{4, 5, 6, \dots, 14\}.
  2. Count them: 14−4+1=1114 - 4 + 1 = 11, so n(A)=11n(A) = 11, option D.

Report a problem with this question

Question 3

Evaluate 3241five−1342five3241_{\text{five}} - 1342_{\text{five}}.

Worked solution (try it first)
  1. Change to base ten: 3241five=375+50+20+13241_{\text{five}} = 375 + 50 + 20 + 1
    =446= 446 and 1342five=125+75+20+21342_{\text{five}} = 125 + 75 + 20 + 2
    =222= 222.
  2. Subtract: 446−222=224446 - 222 = 224.
  3. Change back: 224=1×125+3×25+4×5+4224 = 1 \times 125 + 3 \times 25 + 4 \times 5 + 4, so the answer is 1344five1344_{\text{five}}, option B.

Report a problem with this question

Question 4

Simplify (43−6)(43+6)(4\sqrt3 - 6)(4\sqrt3 + 6).

Worked solution (try it first)
  1. The brackets are (a−b)(a+b)(a - b)(a + b), a difference of two squares: a2−b2a^2 - b^2.
  2. Square each part: (43)2=16×3=48(4\sqrt3)^2 = 16 \times 3 = 48 and 62=366^2 = 36.
  3. So the value is 48−36=1248 - 36 = 12, option A.

Report a problem with this question

Question 5

The third term of a geometric progression is −5-5 and the seventh term is −80-80. Find the common ratio.

Worked solution (try it first)
  1. The 3rd term is ar2=−5ar^2 = -5 and the 7th is ar6=−80ar^6 = -80.
  2. Divide: r4=−80−5=16r^4 = \frac{-80}{-5} = 16.
  3. Take the fourth root: r=±2r = \pm 2, and the option is r=2r = 2, option E.

Report a problem with this question

Question 6

A man with an annual salary of ₦1,300,000.00 is to pay an income tax of 22%22\%. Calculate his tax, if his allowances amount to ₦137,000.00.

Worked solution (try it first)
  1. Allowances are not taxed, so the taxable income is 1 300 000−137 000=1\,300\,000 - 137\,000 = ₦1,163,000.
  2. The tax is 22%22\% of that: 0.22×1 163 000=255 8600.22 \times 1\,163\,000 = 255\,860.
  3. So his tax is ₦255,860.00, option B.

Report a problem with this question

Question 7

A wire of length 25 cm25\text{ cm} was measured by a student to be 24.4 cm24.4\text{ cm}. Find the percentage error.

Worked solution (try it first)
  1. The error is 25−24.4=0.625 - 24.4 = 0.6 cm.
  2. Divide by the true length and multiply by 100: 0.625×100%=0.024×100%\frac{0.6}{25} \times 100\% = 0.024 \times 100\%.
  3. So the percentage error is 2.4%, option C.

Report a problem with this question

Question 8

How many years will ₦12,000.00 saved in a bank take to amount to ₦12,960.00 at 2%2\% per annum simple interest?

Worked solution (try it first)
  1. The interest is the amount minus the principal: 12 960−12 000=12\,960 - 12\,000 = ₦960.
  2. One year's interest at 2%2\% is 0.02×12 000=0.02 \times 12\,000 = ₦240.
  3. So it takes 960÷240=4960 \div 240 = 4 years, option C.

Report a problem with this question

Question 9

Rationalize 52+3\dfrac{5}{\sqrt2 + \sqrt3}.

Worked solution (try it first)
  1. Multiply the top and bottom by 3−2\sqrt3 - \sqrt2.
  2. Bottom: (3+2)(3−2)=3−2(\sqrt3 + \sqrt2)(\sqrt3 - \sqrt2) = 3 - 2, which is 1.
  3. So the value is 5(3−2)5(\sqrt3 - \sqrt2), option A.

Report a problem with this question

Question 10

In a class of 80 students, every student studies Mathematics or Geography or both. If 65 students study Mathematics and 50 study Geography, how many study both subjects?

Worked solution (try it first)
  1. Every student studies at least one subject, so n(M∪G)=80n(M \cup G) = 80.
  2. Both subjects: 65+50−80=3565 + 50 - 80 = 35, option B.

Report a problem with this question

Question 11

The 11th term of an arithmetic progression is 63. Find the first term if its common difference is 3.

Worked solution (try it first)
  1. The 11th term of an A.P. is a+10da + 10d, so a+10×3=63a + 10 \times 3 = 63.
  2. Subtract 30 from both sides: a=33a = 33, option D.

Report a problem with this question

Question 12

Evaluate 15⊗2615 \otimes 26 in modulo 5.

Worked solution (try it first)
  1. Reduce each number first: 15 is a multiple of 5, so 15≡0(mod5)15 \equiv 0 \pmod 5, and 26≡1(mod5)26 \equiv 1 \pmod 5.
  2. Multiply the remainders: 0×1=00 \times 1 = 0.
  3. So 15⊗26≡0(mod5)15 \otimes 26 \equiv 0 \pmod 5, option A.

Report a problem with this question

Question 13

Solve 23x=16342^{3x} = 16^{\frac34}.

Worked solution (try it first)
  1. Write 16 as 242^4: 1634=(24)34=2316^{\frac34} = (2^4)^{\frac34} = 2^3, multiplying the indices.
  2. So 23x=232^{3x} = 2^3, and the powers are equal: 3x=33x = 3.
  3. Divide by 3: x=1x = 1, option E.

Report a problem with this question

Question 14

If Olu, Tony and Tunde share ₦240,000.00 in the ratio 2:3:52 : 3 : 5 respectively, what is two-thirds of Tunde's share?

Worked solution (try it first)
  1. The ratio 2:3:52 : 3 : 5 has 10 parts, and Tunde has 5 of them.
  2. So Tunde's share is 510×240 000=\frac{5}{10} \times 240\,000 = ₦120,000.
  3. Two-thirds of it is 23×120 000=80 000\frac23 \times 120\,000 = 80\,000.
  4. The answer is ₦80,000.00, option B.

Report a problem with this question

Question 15

Arrange the fractions 23,35,512,415,310\frac23, \frac35, \frac5{12}, \frac4{15}, \frac3{10} in ascending order of magnitude.

Worked solution (try it first)
  1. The LCM of 3, 5, 12, 15 and 10 is 60, so write every fraction in sixtieths.
  2. 23=4060\frac23 = \frac{40}{60}, 35=3660\frac35 = \frac{36}{60}, 512=2560\frac{5}{12} = \frac{25}{60}, 415=1660\frac{4}{15} = \frac{16}{60} and 310=1860\frac{3}{10} = \frac{18}{60}.
  3. Order the tops, smallest first: 16, 18, 25, 36, 40.
  4. So the order is 415,310,512,35,23\frac{4}{15}, \frac{3}{10}, \frac{5}{12}, \frac35, \frac23, option A.

Report a problem with this question

Question 16

Find the values of xx, yy and zz respectively for which (x2yz9)=(41239)\begin{pmatrix} x & 2y \\ z & 9 \end{pmatrix} = \begin{pmatrix} 4 & 12 \\ 3 & 9 \end{pmatrix}.

Worked solution (try it first)
  1. Equal matrices have equal entries in matching positions.
  2. Top-left: x=4x = 4.
  3. Top-right: 2y=122y = 12, so y=6y = 6.
  4. Bottom-left: z=3z = 3.
  5. So (x,y,z)=(4,6,3)(x, y, z) = (4, 6, 3), option B.

Report a problem with this question

Question 17

If P=(−1231)P = \begin{pmatrix} -1 & 2 \\ 3 & 1 \end{pmatrix} and Q=(2321)Q = \begin{pmatrix} 2 & 3 \\ 2 & 1 \end{pmatrix}, find PQPQ.

Worked solution (try it first)
  1. Multiply each row of PP by each column of QQ.
  2. Row 1 of PP is (−1,2)(-1, 2): with column 1 it gives −2+4=2-2 + 4 = 2, and with column 2, −3+2=−1-3 + 2 = -1.
  3. Row 2 of PP is (3,1)(3, 1): with column 1 it gives 6+2=86 + 2 = 8, and with column 2, 9+1=109 + 1 = 10.
  4. So PQ=(2−1810)PQ = \begin{pmatrix} 2 & -1 \\ 8 & 10 \end{pmatrix}, option E.

Report a problem with this question

Question 18

Evaluate log⁡416+log⁡327−log⁡84096\log_4 16 + \log_3 27 - \log_8 4096.

Worked solution (try it first)
  1. 42=164^2 = 16, so log⁡416=2\log_4 16 = 2.
  2. And 33=273^3 = 27, so log⁡327=3\log_3 27 = 3.
  3. 84=40968^4 = 4096, so log⁡84096=4\log_8 4096 = 4.
  4. So the value is 2+3−4=12 + 3 - 4 = 1, option C.

Report a problem with this question

Question 19

Solve the equation 4x5−73=5x12\dfrac{4x}{5} - \dfrac73 = \dfrac{5x}{12}.

Worked solution (try it first)
  1. Clear the fractions by multiplying every term by 60, the LCM of 5, 3 and 12: 48x−140=25x48x - 140 = 25x.
  2. Take 25x25x from both sides and add 140: 23x=14023x = 140.
  3. Divide by 23: 23×6=13823 \times 6 = 138 leaves remainder 2, so x=6223x = 6\frac{2}{23}, option D.

Report a problem with this question

Question 20

If f(x)=3x2−9x−5f(x) = 3x^2 - 9x - 5, find f(−3)f(-3).

Worked solution (try it first)
  1. Put x=−3x = -3 into f(x)=3x2−9x−5f(x) = 3x^2 - 9x - 5.
  2. (−3)2=9(-3)^2 = 9, so 3x2=273x^2 = 27.
  3. And −9×(−3)=+27-9 \times (-3) = +27.
  4. So f(−3)=27+27−5=49f(-3) = 27 + 27 - 5 = 49, option D.

Report a problem with this question

Question 21

Find uu in terms of ff and vv in the relation 1v=1f−1u\dfrac1v = \dfrac1f - \dfrac1u.

Worked solution (try it first)
  1. Add 1u\frac1u and subtract 1v\frac1v to get 1u\frac1u alone: 1u=1f−1v\frac1u = \frac1f - \frac1v.
  2. Combine over fvfv: 1u=v−ffv\frac1u = \frac{v - f}{fv}.
  3. Turn both sides upside down: u=fvv−fu = \dfrac{fv}{v - f}, option D.

Report a problem with this question

Question 22

Find the quadratic equation whose roots are −1-1 and 5.

Worked solution (try it first)
  1. Roots −1-1 and 5 give the factors (x+1)(x + 1) and (x−5)(x - 5).
  2. Expand: (x+1)(x−5)=x2−5x+x−5(x + 1)(x - 5) = x^2 - 5x + x - 5
    =x2−4x−5= x^2 - 4x - 5.
  3. So the equation is x2−4x−5=0x^2 - 4x - 5 = 0, option A.

Report a problem with this question

Question 23

The product of two numbers is 40 and their sum is 13. Find the numbers.

Worked solution (try it first)
  1. Call the numbers xx and 13−x13 - x, so their sum is 13.
  2. Their product is x(13−x)=40x(13 - x) = 40.
  3. Rearrange: x2−13x+40=0x^2 - 13x + 40 = 0, which factorises as (x−5)(x−8)=0(x - 5)(x - 8) = 0.
  4. So the numbers are 5 and 8, option E.

Report a problem with this question

Question 24

If (x+6)(x + 6) is a factor of x2+4x−12x^2 + 4x - 12, find the other factor.

Worked solution (try it first)
  1. The other factor is (x+b)(x + b), where 6×b=−126 \times b = -12 (the constant term).
  2. So b=−2b = -2.
  3. Check the middle term: 6+(−2)=46 + (-2) = 4, which matches 4x4x.
  4. So x2+4x−12=(x+6)(x−2)x^2 + 4x - 12 = (x + 6)(x - 2) and the other factor is (x−2)(x - 2), option A.

Report a problem with this question

Question 25

Calculate the mid-point of the line joining (8,−3)(8, -3) and (−2,3)(-2, 3).

Worked solution (try it first)
  1. The midpoint is the average of the ends: add the coordinates and halve.
  2. xx: 8+(−2)2=3\frac{8 + (-2)}{2} = 3.
  3. yy: −3+32=0\frac{-3 + 3}{2} = 0.
  4. So the midpoint is (3,0)(3, 0), option C.

Report a problem with this question

Question 26

Calculate the gradient of the line joining (−2,−5)(-2, -5) and (4,8)(4, 8), correct to 1 decimal place.

Worked solution (try it first)
  1. Gradient is the change in yy over the change in xx: 8−(−5)4−(−2)=136\dfrac{8 - (-5)}{4 - (-2)} = \frac{13}{6}.
  2. 13÷6=2.1666…13 \div 6 = 2.1666\ldots
  3. The second decimal is 6, so round up: 2.2, option D.

Report a problem with this question

Question 27

Given the statements pp: All terrorists are guilty, and qq: All terrorists are criminals. Write in symbolic form: “All terrorists are not guilty but criminals”.

Worked solution (try it first)
  1. "Not guilty" is the negation of pp, written ∼p\sim p. "Criminals" is qq.
  2. "But" joins the two parts like "and", so use ∧\wedge.
  3. So the statement is ∼p∧q\sim p \wedge q, option E.

Report a problem with this question

Question 28

Simplify x+13x+12\dfrac{x + \frac13}{x + \frac12}.

Worked solution (try it first)
  1. Multiply the top and the bottom by 6, the LCM of 3 and 2: 6x+26x+3\dfrac{6x + 2}{6x + 3}.
  2. Take out common factors: 6x+2=2(3x+1)6x + 2 = 2(3x + 1) and 6x+3=3(2x+1)6x + 3 = 3(2x + 1).
  3. So the fraction is 2(3x+1)3(2x+1)\dfrac{2(3x + 1)}{3(2x + 1)}, option A.

Report a problem with this question

Question 29

Find the equation of a line whose gradient is 6 and yy-intercept is −7-7.

Worked solution (try it first)
  1. A line with gradient mm and yy-intercept cc is y=mx+cy = mx + c.
  2. Put in m=6m = 6 and c=−7c = -7: y=6x−7y = 6x - 7, which is y=−7+6xy = -7 + 6x, option D.

Report a problem with this question

Question 30

Find the sum of the roots of the quadratic equation x2−5x+6=0x^2 - 5x + 6 = 0.

Worked solution (try it first)
  1. For ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is −ba-\frac ba.
  2. Here a=1a = 1 and b=−5b = -5, so the sum is −−51=5-\frac{-5}{1} = 5.
  3. Check: (x−2)(x−3)=0(x - 2)(x - 3) = 0 gives roots 2 and 3, which add to 5.
  4. So the answer is option B.

Report a problem with this question

Question 31

Find the roots of the equation 8x2−6x−9=08x^2 - 6x - 9 = 0.

Worked solution (try it first)
  1. Find two numbers with product 8×(−9)=−728 \times (-9) = -72 and sum −6-6: they are −12-12 and 6.
  2. Split and group: 8x2−12x+6x−9=4x(2x−3)+3(2x−3)8x^2 - 12x + 6x - 9 = 4x(2x - 3) + 3(2x - 3)
    =(2x−3)(4x+3)= (2x - 3)(4x + 3).
  3. Set each factor to zero: 2x−3=02x - 3 = 0 gives x=32x = \frac32 and 4x+3=04x + 3 = 0 gives x=−34x = -\frac34, option B.

Report a problem with this question

Question 32

Expand (2x−3)(3x+4)(2x - 3)(3x + 4).

Worked solution (try it first)
  1. Multiply each term in the first bracket by each in the second: 6x2+8x−9x−126x^2 + 8x - 9x - 12.
  2. Collect the xx terms: 8x−9x=−x8x - 9x = -x.
  3. So (2x−3)(3x+4)=6x2−x−12(2x - 3)(3x + 4) = 6x^2 - x - 12, option B.

Report a problem with this question

Question 33

The difference between the present ages of two brothers is 6 and their product is 135. What is the sum of their ages?

Worked solution (try it first)
  1. Let the younger brother be xx, so the older is x+6x + 6.
  2. Their product is x(x+6)=135x(x + 6) = 135.
  3. Rearrange: x2+6x−135=0x^2 + 6x - 135 = 0, which factorises as (x−9)(x+15)=0(x - 9)(x + 15) = 0.
  4. An age is positive, so x=9x = 9 and the ages are 9 and 15.
  5. So the sum of their ages is 9+15=249 + 15 = 24, option B.

Report a problem with this question

Question 34

In the diagram, PQSPQS is a circle with centre OO, RSTRST is a tangent at SS and ∠SOP=120∘\angle SOP = 120^\circ. Find ∠PST\angle PST.

120°OSPQRT
Worked solution (try it first)
  1. OS=OPOS = OP (radii), so triangle OSPOSP is isosceles: ∠OSP=180∘−120∘2\angle OSP = \dfrac{180^\circ - 120^\circ}{2}
    =30∘= 30^\circ.
  2. A radius meets a tangent at 90∘90^\circ, so ∠OST=90∘\angle OST = 90^\circ.
  3. So ∠PST=90∘−30∘\angle PST = 90^\circ - 30^\circ
    =60∘= 60^\circ, option B.

Report a problem with this question

Question 35

In the diagram, AA, BB, CC and DD are points on a circle with centre OO, and BABA is produced to MM. If ∠MAD=82∘\angle MAD = 82^\circ and ∠ADO=74∘\angle ADO = 74^\circ, find ∠ABO\angle ABO.

82°74°OABCDM
Worked solution (try it first)
  1. OA=ODOA = OD (radii), so ∠OAD=∠ODA=74∘\angle OAD = \angle ODA = 74^\circ.
  2. BAMBAM is a straight line: ∠BAD=180∘−82∘\angle BAD = 180^\circ - 82^\circ
    =98∘= 98^\circ, so ∠BAO=98∘−74∘\angle BAO = 98^\circ - 74^\circ
    =24∘= 24^\circ.
  3. OA=OBOA = OB (radii), so ∠ABO=∠BAO=24∘\angle ABO = \angle BAO = 24^\circ, option A.

Report a problem with this question

Question 36

Calculate the area of trapezium ABCDABCD in the diagram, where AB∥DCAB \parallel DC, ∣AB∣=8 cm|AB| = 8\text{ cm}, ∣DC∣=16 cm|DC| = 16\text{ cm}, ∣BC∣=12 cm|BC| = 12\text{ cm} and ∠BCD=30∘\angle BCD = 30^\circ.

8 cm16 cm12 cmh30°ABCD
Worked solution (try it first)
  1. In the right-angled triangle at CC, the height is h=12sin⁡30∘h = 12\sin30^\circ.
  2. As sin⁡30∘=12\sin30^\circ = \frac12, h=6h = 6 cm.
  3. Area of a trapezium =12(a+b)h= \frac12(a + b)h
    =12(8+16)×6= \frac12(8 + 16) \times 6.
  4. So the area is 12×6=72 cm212 \times 6 = 72\text{ cm}^2, option C.

Report a problem with this question

Question 37

A boy walks 4 km4\text{ km} due west. He then changes direction and walks on a bearing of 214∘214^\circ until he is south-west of his starting point. How far is he from his starting point? Correct your answer to one decimal place.

Worked solution (try it first)
  1. Put the start at the origin.
  2. After the first leg he is at (−4,0)(-4, 0).
  3. On 214∘214^\circ (that is, 34∘34^\circ west of south), walking tt km adds (−tsin⁡34∘,−tcos⁡34∘)(-t\sin34^\circ, -t\cos34^\circ).
  4. South-west of the start means as far south as west: 4+0.5592t=0.8290t4 + 0.5592t = 0.8290t, so t≈14.83t \approx 14.83 km.
  5. He is then about 12.29 km west and 12.29 km south, so his distance is 12.292≈17.412.29\sqrt2 \approx 17.4 km, option E.

Report a problem with this question

Question 38

Two points PP and QQ lie on the same great circle. PP is on latitude 70∘70^\circN and QQ is on latitude 55∘55^\circN. Calculate their difference in latitude.

Worked solution (try it first)
  1. Both latitudes are north of the equator, so subtract them.
  2. The difference is 70∘−55∘=15∘70^\circ - 55^\circ = 15^\circ, option A.

Report a problem with this question

Question 39

A bird on top of a building 35 m35\text{ m} high observes a prey 25 m25\text{ m} away from the foot of the building. Calculate the angle of depression of the prey from the bird.

Worked solution (try it first)
  1. The angle of depression equals the angle of elevation of the bird from the prey (alternate angles).
  2. The height 35 m is opposite the angle and 25 m is adjacent: tan⁡θ=3525=1.4\tan\theta = \frac{35}{25} = 1.4.
  3. So θ=tan⁡−11.4≈54.46∘\theta = \tan^{-1}1.4 \approx 54.46^\circ, option C.

Report a problem with this question

Question 40

Calculate the length of an arc which subtends an angle of 66∘66^\circ at the centre of a circle of radius 8 cm8\text{ cm}, correct to one decimal place.

Worked solution (try it first)
  1. Arc length is θ360∘×2πr\frac{\theta}{360^\circ} \times 2\pi r.
  2. Put in θ=66∘\theta = 66^\circ and r=8r = 8: arc =66360×2×227×8= \frac{66}{360} \times 2 \times \frac{22}{7} \times 8
    =9.219= 9.219 cm.
  3. To one decimal place the arc is 9.2 cm, option D.

Report a problem with this question

Question 41

Find the value of yy in the diagram.

75°123°y
Worked solution (try it first)
  1. Angles on a straight line: the interior angle at the top vertex is 180∘−123∘=57∘180^\circ - 123^\circ = 57^\circ.
  2. yy is an exterior angle of the triangle, so it equals the sum of the two opposite interior angles: y=75∘+57∘=132∘y = 75^\circ + 57^\circ = 132^\circ, option D.

Report a problem with this question

Question 42

The base radius and height of a cone are 4 cm4\text{ cm} and 6 cm6\text{ cm} respectively. Calculate its volume, correct to the nearest whole number.

Worked solution (try it first)
  1. Volume of a cone: 13πr2h=13×227×16×6\frac13\pi r^2h = \frac13 \times \frac{22}{7} \times 16 \times 6.
  2. That is 227×32≈100.6 cm3\frac{22}{7} \times 32 \approx 100.6\text{ cm}^3.
  3. To the nearest whole number, 101 cm3101\text{ cm}^3, option D.

Report a problem with this question

Question 43

Find the distance between the points (3,−4)(3, -4) and (−5,2)(-5, 2).

Worked solution (try it first)
  1. The changes are −5−3=−8-5 - 3 = -8 in xx and 2−(−4)=62 - (-4) = 6 in yy.
  2. By Pythagoras the distance is 82+62=100=10\sqrt{8^2 + 6^2} = \sqrt{100} = 10, option E.

Report a problem with this question

Question 44

Calculate the surface area of a sphere with diameter 10.4 cm10.4\text{ cm}, correct to 3 significant figures. [Take π=3.142\pi = 3.142]

Worked solution (try it first)
  1. Radius =10.4÷2=5.2= 10.4 \div 2 = 5.2 cm.
  2. The surface area of a sphere is 4πr24\pi r^2.
  3. 4×3.142×5.22=4×3.142×27.044 \times 3.142 \times 5.2^2 = 4 \times 3.142 \times 27.04
    =339.84= 339.84.
  4. To 3 significant figures that is 340 cm2340\text{ cm}^2, option C.

Report a problem with this question

Question 45

Obi walks 400 m400\text{ m} to the top of a hill which slopes at an angle of 30∘30^\circ to the horizontal. Determine the height of the hill.

Worked solution (try it first)
  1. The 400 m walked up the slope is the hypotenuse, and the height is opposite the 30∘30^\circ angle.
  2. So the height is 400sin⁡30∘=400×12400\sin30^\circ = 400 \times \frac12
    =200= 200 m, option D.

Report a problem with this question

Question 46

The volume of a spherical ball is 114 cm3114\text{ cm}^3. Find its radius to the nearest whole number.

Worked solution (try it first)
  1. Volume of a sphere: 43πr3=114\frac43\pi r^3 = 114.
  2. So r3=3×1144πr^3 = \dfrac{3 \times 114}{4\pi}
    ≈27.2\approx 27.2.
  3. Take the cube root: r≈3r \approx 3 cm, option E.

Report a problem with this question

Question 47

Find the equation of a line with gradient −14-\frac14 passing through the point (3,2)(3, 2).

Worked solution (try it first)
  1. Use y−y1=m(x−x1)y - y_1 = m(x - x_1) with (3,2)(3, 2): y−2=−14(x−3)y - 2 = -\frac14(x - 3).
  2. Multiply both sides by 4: 4y−8=−x+34y - 8 = -x + 3.
  3. Collect terms: 4y+x=114y + x = 11, option D.

Report a problem with this question

Question 48

Calculate the value of yy in the diagram, leaving your answer in surd form.

6 cmy30°
Worked solution (try it first)
  1. The 6 cm side is the hypotenuse, and yy is the side next to the 30∘30^\circ angle, so use cosine: cos⁡30∘=y6\cos30^\circ = \dfrac{y}{6}.
  2. So y=6cos⁡30∘y = 6\cos30^\circ
    =6×32= 6 \times \frac{\sqrt3}{2}
    =33= 3\sqrt3 cm, option A.

Report a problem with this question

Question 49

Given the numbers 11, 8, 9, 6, 4, 3, 10, 2, 6, 5, calculate the mean.

Worked solution (try it first)
  1. Add the ten numbers: 11+8+9+6+4+3+10+2+6+5=6411 + 8 + 9 + 6 + 4 + 3 + 10 + 2 + 6 + 5 = 64.
  2. Divide by 10: the mean is 6410=6.4\frac{64}{10} = 6.4, option C.

Report a problem with this question

Question 50

Given the numbers 11, 8, 9, 6, 4, 3, 10, 2, 6, 5, find the median.

Worked solution (try it first)
  1. Put the 10 numbers in order: 2, 3, 4, 5, 6, 6, 8, 9, 10, 11.
  2. With an even count, the median is halfway between the 5th and 6th.
  3. Both are 6.
  4. So the median is 6, option B.

Report a problem with this question

Question 51

Given the numbers 11, 8, 9, 6, 4, 3, 10, 2, 6, 5, find the mode.

Worked solution (try it first)
  1. Count each number: 6 appears twice and every other number once.
  2. The mode is the number that occurs most often: 6, option C.

Report a problem with this question

Question 53

Calculate the variance of 30, 28, 35, 25, 37.

Worked solution (try it first)
  1. The numbers add up to 155, so the mean is 31.
  2. The deviations are −1-1, −3-3, 4, −6-6, 6.
  3. Their squares are 1, 9, 16, 36, 36, which add up to 98.
  4. The variance is 985=19.6\frac{98}{5} = 19.6, option C.

Report a problem with this question

Question 54

Tickets numbered 1 to 16 inclusive are mixed up and a ticket is drawn at random. What is the probability that the number is a multiple of 2 or 3?

Worked solution (try it first)
  1. From 1 to 16 there are 8 multiples of 2 and 5 multiples of 3 (3, 6, 9, 12, 15).
  2. 6 and 12 are in both lists, so take them off once: 8+5−2=118 + 5 - 2 = 11.
  3. So the probability is 1116\frac{11}{16}, option D.

Report a problem with this question

Question 55

The lucky numbers in a raffle draw are 4, 5, 12, 20, 2, 8, 3, 6, 10, 9, 7, 25, 12, 10, 14, 27. If a number is picked at random, what is the probability that it is a perfect cube?

Worked solution (try it first)
  1. There are 16 numbers in the list.
  2. A perfect cube is a whole number cubed: 8 is 232^3 and 27 is 333^3.
  3. No other number in the list is a cube.
  4. So the probability is 216=18\frac{2}{16} = \frac18, option E.

Report a problem with this question

Question 56

The probabilities that it will rain in Lagos and Oyo on the same day are 34\frac34 and 12\frac12 respectively. Find the probability that it will not rain in both towns on the same day.

Worked solution (try it first)
  1. It does not rain in Lagos with probability 1−34=141 - \frac34 = \frac14, and not in Oyo with probability 1−12=121 - \frac12 = \frac12.
  2. No rain in either town means both of these happen, so multiply: 14×12=18\frac14 \times \frac12 = \frac18, option B.

Report a problem with this question

Question 57

The table shows the ages of students in a class. What is the probability that a student chosen at random is less than 18 years old?

Age (years) 16 17 18
No. of students 4 8 6
Worked solution (try it first)
  1. There are 4+8+6=184 + 8 + 6 = 18 students.
  2. Less than 18 years means 16 or 17: 4+8=124 + 8 = 12 students.
  3. So the probability is 1218=23\frac{12}{18} = \frac23, option C.

Report a problem with this question

Question 58

A particle moves a distance of SS metres in tt seconds, where S=5t3−12t2+7S = 5t^3 - 12t^2 + 7. At what time is its acceleration zero?

Worked solution (try it first)
  1. Velocity is v=dSdt=15t2−24tv = \frac{dS}{dt} = 15t^2 - 24t.
  2. Acceleration is a=dvdt=30t−24a = \frac{dv}{dt} = 30t - 24.
  3. Set a=0a = 0: 30t=2430t = 24, so t=0.8t = 0.8 s, option A.

Report a problem with this question

Question 59

A particle moves a distance of SS metres in tt seconds, where S=5t3−12t2+7S = 5t^3 - 12t^2 + 7. Find the velocity after 3 seconds.

Worked solution (try it first)
  1. Velocity is v=dSdt=15t2−24tv = \frac{dS}{dt} = 15t^2 - 24t.
  2. At t=3t = 3: 15×9−24×3=135−72=6315 \times 9 - 24 \times 3 = 135 - 72 = 63 m/s, option B.

Report a problem with this question

Question 60

A particle moves a distance of SS metres in tt seconds, where S=5t3−12t2+7S = 5t^3 - 12t^2 + 7. Find the acceleration after 12 seconds.

Worked solution (try it first)
  1. Velocity is v=15t2−24tv = 15t^2 - 24t, so acceleration is a=dvdt=30t−24a = \frac{dv}{dt} = 30t - 24.
  2. At t=12t = 12: 30×12−24=360−2430 \times 12 - 24 = 360 - 24
    =336 m/s2= 336\text{ m/s}^2, option C.

Report a problem with this question