Theory paper · 12 questions

NECO · 2022 · SSCE · General Maths · Paper 2

Topics include Surds, Quadratics & their graphs, Commercial arithmetic, Coordinate geometry, Trigonometric ratios, Matrices & determinants.

Sit this paper

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

  1. (a)

    If 3=1.73\sqrt{3} = 1.73, rationalise 53\frac{5}{\sqrt{3}} correct to 2 significant figures.

  2. (b)

    Solve the quadratic equation 3x2−20x+12=03x^2 - 20x + 12 = 0, using the completing the square method.

    Separate values with commas, e.g. 3, −2

Worked solution (try it first)

(a)

  1. Multiply the top and bottom by 3\sqrt3 to clear the surd from the denominator: 53=533\frac{5}{\sqrt3} = \frac{5\sqrt3}{3}.
  2. Put in 3=1.73\sqrt3 = 1.73: the numerator is 5×1.73=8.655 \times 1.73 = 8.65.
  3. Divide by 3: 8.65÷3=2.883…8.65 \div 3 = 2.883\ldots, which is 2.92.9 to 2 significant figures.

(b)

  1. Divide every term by 3 so that x2x^2 has coefficient 1: x2−203x+4=0x^2 - \frac{20}{3}x + 4 = 0.
  2. Move the constant to the right: x2−203x=−4x^2 - \frac{20}{3}x = -4.
  3. Add the square of half the coefficient of xx, (103)2=1009\left(\frac{10}{3}\right)^2 = \frac{100}{9}, to both sides: x2−203x+1009=1009−4x^2 - \frac{20}{3}x + \frac{100}{9} = \frac{100}{9} - 4.
  4. Write the left side as a square and simplify the right: (x−103)2=649\left(x - \frac{10}{3}\right)^2 = \frac{64}{9}.
  5. Take square roots, keeping both signs: x−103=±83x - \frac{10}{3} = \pm\frac{8}{3}.
  6. So x=103+83=6x = \frac{10}{3} + \frac83 = 6 or x=103−83=23x = \frac{10}{3} - \frac83 = \frac23.

Report a problem with this question

Question 2

A tax payer is allowed 16\frac16 of his income tax-free and pays 20% on the remainder. If he pays ₦2,400.00 tax, calculate his income and the tax-free amount.

  1. (a)

    Enter his income and the tax-free amount (₦).

    Separate values with commas, e.g. 3, −2

Worked solution (try it first)
  1. Let his income be ₦xx.
  2. The tax-free part is 16x\frac16 x.
  3. The taxable remainder is x−16x=56xx - \frac16 x = \frac56 x.
  4. The tax is 20% of the remainder: 20100×56x=16x\frac{20}{100} \times \frac56 x = \frac16 x.
  5. Set the tax equal to ₦2,400: 16x=2400\frac16 x = 2400.
  6. Multiply both sides by 6: x=14 400x = 14\,400.
  7. The tax-free amount is 16×14 400=2400\frac16 \times 14\,400 = 2400.
  8. His income is ₦14,400.00 and the tax-free amount is ₦2,400.00.

Report a problem with this question

Question 3

  1. (a)

    Calculate the value of pp if the distance between the points (p,5)(p, 5) and (5,9)(5, 9) is 5. (Enter both values.)

    Separate values with commas, e.g. 3, −2

  2. (b)

    Find the angle between two lines whose slopes are 12 and 25\frac25 (to 2 decimal places).

Worked solution (try it first)

(a)

  1. Use the distance formula: (5−p)2+(9−5)2=52(5 - p)^2 + (9 - 5)^2 = 5^2.
  2. Simplify the known squares: (5−p)2+16=25(5 - p)^2 + 16 = 25.
  3. Subtract 16: (5−p)2=9(5 - p)^2 = 9.
  4. Take square roots: 5−p=±35 - p = \pm 3.
  5. So p=2p = 2 or p=8p = 8.
  6. Both points are 5 units from (5,9)(5, 9).

(b)

  1. For slopes m1m_1 and m2m_2, the angle θ\theta between the lines satisfies tan⁡θ=∣m1−m21+m1m2∣\tan\theta = \left|\frac{m_1 - m_2}{1 + m_1 m_2}\right|.
  2. Numerator: 12−25=58512 - \frac25 = \frac{58}{5}.
  3. Denominator: 1+12×25=1+2451 + 12 \times \frac25 = 1 + \frac{24}{5}
    =295= \frac{29}{5}.
  4. Divide 585\frac{58}{5} by 295\frac{29}{5}: the fives cancel and 58÷29=258 \div 29 = 2, so tan⁡θ=2\tan\theta = 2.
  5. So θ=tan⁡−12≈63.43∘\theta = \tan^{-1} 2 \approx 63.43^\circ.

Report a problem with this question

Question 4

Find the inverse of the matrix A=(3452)A = \begin{pmatrix} 3 & 4 \\ 5 & 2 \end{pmatrix} and use it to solve the equations 3x+4y=13x + 4y = 1 and 5x+2y=35x + 2y = 3 simultaneously.

  1. (a)

    Find A−1A^{-1}. (Enter its four entries.)

    Separate values with commas, e.g. 3, −2

  2. (b)

    Use A−1A^{-1} to find xx and yy.

    Separate values with commas, e.g. 3, −2

Worked solution (try it first)

(a)

  1. The determinant is ∣A∣=3×2−4×5|A| = 3 \times 2 - 4 \times 5
    =6−20= 6 - 20
    =−14= -14.
  2. Swap the leading-diagonal entries and change the signs of the other two: the adjoint is (2−4−53)\begin{pmatrix} 2 & -4 \\ -5 & 3 \end{pmatrix}.
  3. Divide by the determinant: A−1=−114(2−4−53)A^{-1} = -\frac{1}{14}\begin{pmatrix} 2 & -4 \\ -5 & 3 \end{pmatrix}
    =(−1727514−314)= \begin{pmatrix} -\frac17 & \frac27 \\ \frac{5}{14} & -\frac{3}{14} \end{pmatrix}.

(b)

  1. Write the equations as A(xy)=(13)A\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 1 \\ 3 \end{pmatrix}, so (xy)=A−1(13)\begin{pmatrix} x \\ y \end{pmatrix} = A^{-1}\begin{pmatrix} 1 \\ 3 \end{pmatrix}.
  2. Multiply the adjoint by the column: (2(1)−4(3)−5(1)+3(3))=(−104)\begin{pmatrix} 2(1) - 4(3) \\ -5(1) + 3(3) \end{pmatrix} = \begin{pmatrix} -10 \\ 4 \end{pmatrix}.
  3. Multiply by −114-\frac{1}{14}: x=1014=57x = \frac{10}{14} = \frac57 and y=−414=−27y = -\frac{4}{14} = -\frac27.
  4. Check in the first equation: 3(57)+4(−27)3\left(\frac57\right) + 4\left(-\frac27\right) is 157−87\frac{15}{7} - \frac{8}{7}, which equals 1.
  5. So x=57x = \frac57 and y=−27y = -\frac27.

Report a problem with this question

Question 5

In the figure below, OO is the centre of the circle, ∣AB∣=∣CD∣|AB| = |CD| and ∠COD=85∘\angle COD = 85^\circ. Find the following:

85°OACBD
  1. (i)

    ∠AOB\angle AOB

  2. (ii)

    ∠BCD\angle BCD

  3. (iii)

    ∠BAD\angle BAD

  4. (iv)

    ∠BOD\angle BOD

  5. (v)

    ∠OBD\angle OBD

Worked solution (try it first)
  1. ADAD and BCBC both pass through the centre OO, so they are diameters.

(i)

  1. ∠AOB\angle AOB and ∠COD\angle COD are vertically opposite angles, so ∠AOB=85∘\angle AOB = 85^\circ.

(ii)

  1. In triangle OCDOCD, OC=ODOC = OD (radii), so the base angles are equal: ∠OCD=180∘−85∘2\angle OCD = \frac{180^\circ - 85^\circ}{2}
    =47.5∘= 47.5^\circ.
  2. BB, OO and CC lie on one line, so ∠BCD=∠OCD=47.5∘\angle BCD = \angle OCD = 47.5^\circ.

(iii)

  1. ∠BAD\angle BAD and ∠BCD\angle BCD both stand on the arc BDBD (angles in the same segment), so ∠BAD=47.5∘\angle BAD = 47.5^\circ.

(iv)

  1. ∠BOD\angle BOD and ∠COD\angle COD lie on the straight line BCBC, so ∠BOD=180∘−85∘\angle BOD = 180^\circ - 85^\circ
    =95∘= 95^\circ.

(v)

  1. In triangle OBDOBD, OB=ODOB = OD (radii), so ∠OBD=180∘−95∘2\angle OBD = \frac{180^\circ - 95^\circ}{2}
    =42.5∘= 42.5^\circ.

Report a problem with this question

Question 6

  1. (a)

    Use logarithm tables to evaluate (565×0.0536249.1)23\sqrt[3]{\left(\frac{565 \times 0.0536}{249.1}\right)^2}.

  2. (b)

    An arc ABAB subtends an angle of 36∘36^\circ at the centre OO of a circle of radius 7 cm. Calculate the area of the minor sector. (Take π=227)\left(\text{Take } \pi = \frac{22}{7}\right)

Worked solution (try it first)

(a)

  1. Read the logarithms from the tables: log⁡565=2.7520\log 565 = 2.7520, log⁡0.0536=2ˉ.7292\log 0.0536 = \bar{2}.7292 and log⁡249.1=2.3964\log 249.1 = 2.3964.
  2. Multiplying means adding logs: 2.7520+2ˉ.7292=1.48122.7520 + \bar{2}.7292 = 1.4812.
  3. Dividing means subtracting logs: 1.4812−2.3964=1ˉ.08481.4812 - 2.3964 = \bar{1}.0848.
  4. Squaring means doubling the log: 2×1ˉ.0848=2ˉ.16962 \times \bar{1}.0848 = \bar{2}.1696.
  5. The cube root means dividing by 3.
  6. Write 2ˉ.1696\bar{2}.1696 as 3ˉ+1.1696\bar{3} + 1.1696 so the negative part divides exactly: 1ˉ+0.3899=1ˉ.3899\bar{1} + 0.3899 = \bar{1}.3899.
  7. Take the antilog: antilog 1ˉ.3899≈0.2454\text{antilog } \bar{1}.3899 \approx 0.2454.

(b)

  1. The area of a sector is θ360×πr2\frac{\theta}{360} \times \pi r^2.
  2. Substitute: 36360×227×72=110×154\frac{36}{360} \times \frac{22}{7} \times 7^2 = \frac{1}{10} \times 154.
  3. The minor sector has area 15.4 cm215.4\text{ cm}^2.

Report a problem with this question

Question 7

  1. (a)(i)

    Given the arithmetic progression (A.P.) 6,9,12,15,18,…6, 9, 12, 15, 18, \ldots, find its 99th term.

  2. (a)(ii)

    Find its nnth term. Tn=T_n =

  3. (b)

    Differentiate y=1−x3y = \sqrt{1 - x^3} with respect to xx. dydx=\frac{dy}{dx} =

  4. (c)

    A curve passes through the point (−3,5)(-3, 5) and its gradient at any point is given by 6x2+10x−76x^2 + 10x - 7. Find the equation of the curve. y=y =

Worked solution (try it first)

(a)(i)

  1. The first term is a=6a = 6 and the common difference is d=9−6=3d = 9 - 6 = 3.
  2. The nnth term of an A.P. is Tn=a+(n−1)dT_n = a + (n - 1)d, so T99=6+98×3T_{99} = 6 + 98 \times 3.
  3. Work it out: T99=6+294=300T_{99} = 6 + 294 = 300.

(ii)

  1. Substitute aa and dd: Tn=6+(n−1)×3T_n = 6 + (n - 1) \times 3.
  2. Expand and simplify: Tn=3n+3T_n = 3n + 3.

(b)

  1. Write y=(1−x3)1/2y = (1 - x^3)^{1/2} and let u=1−x3u = 1 - x^3, so dudx=−3x2\frac{du}{dx} = -3x^2.
  2. By the chain rule, dydx=12u−1/2×dudx\frac{dy}{dx} = \frac12 u^{-1/2} \times \frac{du}{dx}
    =12(1−x3)−1/2×(−3x2)= \frac12(1 - x^3)^{-1/2} \times (-3x^2).
  3. Simplify: dydx=−3x221−x3\frac{dy}{dx} = \frac{-3x^2}{2\sqrt{1 - x^3}}.

(c)

  1. Integrate the gradient: y=∫(6x2+10x−7) dxy = \int (6x^2 + 10x - 7)\,dx
    =2x3+5x2−7x+c= 2x^3 + 5x^2 - 7x + c.
  2. Put in the point (−3,5)(-3, 5): 5=2(−27)+5(9)−7(−3)+c5 = 2(-27) + 5(9) - 7(-3) + c.
  3. Simplify: 5=−54+45+21+c=12+c5 = -54 + 45 + 21 + c = 12 + c, so c=−7c = -7.
  4. The curve is y=2x3+5x2−7x−7y = 2x^3 + 5x^2 - 7x - 7.

Report a problem with this question

Question 8

  1. (a)

    If xx and yy are the surface area and volume of a sphere respectively and xy=27\frac{x}{y} = \frac27, find the values of xx and yy. (Take π=227)\left(\text{Take } \pi = \frac{22}{7}\right)

    Separate values with commas, e.g. 3, −2

  2. (b)

    Find the equation of a line which is perpendicular to the line 3x+3y=53x + 3y = 5 and passes through the point (3,2)(3, 2). y=y =

  3. (b)(x-intercept)

    Find the xx-intercept of that line.

Worked solution (try it first)

(a)

  1. For a sphere of radius rr: x=4πr2x = 4\pi r^2 and y=43πr3y = \frac43 \pi r^3.
  2. Divide: xy=4πr243πr3\frac{x}{y} = \frac{4\pi r^2}{\frac43 \pi r^3}
    =3r= \frac{3}{r}.
  3. Set 3r=27\frac{3}{r} = \frac27 and cross-multiply: 2r=212r = 21, so r=10.5r = 10.5.
  4. Surface area: x=4×227×10.52x = 4 \times \frac{22}{7} \times 10.5^2
    =1386= 1386.
  5. Volume: y=43×227×10.53y = \frac43 \times \frac{22}{7} \times 10.5^3
    =4851= 4851.
  6. So x=1386x = 1386 (square units) and y=4851y = 4851 (cubic units).

(b)

  1. Rearrange 3x+3y=53x + 3y = 5 as y=−x+53y = -x + \frac53: its gradient is −1-1.
  2. Perpendicular gradients multiply to −1-1, so the new gradient is 11.
  3. Through (3,2)(3, 2): y−2=1(x−3)y - 2 = 1(x - 3), so y=x−1y = x - 1.
  4. The xx-intercept is where y=0y = 0: 0=x−10 = x - 1, so x=1x = 1.
  5. The line cuts the xx-axis at (1,0)(1, 0).

Report a problem with this question

Question 9

  1. (a)

    Make MM the subject of the formula M=N−M2f+1d−NM = \sqrt{\frac{N - M^2 f + 1}{d - N}}. M=M =

  2. (a)(hence)

    Hence, evaluate MM if N=3N = 3, f=4f = 4 and d=8d = 8.

  3. (b)

    If RR varies inversely as the cube of SS and R=8R = 8 when S=4S = 4, find SS when R=512216R = \frac{512}{216}.

  4. (c)

    Find the derivative of y=x43y = \sqrt[3]{x^4} with respect to xx. dydx=\frac{dy}{dx} =

Worked solution (try it first)

(a)

  1. Square both sides: M2=N−M2f+1d−NM^2 = \frac{N - M^2 f + 1}{d - N}.
  2. Multiply both sides by (d−N)(d - N): M2(d−N)=N−M2f+1M^2(d - N) = N - M^2 f + 1.
  3. Collect the M2M^2 terms on the left: M2(d−N)+M2f=N+1M^2(d - N) + M^2 f = N + 1.
  4. Factorise: M2(d−N+f)=N+1M^2(d - N + f) = N + 1.
  5. Divide and take the square root: M=N+1d−N+fM = \sqrt{\frac{N + 1}{d - N + f}}.
  6. Substitute N=3N = 3, f=4f = 4, d=8d = 8: M=3+18−3+4M = \sqrt{\frac{3 + 1}{8 - 3 + 4}}
    =49= \sqrt{\frac49}
    =23= \frac23.

(b)

  1. Inverse variation with the cube: R=kS3R = \frac{k}{S^3}.
  2. Use R=8R = 8, S=4S = 4: 8=k648 = \frac{k}{64}, so k=512k = 512.
  3. Put in R=512216R = \frac{512}{216}: 512216=512S3\frac{512}{216} = \frac{512}{S^3}, so S3=216S^3 = 216.
  4. Take the cube root: S=6S = 6.

(c)

  1. Write the root as a power: y=x4/3y = x^{4/3}.
  2. Bring down the power and reduce it by 1: dydx=43x1/3\frac{dy}{dx} = \frac43 x^{1/3}
    =43x3= \frac43\sqrt[3]{x}.

Report a problem with this question

Question 10

A composite solid consists of a cone on top of a cylinder. The cone is 8 cm high and its slant height is 10 cm. If the solid is 18 cm high, calculate the volume of the solid correct to 2 significant figures.

  1. (a)

    Volume of the solid, to 2 significant figures (cm3\text{cm}^3). (Take π=227)\left(\text{Take } \pi = \frac{22}{7}\right)

Worked solution (try it first)
  1. The cone sits on the cylinder, so they share the same radius rr.
  2. Find rr from the cone by Pythagoras: r2=102−82=36r^2 = 10^2 - 8^2 = 36, so r=6r = 6 cm.
  3. The height of the cylinder is 18−8=1018 - 8 = 10 cm.
  4. Volume of the cylinder: πr2h=227×36×10\pi r^2 h = \frac{22}{7} \times 36 \times 10
    ≈1131.4 cm3\approx 1131.4\text{ cm}^3.
  5. Volume of the cone: 13πr2h=13×227×36×8\frac13 \pi r^2 h = \frac13 \times \frac{22}{7} \times 36 \times 8
    ≈301.7 cm3\approx 301.7\text{ cm}^3.
  6. Add them: 1131.4+301.7=1433.1 cm31131.4 + 301.7 = 1433.1\text{ cm}^3.
  7. To 2 significant figures, the volume of the solid is 1400 cm31400\text{ cm}^3.

Report a problem with this question

Question 11

  1. (a)

    Copy and complete the table of values below for the relation y=6+3x−3x2y = 6 + 3x - 3x^2.

    xx −3-3 −2-2 −1-1 00 11 22 33 44
    yy −30-30 00 66 66
    Model answer
    xx −3-3 −2-2 −1-1 00 11 22 33 44
    yy −30-30 −12-12 00 66 66 00 −12-12 −30-30

    The new entries are −12-12 at x=−2x = -2, 00 at x=2x = 2, −12-12 at x=3x = 3 and −30-30 at x=4x = 4. The row is symmetric about x=12x = \frac12, a useful check.

  2. (b)

    Draw the graph of the relation y=6+3x−3x2y = 6 + 3x - 3x^2, using a scale of 2 cm to 1 unit on the xx-axis and 2 cm to 5 units on the yy-axis.

    Model answer
    xy−3−2−11234−30−25−20−15−10−55y = 2 − xy = 6 + 3x − 3x2(0.5, 6.75)
    Scale: 2 cm to 1 unit on the x-axis, 2 cm to 5 units on the y-axis.

    Plot the eight points (−3,−30)(-3, -30), (−2,−12)(-2, -12), (−1,0)(-1, 0), (0,6)(0, 6), (1,6)(1, 6), (2,0)(2, 0), (3,−12)(3, -12), (4,−30)(4, -30) and join them with one smooth curve, not straight segments. The curve is symmetric about x=0.5x = 0.5 and turns at (0.5,6.75)(0.5, 6.75).

  3. (c)

    Using the same scales and axes, draw the graph of y=2−xy = 2 - x.

    Model answer
    xy−3−2−11234−30−25−20−15−10−55y = 2 − xy = 6 + 3x − 3x2(0.5, 6.75)
    Scale: 2 cm to 1 unit on the x-axis, 2 cm to 5 units on the y-axis.

    Three points are enough for the line: (−3,5)(-3, 5), (0,2)(0, 2) and (4,−2)(4, -2). Draw it with a ruler across the whole grid.

  4. (d)(i)

    From your graph determine the maximum value of yy and the corresponding value of xx for which this occurs. (Enter ymaxy_{max} and xx.)

    Separate values with commas, e.g. 3, −2

  5. (d)(ii)

    From your graph determine the solution of the equation 6+3x−3x2=2−x6 + 3x - 3x^2 = 2 - x.

    Separate values with commas, e.g. 3, −2

Worked solution (try it first)

(a)

  1. Substitute each xx into y=6+3x−3x2y = 6 + 3x - 3x^2.
  2. For x=−2x = -2: y=6−6−12=−12y = 6 - 6 - 12 = -12.
  3. For x=2x = 2: y=6+6−12=0y = 6 + 6 - 12 = 0.
  4. For x=3x = 3: y=6+9−27=−12y = 6 + 9 - 27 = -12.
  5. For x=4x = 4: y=6+12−48=−30y = 6 + 12 - 48 = -30.

(b)

  1. Draw the axes to the given scales (xx from −3-3 to 44, yy from −30-30 to 1010).
  2. Plot the eight points (−3,−30)(-3, -30), (−2,−12)(-2, -12), (−1,0)(-1, 0), (0,6)(0, 6), (1,6)(1, 6), (2,0)(2, 0), (3,−12)(3, -12), (4,−30)(4, -30) and join them with a smooth curve.

(c)

  1. For y=2−xy = 2 - x, plot (−3,5)(-3, 5), (0,2)(0, 2) and (4,−2)(4, -2) and draw a straight line through them.

(d)(i)

  1. The top of the curve is halfway between the equal values at x=0x = 0 and x=1x = 1, so it is at x=0.5x = 0.5.
  2. There y=6+1.5−0.75=6.75y = 6 + 1.5 - 0.75 = 6.75.
  3. The maximum value of yy is 6.756.75 at x=0.5x = 0.5.

(ii)

  1. The solutions are the xx-values where the curve and the line cross: about x=−0.7x = -0.7 and x=2x = 2.
  2. Check by algebra: 6+3x−3x2=2−x6 + 3x - 3x^2 = 2 - x gives 3x2−4x−4=03x^2 - 4x - 4 = 0, which is (3x+2)(x−2)=0(3x + 2)(x - 2) = 0.
  3. So x=−23x = -\frac23 or x=2x = 2.

Report a problem with this question

Question 12

The pie chart below shows the sectorial allocation of subjects offered by 720 students in a college.

Econs (4x + 3y)Civic Edu. 10yMaths (3x + 5y)Eng. 5x
Sector angles are in degrees; the Econs sector is marked as a right angle.
  1. (i)

    Determine the values of xx and yy.

    Separate values with commas, e.g. 3, −2

  2. (ii)

    What percentage of the students offered Maths, correct to 1 decimal place?

  3. (iii)

    If a student is picked at random, find the probability that the student offered either Econs or Civic Edu.

Worked solution (try it first)

(i)

  1. The Econs sector is marked as a right angle, so 4x+3y=904x + 3y = 90 (1).
  2. The angles at the centre add up to 360∘360^\circ: (4x+3y)+5x+(3x+5y)+10y=360(4x + 3y) + 5x + (3x + 5y) + 10y = 360.
  3. Collect like terms: 12x+18y=36012x + 18y = 360.
  4. Divide by 6: 2x+3y=602x + 3y = 60 (2).
  5. Subtract (2) from (1): 2x=302x = 30, so x=15x = 15.
  6. Put x=15x = 15 into (2): 30+3y=6030 + 3y = 60, so y=10y = 10.
  7. The sector angles are Econs 90∘90^\circ, Eng.
  8. 75∘75^\circ, Maths 95∘95^\circ and Civic Edu.
  9. 100∘100^\circ, which add up to 360∘360^\circ.

(ii)

  1. Maths has 3(15)+5(10)=95∘3(15) + 5(10) = 95^\circ.
  2. As a percentage: 95360×100=26.38…\frac{95}{360} \times 100 = 26.38\ldots, so 26.4%26.4\% of the students offered Maths.

(iii)

  1. The events are exclusive, so add the angles: Econs and Civic Edu. together take 90∘+100∘=190∘90^\circ + 100^\circ = 190^\circ.
  2. The probability is 190360=1936\frac{190}{360} = \frac{19}{36}.

Report a problem with this question