Objective paper · 50 questions

WAEC · 2023 · May/June · General Maths · Paper 1

Topics include Approximation & error, Sets & Venn diagrams, Indices & standard form, Number bases, Logarithms, Linear & simultaneous equations.

Sit this paper

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

Evaluate, correct to three decimal places, 4.314×0.0000560.0067\dfrac{4.314 \times 0.000056}{0.0067}.

Worked solution (try it first)
  1. Top: 4.314×0.000056=0.0002415844.314 \times 0.000056 = 0.000241584.
  2. Divide: 0.000241584÷0.0067=0.036057…0.000241584 \div 0.0067 = 0.036057\ldots
  3. To 3 decimal places, the fourth decimal is 0, so round down: 0.036, option B.

Report a problem with this question

Question 2

There are 30 students in a class. 15 study woodwork and 13 study metalwork. 6 study neither of the two subjects. How many students study woodwork but not metalwork?

Worked solution (try it first)
  1. 30−6=2430 - 6 = 24 students study at least one of the two subjects.
  2. Add the two subject totals and take away 24 to find how many study both: 15+13−24=415 + 13 - 24 = 4.
  3. Woodwork but not metalwork: 15−4=1115 - 4 = 11, option C.

Report a problem with this question

Question 3

Solve 25x÷2x=21052^{5x} \div 2^x = \sqrt[5]{2^{10}}.

Worked solution (try it first)
  1. Dividing powers of 2, subtract the indices: 25x÷2x=24x2^{5x} \div 2^x = 2^{4x}.
  2. A fifth root divides the index by 5: 2105=22\sqrt[5]{2^{10}} = 2^2.
  3. So 4x=24x = 2 and x=12x = \frac12, option C.

Report a problem with this question

Question 4

Solve 1+x−33=41 + \sqrt[3]{x - 3} = 4.

Worked solution (try it first)
  1. Subtract 1 from both sides: x−33=3\sqrt[3]{x - 3} = 3.
  2. Cube both sides to undo the cube root: x−3=27x - 3 = 27.
  3. Add 3: x=30x = 30, option C.

Report a problem with this question

Question 5

Express 4137413_7 in base 5.

Worked solution (try it first)
  1. Change to base ten: 4137=4×49+7+3=206413_7 = 4 \times 49 + 7 + 3 = 206.
  2. Divide by 5 repeatedly: 206=5×41+1206 = 5 \times 41 + 1, 41=5×8+141 = 5 \times 8 + 1, 8=5×1+38 = 5 \times 1 + 3, and 1=5×0+11 = 5 \times 0 + 1.
  3. Read the remainders from the bottom up: 131151311_5, option B.

Report a problem with this question

Question 6

Solve log⁡3x+log⁡3(x−8)=2\log_3 x + \log_3(x - 8) = 2.

Worked solution (try it first)
  1. Adding logs multiplies: log⁡3[x(x−8)]=2\log_3 [x(x - 8)] = 2.
  2. Change to index form: x(x−8)=32=9x(x - 8) = 3^2 = 9, so x2−8x−9=0x^2 - 8x - 9 = 0.
  3. Factorise: (x−9)(x+1)=0(x - 9)(x + 1) = 0, so x=9x = 9 or x=−1x = -1.
  4. x=−1x = -1 would need the log of a negative number, so x=9x = 9, option D.

Report a problem with this question

Question 7

Mr Manu is 4 times as old as his son, Adu; 7 years ago the sum of their ages was 76. How old is Adu?

Worked solution (try it first)
  1. Let Adu be aa years old now, so Mr Manu is 4a4a.
  2. Seven years ago each was 7 years younger: (4a−7)+(a−7)=76(4a - 7) + (a - 7) = 76, so 5a−14=765a - 14 = 76.
  3. Add 14 to both sides: 5a=905a = 90.
  4. Divide by 5: a=18a = 18.
  5. Adu is 18 years old, option C.

Report a problem with this question

Question 8

Factorize completely: x2−(y+z)2x^2 - (y + z)^2.

Worked solution (try it first)
  1. Use the difference of two squares with A=xA = x and B=y+zB = y + z: x2−(y+z)2=[x+(y+z)][x−(y+z)]x^2 - (y + z)^2 = [x + (y + z)][x - (y + z)].
  2. Remove the inner brackets: x−(y+z)=x−y−zx - (y + z) = x - y - z.
  3. So the factors are (x+y+z)(x−y−z)(x + y + z)(x - y - z), option B.

Report a problem with this question

Question 9

Find the roots of the equation 3m2−2m−65=03m^2 - 2m - 65 = 0.

Worked solution (try it first)
  1. Find two numbers with product 3×(−65)=−1953 \times (-65) = -195 and sum −2-2: they are −15-15 and 13.
  2. Split and group: 3m2−15m+13m−65=3m(m−5)+13(m−5)3m^2 - 15m + 13m - 65 = 3m(m - 5) + 13(m - 5)
    =(3m+13)(m−5)= (3m + 13)(m - 5).
  3. So m=5m = 5 or m=−133m = -\frac{13}{3}, option C.

Report a problem with this question

Question 10

MM varies jointly as the square of nn and the square root of qq. If M=24M = 24 when n=2n = 2 and q=4q = 4, find MM when n=5n = 5 and q=9q = 9.

Worked solution (try it first)
  1. Jointly as n2n^2 and q\sqrt q: M=kn2qM = kn^2\sqrt q.
  2. Put in M=24M = 24, n=2n = 2, q=4q = 4: 24=k×4×2=8k24 = k \times 4 \times 2 = 8k, so k=3k = 3.
  3. When n=5n = 5, q=9q = 9: M=3×25×3=225M = 3 \times 25 \times 3 = 225, option D.

Report a problem with this question

Question 11

If m:n=213:115m : n = 2\frac13 : 1\frac15 and n:q=112:113n : q = 1\frac12 : 1\frac13, find q:mq : m.

Worked solution (try it first)
  1. Clear the fractions.
  2. m:n=73:65m : n = \frac73 : \frac65.
  3. Multiply by 15 to get 35:1835 : 18.
  4. n:q=32:43n : q = \frac32 : \frac43.
  5. Multiply by 6 to get 9:89 : 8.
  6. Make the nn values the same: 9:8=18:169 : 8 = 18 : 16.
  7. So m:n:q=35:18:16m : n : q = 35 : 18 : 16.
  8. So q:m=16:35q : m = 16 : 35, option A.

Report a problem with this question

Question 12

One-third of the sum of two numbers is 12, and twice their difference is 12. Find the numbers.

Worked solution (try it first)
  1. One-third of the sum is 12, so multiply by 3: x+y=36x + y = 36.
  2. Twice the difference is 12, so divide by 2: x−y=6x - y = 6.
  3. Add the equations: 2x=422x = 42, so x=21x = 21.
  4. Then y=36−21=15y = 36 - 21 = 15.
  5. So the numbers are 21 and 15, option A.

Report a problem with this question

Question 13

Find the quadratic equation whose roots are 23\frac23 and −34-\frac34.

Worked solution (try it first)
  1. Roots 23\frac23 and −34-\frac34 give the factors (3y−2)(3y - 2) and (4y+3)(4y + 3), cleared of fractions.
  2. Expand: (3y−2)(4y+3)=12y2+9y−8y−6(3y - 2)(4y + 3) = 12y^2 + 9y - 8y - 6
    =12y2+y−6= 12y^2 + y - 6.
  3. So the equation is 12y2+y−6=012y^2 + y - 6 = 0, option C.

Report a problem with this question

Question 14

Make xx the subject of the relation y=ax3−b3zy = \dfrac{ax^3 - b}{3z}.

Worked solution (try it first)
  1. Multiply both sides by 3z3z: 3yz=ax3−b3yz = ax^3 - b.
  2. Add bb and divide by aa: x3=3yz+bax^3 = \frac{3yz + b}{a}.
  3. Take the cube root: x=3yz+ba3x = \sqrt[3]{\dfrac{3yz + b}{a}}, option B.

Report a problem with this question

Question 15

The price of a shoe was decreased by 22%22\%. If the new price is $27.30, what is the original price?

Worked solution (try it first)
  1. A 22%22\% decrease leaves 78%78\% of the original price PP: 0.78P=27.300.78P = 27.30.
  2. Divide both sides by 0.78: P=35P = 35.
  3. So the original price was $35.00, option D.

Report a problem with this question

Question 16

The radius and height of a solid cylinder are 8 cm8\text{ cm} and 14 cm14\text{ cm} respectively. Find, correct to two decimal places, the total surface area. [Take π=227]\left[\text{Take }\pi = \frac{22}{7}\right]

Worked solution (try it first)
  1. A solid cylinder has a curved surface and two ends: 2πr(r+h)2\pi r(r + h).
  2. 2×227×8×(8+14)=774472 \times \frac{22}{7} \times 8 \times (8 + 14) = \frac{7744}{7}
    ≈1106.29 cm2\approx 1106.29\text{ cm}^2, option C.

Report a problem with this question

Question 17

In the diagram, OO is the centre of the circle; ∣NT∣=∣ST∣|NT| = |ST| and ∠NTS=36∘\angle NTS = 36^\circ. RNRN and RSRS are tangents at NN and SS. Find the measure of the angle marked tt.

36°tOSNTRMV
Worked solution (try it first)
  1. tt is between the tangent SRSR and the chord SNSN.
  2. The angle between a tangent and a chord equals the angle in the alternate segment, which is the angle at TT opposite SNSN.
  3. So t=∠NTS=36∘t = \angle NTS = 36^\circ, option A.

Report a problem with this question

Question 18

The radius of a sphere is 3 cm3\text{ cm}. Find, in terms of π\pi, its volume.

Worked solution (try it first)
  1. Volume of a sphere: 43πr3\frac43\pi r^3, and 33=273^3 = 27.
  2. 43×27=36\frac43 \times 27 = 36, so the volume is 36π cm336\pi\text{ cm}^3, option C.

Report a problem with this question

Question 19

Arrange the following in ascending order of magnitude: 110two110_{\text{two}}, 31eight31_{\text{eight}}, 42five42_{\text{five}}.

Worked solution (try it first)
  1. Change each to base ten: 110two=4+2=6110_{\text{two}} = 4 + 2 = 6, 31eight=24+1=2531_{\text{eight}} = 24 + 1 = 25 and 42five=20+2=2242_{\text{five}} = 20 + 2 = 22.
  2. In ascending order: 6<22<256 < 22 < 25.
  3. So the order is 110two,42five,31eight110_{\text{two}}, 42_{\text{five}}, 31_{\text{eight}}, option B.

Report a problem with this question

Question 20

A notebook of length 15 cm15\text{ cm} was measured to be 16.8 cm16.8\text{ cm}. Calculate, correct to two decimal places, the percentage error in the measurement.

Worked solution (try it first)
  1. The error is 16.8−15=1.816.8 - 15 = 1.8 cm.
  2. Divide by the true length and multiply by 100: 1.815×100%=0.12×100%\frac{1.8}{15} \times 100\% = 0.12 \times 100\%.
  3. So the percentage error is 12.00%, option A.

Report a problem with this question

Question 21

Find the value of mm in the diagram, where the two horizontal lines are parallel.

40°m
Worked solution (try it first)
  1. Draw a line through the right-angled corner parallel to the other two.
  2. By alternate angles, the lower arm makes 40∘40^\circ with it.
  3. The corner is 90∘90^\circ, so the upper arm makes 90∘−40∘=50∘90^\circ - 40^\circ = 50^\circ with the new line.
  4. mm and that 50∘50^\circ are co-interior between the new line and the upper parallel: m=180∘−50∘=130∘m = 180^\circ - 50^\circ = 130^\circ, option B.

Report a problem with this question

Question 22

A line LL passing through the point (6,−13)(6, -13) is parallel to the line which passes through (7,4)(7, 4) and (−3,9)(-3, 9). Find the equation of the line LL.

Worked solution (try it first)
  1. Gradient of the given line: 9−4−3−7=5−10\dfrac{9 - 4}{-3 - 7} = \frac{5}{-10}
    =−12= -\frac12.
  2. Parallel lines share it.
  3. Through (6,−13)(6, -13): y+13=−12(x−6)y + 13 = -\frac12(x - 6), so y+13=−12x+3y + 13 = -\frac12x + 3.
  4. Subtract 13 from both sides: y=−12x−10y = -\frac12x - 10, option C.

Report a problem with this question

Question 23

An empty cylindrical tank is 140 cm140\text{ cm} in diameter. If 200 litres of water are poured into the tank, calculate, correct to the nearest centimetre, the height of the water in the tank. [Take π=227]\left[\text{Take }\pi = \frac{22}{7}\right]

Worked solution (try it first)
  1. Change litres to cm³: 200 litres is 200 000 cm3200\,000\text{ cm}^3.
  2. The radius is 140÷2=70140 \div 2 = 70 cm.
  3. Base area: 227×702=15 400 cm2\frac{22}{7} \times 70^2 = 15\,400\text{ cm}^2.
  4. Height =200 000÷15 400≈12.99= 200\,000 \div 15\,400 \approx 12.99, which is 13 cm to the nearest centimetre, option C.

Report a problem with this question

Question 24

Mrs Kebeh stands at a distance of 110 m110\text{ m} away from a building of vertical height 58 m58\text{ m}. If Kebeh is 2 m2\text{ m} tall, find the angle of elevation of the top of the building from her eye.

Worked solution (try it first)
  1. Measure from her eye: the top of the building is 58−2=5658 - 2 = 56 m higher, and 110 m away.
  2. So tan⁡θ=56110≈0.509\tan\theta = \frac{56}{110} \approx 0.509.
  3. So θ≈26.98∘\theta \approx 26.98^\circ, which is 27∘27^\circ to the nearest degree, option B.

Report a problem with this question

Question 25

Find the mean deviation of the numbers 14, 15, 16, 17, 18, 19.

Worked solution (try it first)
  1. The numbers add up to 99, so the mean is 996=16.5\frac{99}{6} = 16.5.
  2. The distances from 16.5 are 2.5, 1.5, 0.5, 0.5, 1.5 and 2.5, which add up to 9.
  3. The mean deviation is 96=1.5\frac96 = 1.5, option B.

Report a problem with this question

Question 26

The interior angle of a regular polygon is 6 times its exterior angle. Find the number of sides of the polygon.

Worked solution (try it first)
  1. Let the exterior angle be ee.
  2. The interior angle is 6e6e, and the two add up to 180∘180^\circ: 7e=180∘7e = 180^\circ.
  3. So e=180∘7e = \frac{180^\circ}{7}.
  4. The number of sides is 360÷1807=360×7180360 \div \frac{180}{7} = 360 \times \frac{7}{180}
    =14= 14, option B.

Report a problem with this question

Question 27

The length of the diagonal of a square is 12 cm12\text{ cm}. Calculate the area of the square.

Worked solution (try it first)
  1. The diagonal is the hypotenuse of a right-angled triangle whose legs are two sides ss: s2+s2=122s^2 + s^2 = 12^2.
  2. So 2s2=1442s^2 = 144, and the area is s2=72 cm2s^2 = 72\text{ cm}^2, option C.

Report a problem with this question

Question 28

Consider the statements pp: Siah is from Foya; qq: Foya is in Lofa. Write in symbolic form the statement: If Siah is from Foya, then Foya is in Lofa.

Worked solution (try it first)
  1. "Siah is from Foya" is pp and "Foya is in Lofa" is qq.
  2. "If pp, then qq" is written pp
    ⇒q\Rightarrow q, option C.

Report a problem with this question

Question 29

Name the triangle with the vertices (1,−3)(1, -3), (6,2)(6, 2) and (0,4)(0, 4).

Worked solution (try it first)
  1. Call the points A(1,−3)A(1, -3), B(6,2)B(6, 2) and C(0,4)C(0, 4), and find the squared side lengths.
  2. AB2=52+52=50AB^2 = 5^2 + 5^2 = 50, BC2=62+22=40BC^2 = 6^2 + 2^2 = 40 and AC2=12+72=50AC^2 = 1^2 + 7^2 = 50.
  3. AB=ACAB = AC, so two sides are equal.
  4. It is not right-angled, since 40+50≠5040 + 50 \ne 50 and 50+50≠4050 + 50 \ne 40.
  5. So it is an isosceles triangle, option A.

Report a problem with this question

Question 30

In the diagram, NRNR is a diameter, SRMSRM is a straight line, ∠MNR=x∘\angle MNR = x^\circ and ∠SRN=(5x+20)∘\angle SRN = (5x + 20)^\circ. Find the value of 2x∘2x^\circ.

x°(5x + 20)°ORNMS
Worked solution (try it first)
  1. NRNR is a diameter, so ∠NMR=90∘\angle NMR = 90^\circ.
  2. In triangle NMRNMR, ∠MRN=180∘−90∘−x∘\angle MRN = 180^\circ - 90^\circ - x^\circ
    =(90−x)∘= (90 - x)^\circ.
  3. SRMSRM is a straight line, so ∠SRN+∠MRN=180∘\angle SRN + \angle MRN = 180^\circ: (5x+20)+(90−x)=180(5x + 20) + (90 - x) = 180.
  4. Simplify: 4x+110=1804x + 110 = 180, so 4x=704x = 70 and x=17.5x = 17.5.
  5. So 2x=35∘2x = 35^\circ, option B.

Report a problem with this question

Question 31

Find the value of α\alpha in the equation cos⁡(α+14)∘=sin⁡(4α+6)∘\cos(\alpha + 14)^\circ = \sin(4\alpha + 6)^\circ.

Worked solution (try it first)
  1. The cosine of an angle equals the sine of its complement, so the two angles add up to 90∘90^\circ: (α+14)+(4α+6)=90(\alpha + 14) + (4\alpha + 6) = 90.
  2. Collect terms: 5α+20=905\alpha + 20 = 90, so 5α=705\alpha = 70.
  3. Divide by 5: α=14\alpha = 14, option A.
  4. (Check: the angles are 28∘28^\circ and 62∘62^\circ.)

Report a problem with this question

Question 32

A bag contains 4 white marbles and 3 blue marbles. Another bag contains 5 red marbles and 6 blue marbles. If a marble is picked at random from each bag, find the probability that they are of the same colour.

Worked solution (try it first)
  1. The first bag has white and blue.
  2. The second has red and blue.
  3. So the only colour they share is blue.
  4. Both blue: 37×611\frac37 \times \frac{6}{11}, since the picks are independent.
  5. So the probability is 1877\frac{18}{77}, option B.

Report a problem with this question

Question 33

The angle of a sector of a circle of radius 3.4 cm3.4\text{ cm} is 115∘115^\circ. Find the area of the sector. [Take π=227]\left[\text{Take }\pi = \frac{22}{7}\right]

Worked solution (try it first)
  1. Area of a sector =θ360×πr2= \frac{\theta}{360} \times \pi r^2, with r2=3.42=11.56r^2 = 3.4^2 = 11.56.
  2. 227×11.56≈36.33\frac{22}{7} \times 11.56 \approx 36.33, so the area is 115360×36.33≈11.6 cm2\frac{115}{360} \times 36.33 \approx 11.6\text{ cm}^2, option B.

Report a problem with this question

Question 34

The diagonals of a rhombus are 16 cm16\text{ cm} and 12 cm12\text{ cm}. Find the length of a side.

Worked solution (try it first)
  1. The diagonals of a rhombus bisect each other at right angles, so each side is the hypotenuse of a right-angled triangle with legs 8 cm and 6 cm.
  2. By Pythagoras, the side is 82+62=100=10\sqrt{8^2 + 6^2} = \sqrt{100} = 10 cm, option B.

Report a problem with this question

Question 35

The angle of elevation of the top of a building from a point ZZ on the ground is 50∘50^\circ. If the height of the building is 124 m124\text{ m}, find the distance from ZZ to the foot of the building.

Worked solution (try it first)
  1. The height 124 m is opposite the 50∘50^\circ angle and the distance dd is adjacent, so tan⁡50∘=124d\tan50^\circ = \frac{124}{d}.
  2. Rearrange: d=124tan⁡50∘d = \frac{124}{\tan50^\circ}
    =1241.1918= \frac{124}{1.1918}.
  3. So d≈104.05d \approx 104.05 m, option A.

Report a problem with this question

Question 36

A student measured the height of a pole as 5.98 m5.98\text{ m}, which is less than the actual height. If the percentage error is 5%5\%, find, correct to two decimal places, the actual height of the pole.

Worked solution (try it first)
  1. Let the actual height be hh.
  2. The percentage error is taken of the actual height, so the error is 0.05h0.05h.
  3. The measurement is too small, so h−0.05h=5.98h - 0.05h = 5.98, that is 0.95h=5.980.95h = 5.98.
  4. Divide by 0.95: h=6.2947…h = 6.2947\ldots, which is 6.29 m to two decimal places, option C.

Report a problem with this question

Question 37

In the diagram, OO is the centre of the circle and ∠SQR=28∘\angle SQR = 28^\circ. Find ∠ORS\angle ORS.

28°OQSR
Worked solution (try it first)
  1. ∠SOR\angle SOR is at the centre on the same arc SRSR as ∠SQR\angle SQR.
  2. So ∠SOR=2×28∘=56∘\angle SOR = 2 \times 28^\circ = 56^\circ.
  3. OS=OROS = OR (radii), so triangle SORSOR is isosceles: ∠ORS=180∘−56∘2\angle ORS = \dfrac{180^\circ - 56^\circ}{2}
    =62∘= 62^\circ, option B.

Report a problem with this question

Question 38

John was facing S35°E. If he turned 90∘90^\circ in the anticlockwise direction, find his new direction.

Worked solution (try it first)
  1. Change S35∘35^\circE to a three-figure bearing: 180∘−35∘=145∘180^\circ - 35^\circ = 145^\circ.
  2. Anticlockwise turns reduce the bearing: 145∘−90∘=55∘145^\circ - 90^\circ = 55^\circ.
  3. A bearing of 055∘055^\circ is 55∘55^\circ east of north, N55∘55^\circE, option A.

Report a problem with this question

Question 39

If 2x−3y=−112x - 3y = -11 and 3x+2y=33x + 2y = 3, evaluate (y−x)2(y - x)^2.

Worked solution (try it first)
  1. Make the yy terms opposite: multiply the first by 2 and the second by 3, giving 4x−6y=−224x - 6y = -22 and 9x+6y=99x + 6y = 9.
  2. Add them: 13x=−1313x = -13, so x=−1x = -1.
  3. Put x=−1x = -1 into 3x+2y=33x + 2y = 3: −3+2y=3-3 + 2y = 3, so y=3y = 3.
  4. So y−x=3−(−1)=4y - x = 3 - (-1) = 4, and (y−x)2=16(y - x)^2 = 16, option C.

Report a problem with this question

Question 40

An equilateral triangle has a side of 2 cm2\text{ cm}. Calculate, in cm, the height of the triangle.

h2 cm2 cm1 cm1 cm
Worked solution (try it first)
  1. The height from the top meets the base at its midpoint, making a right-angled triangle with hypotenuse 2 cm and base 1 cm.
  2. Pythagoras: h2=22−12=3h^2 = 2^2 - 1^2 = 3.
  3. So h=3h = \sqrt3 cm, option A.

Report a problem with this question

Question 41

A number is chosen at random from 40 to 50 inclusive. Find the probability that the number is prime.

Worked solution (try it first)
  1. From 40 to 50 inclusive there are 11 numbers.
  2. The primes among them are 41, 43 and 47.
  3. 49 is 7×77 \times 7.
  4. So the probability is 311\frac{3}{11}, option A.

Report a problem with this question

Question 42

The bar chart represents the distribution of marks scored by students in an economics examination. If the fail mark was 4, what is the probability that a student selected at random passed?

2468101212345678MarksFrequency
Marks 1–8 with frequencies 3, 6, 9, 1, 12, 7, 5, 10.
Worked solution (try it first)
  1. Read the bars and add: 3+6+9+1+12+7+5+10=533 + 6 + 9 + 1 + 12 + 7 + 5 + 10 = 53 students.
  2. A fail mark of 4 means a pass needs more than 4 marks: marks 5 to 8, which is 12+7+5+10=3412 + 7 + 5 + 10 = 34 students.
  3. So the probability of a pass is 3453≈0.64\frac{34}{53} \approx 0.64, option A.

Report a problem with this question

Question 43

Using the bar chart in the previous question (marks 1–8 with frequencies 3, 6, 9, 1, 12, 7, 5, 10), what percentage of the students scored at most 5 marks?

2468101212345678MarksFrequency
Marks 1–8 with frequencies 3, 6, 9, 1, 12, 7, 5, 10.
Worked solution (try it first)
  1. "At most 5" means 5 or fewer: marks 1 to 5, which is 3+6+9+1+12=313 + 6 + 9 + 1 + 12 = 31 students.
  2. Out of 53 students: 3153×100≈58.5%\frac{31}{53} \times 100 \approx 58.5\%, option B.

Report a problem with this question

Question 44

Using the same bar chart, how many students scored at least 3 marks?

2468101212345678MarksFrequency
Marks 1–8 with frequencies 3, 6, 9, 1, 12, 7, 5, 10.
Worked solution (try it first)
  1. "At least 3" means 3 or more: marks 3 to 8.
  2. Add those bars: 9+1+12+7+5+10=449 + 1 + 12 + 7 + 5 + 10 = 44 students, option C.

Report a problem with this question

Question 45

If log⁡a3=m\log_a 3 = m and log⁡a5=p\log_a 5 = p, find log⁡a75\log_a 75.

Worked solution (try it first)
  1. Write 75 using 3 and 5: 75=3×25=3×5275 = 3 \times 25 = 3 \times 5^2.
  2. So log⁡a75=log⁡a3+2log⁡a5\log_a 75 = \log_a 3 + 2\log_a 5.
  3. That is m+2pm + 2p, option C.

Report a problem with this question

Question 46

In the diagram, MM, NN, RR are points on the circle centre OO; ∠ORN=48∘\angle ORN = 48^\circ and ∠RNM=124∘\angle RNM = 124^\circ. Find ∠OMN\angle OMN.

124°48°ONRM
Worked solution (try it first)
  1. ∠MNR=124∘\angle MNR = 124^\circ stands on the major arc MRMR, so the reflex angle MORMOR is 2×124∘=248∘2 \times 124^\circ = 248^\circ.
  2. So the angle MORMOR inside quadrilateral OMNROMNR is 360∘−248∘=112∘360^\circ - 248^\circ = 112^\circ.
  3. The angles of a quadrilateral add up to 360∘360^\circ: ∠OMN=360∘−124∘−48∘−112∘\angle OMN = 360^\circ - 124^\circ - 48^\circ - 112^\circ
    =76∘= 76^\circ, option A.

Report a problem with this question

Question 47

Simplify 312+103−633\sqrt{12} + 10\sqrt3 - \dfrac{6}{\sqrt3}.

Worked solution (try it first)
  1. Take out the square factor: 312=3×233\sqrt{12} = 3 \times 2\sqrt3, which is 636\sqrt3.
  2. Rationalise: 63=633\dfrac{6}{\sqrt3} = \dfrac{6\sqrt3}{3}, which is 232\sqrt3.
  3. Combine: 63+103−23=1436\sqrt3 + 10\sqrt3 - 2\sqrt3 = 14\sqrt3, option A.

Report a problem with this question

Question 48

The truth set of 8+2x−x2=08 + 2x - x^2 = 0 is {p,q}\{p, q\}. Evaluate p+qp + q.

Worked solution (try it first)
  1. Multiply by −1-1 so the x2x^2 term is positive: x2−2x−8=0x^2 - 2x - 8 = 0.
  2. Factorise: (x−4)(x+2)=0(x - 4)(x + 2) = 0, so the roots are 4 and −2-2.
  3. So p+q=4+(−2)=2p + q = 4 + (-2) = 2, option C.

Report a problem with this question

Question 49

Find the gradient of the line passing through the points (12,−13)\left(\frac12, -\frac13\right) and (3,23)\left(3, \frac23\right).

Worked solution (try it first)
  1. The change in yy is 23−(−13)=1\frac23 - \left(-\frac13\right) = 1.
  2. The change in xx is 3−12=523 - \frac12 = \frac52.
  3. Gradient =1÷52=25= 1 \div \frac52 = \frac25, option D.

Report a problem with this question

Question 50

For what values of xx is x2+210x2−13x−3\dfrac{x^2 + 2}{10x^2 - 13x - 3} undefined?

Worked solution (try it first)
  1. The fraction is undefined when the bottom is zero: 10x2−13x−3=010x^2 - 13x - 3 = 0.
  2. Factorise (numbers −15-15 and 22 multiply to −30-30 and add to −13-13): (5x+1)(2x−3)=0(5x + 1)(2x - 3) = 0.
  3. So x=−15x = -\frac15 or x=32x = \frac32, option C.

Report a problem with this question