Theory paper · 15 questions

WAEC · 2018 · May/June · Further Maths · Paper 2

Topics include Matrices & linear transformations, Polynomials & quadratic roots, Indices, logarithms & surds, Partial fractions, Sequences, series & binomial expansion, Statistics & correlation.

Sit this paper

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

  1. (a)

    If ∣x−3−435222−46−x∣=−24\begin{vmatrix} x - 3 & -4 & 3 \\ 5 & 2 & 2 \\ 2 & -4 & 6 - x \end{vmatrix} = -24, find the values of xx.

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

Worked solution (try it first)
  1. Expand along the first row, with the signs +,−,++, -, +: (x−3)∣22−46−x∣−(−4)∣5226−x∣+3∣522−4∣(x - 3)\begin{vmatrix} 2 & 2 \\ -4 & 6 - x \end{vmatrix} - (-4)\begin{vmatrix} 5 & 2 \\ 2 & 6 - x \end{vmatrix} + 3\begin{vmatrix} 5 & 2 \\ 2 & -4 \end{vmatrix}.
  2. First minor: 2(6−x)−2(−4)=12−2x+8=20−2x2(6 - x) - 2(-4) = 12 - 2x + 8 = 20 - 2x.
  3. Second minor: 5(6−x)−2×2=30−5x−45(6 - x) - 2 \times 2 = 30 - 5x - 4
    =26−5x= 26 - 5x.
  4. Third minor: 5(−4)−2×2=−245(-4) - 2 \times 2 = -24.
  5. So (x−3)(20−2x)+4(26−5x)+3(−24)=−24(x - 3)(20 - 2x) + 4(26 - 5x) + 3(-24) = -24.
  6. Expand: −2x2+26x−60+104−20x−72=−24-2x^2 + 26x - 60 + 104 - 20x - 72 = -24, so −2x2+6x−28=−24-2x^2 + 6x - 28 = -24.
  7. Add 24 to both sides: −2x2+6x−4=0-2x^2 + 6x - 4 = 0.
  8. Divide by −2-2: x2−3x+2=0x^2 - 3x + 2 = 0.
  9. Factorise: (x−1)(x−2)=0(x - 1)(x - 2) = 0, so x=1x = 1 or x=2x = 2.

Report a problem with this question

Question 2

  1. (a)

    Given that log⁡3x−3log⁡x3+2=0\log_3 x - 3\log_x 3 + 2 = 0, find the values of xx.

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

Worked solution (try it first)
  1. Swapping the base and the number turns a log upside down: log⁡x3=1log⁡3x\log_x 3 = \dfrac{1}{\log_3 x}.
  2. Let y=log⁡3xy = \log_3 x.
  3. The equation becomes y−3y+2=0y - \dfrac3y + 2 = 0.
  4. Multiply every term by yy: y2+2y−3=0y^2 + 2y - 3 = 0.
  5. Factorise: (y+3)(y−1)=0(y + 3)(y - 1) = 0, so y=1y = 1 or y=−3y = -3.
  6. Back to xx: log⁡3x=1\log_3 x = 1 gives x=3x = 3, and log⁡3x=−3\log_3 x = -3 gives x=3−3=127x = 3^{-3} = \frac{1}{27}.

Report a problem with this question

Question 3

  1. (a)

    Using the substitution u=x−2u = x - 2, write x3+5(x−2)4\dfrac{x^3 + 5}{(x - 2)^4} as an expression in terms of uu.

  2. (b)

    Using the answer in (a), express x3+5(x−2)4\dfrac{x^3 + 5}{(x - 2)^4} in partial fractions.

Worked solution (try it first)

(a)

  1. u=x−2u = x - 2, so x=u+2x = u + 2.
  2. Expand: x3=(u+2)3=u3+6u2+12u+8x^3 = (u + 2)^3 = u^3 + 6u^2 + 12u + 8.
  3. Add 5: x3+5=u3+6u2+12u+13x^3 + 5 = u^3 + 6u^2 + 12u + 13.
  4. The bottom is u4u^4.
  5. So the fraction is u3+6u2+12u+13u4=1u+6u2+12u3+13u4\dfrac{u^3 + 6u^2 + 12u + 13}{u^4} = \dfrac1u + \dfrac{6}{u^2} + \dfrac{12}{u^3} + \dfrac{13}{u^4}.

(b)

  1. Put u=x−2u = x - 2 back: 1x−2+6(x−2)2+12(x−2)3+13(x−2)4\dfrac{1}{x - 2} + \dfrac{6}{(x - 2)^2} + \dfrac{12}{(x - 2)^3} + \dfrac{13}{(x - 2)^4}.

Report a problem with this question

Question 4

  1. (a)

    The sum of the first twelve terms of an Arithmetic Progression is 168. If the third term is 7, find the values of the common difference and the first term.

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

Worked solution (try it first)
  1. The sum: S12=122[2a+11d]=168S_{12} = \dfrac{12}{2}[2a + 11d] = 168.
  2. Divide by 6: 2a+11d=282a + 11d = 28.
  3. The third term: a+2d=7a + 2d = 7, so a=7−2da = 7 - 2d.
  4. Substitute: 2(7−2d)+11d=282(7 - 2d) + 11d = 28, so 14+7d=2814 + 7d = 28.
  5. So d=2d = 2, and a=7−4=3a = 7 - 4 = 3.

Report a problem with this question

Question 5

Cooking oil A B C D E F G H
XX 8 5 1 7 2 6 3 4
YY 6 3 4 8 5 7 1 2

Two panels of judges, XX and YY, rank 8 brands of cooking oil as shown.

  1. (a)

    Calculate the Spearman's rank correlation coefficient (4 d.p.).

Worked solution (try it first)
  1. The judges' values are already ranks.
  2. d=X−Yd = X - Y: 2,2,−3,−1,−3,−1,2,22, 2, -3, -1, -3, -1, 2, 2.
  3. ∑d2=4+4+9+1+9+1+4+4\sum d^2 = 4 + 4 + 9 + 1 + 9 + 1 + 4 + 4
    =36= 36.
  4. ρ=1−6×368×63\rho = 1 - \dfrac{6 \times 36}{8 \times 63}
    =1−216504= 1 - \dfrac{216}{504}
    =47= \dfrac47
    ≈0.5714\approx 0.5714.

Report a problem with this question

Question 6

  1. (a)

    The probability that Kunle solves a particular question is 13\frac13 while that of Tayo is 15\frac15. If both of them attempt the question, find the probability that only one of them will solve the question.

  2. (b)

    A committee of 8 is to be formed from 10 persons. In how many ways can this be done if there is no restriction?

Worked solution (try it first)

(a)

  1. Only one solves it: Kunle solves and Tayo doesn't, or Tayo solves and Kunle doesn't.
  2. 13×45+23×15=415+215\dfrac13 \times \dfrac45 + \dfrac23 \times \dfrac15 = \dfrac{4}{15} + \dfrac{2}{15}
    =615= \dfrac{6}{15}
    =25= \dfrac25.

(b)

  1.  10C8=10C2\,{}^{10}C_8 = {}^{10}C_2
    =10×92= \dfrac{10 \times 9}{2}
    =45= 45 ways.

Report a problem with this question

Question 7

  1. (a)

    Given that m=3i−2j\mathbf m = 3\mathbf i - 2\mathbf j, n=2i+3j\mathbf n = 2\mathbf i + 3\mathbf j and p=−i+6j\mathbf p = -\mathbf i + 6\mathbf j, find ∣4m+2n−3p∣|4\mathbf m + 2\mathbf n - 3\mathbf p|.

Worked solution (try it first)
  1. 4m+2n−3p=(12+4+3)i+(−8+6−18)j4\mathbf m + 2\mathbf n - 3\mathbf p = (12 + 4 + 3)\mathbf i + (-8 + 6 - 18)\mathbf j.
  2. =19i−20j= 19\mathbf i - 20\mathbf j.
  3. Its magnitude is 361+400=761\sqrt{361 + 400} = \sqrt{761}
    ≈27.586\approx 27.586.

Report a problem with this question

Question 8

A body of mass 20 kg20\text{ kg} moving with a velocity of 80 m s−180\text{ m s}^{-1} collides with another body of mass 30 kg30\text{ kg} moving with a velocity of 50 m s−150\text{ m s}^{-1}. If the two bodies moved together after collision, find their common velocity if they moved in the:

  1. (a)

    same direction before collision;

  2. (b)

    opposite directions before collision.

Worked solution (try it first)

(a)

  1. Same direction: 20(80)+30(50)=(20+30)v20(80) + 30(50) = (20 + 30)v.
  2. 1600+1500=50v1600 + 1500 = 50v, so v=62 m s−1v = 62\text{ m s}^{-1}.

(b)

  1. Opposite directions: 20(80)+30(−50)=50v20(80) + 30(-50) = 50v.
  2. 1600−1500=50v1600 - 1500 = 50v, so v=2 m s−1v = 2\text{ m s}^{-1}, in the direction the 20 kg20\text{ kg} body was moving.

Report a problem with this question

Question 9

A circle is drawn through the points (3,2)(3, 2), (−1,−2)(-1, -2) and (5,−4)(5, -4). Find the:

  1. (a)

    coordinates of the centre of the circle;

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

  2. (b)

    radius of the circle;

  3. (c)

    equation of the circle.

    Show the answer

    x2+y2−5x+3y−4=0x^2 + y^2 - 5x + 3y - 4 = 0

Try it on a graph

The three points and the circle through them.

Worked solution (try it first)
  1. Substitute each point into x2+y2+2gx+2fy+k=0x^2 + y^2 + 2gx + 2fy + k = 0.
  2. (3,2)(3, 2): 6g+4f+k=−136g + 4f + k = -13.
  3. (−1,−2)(-1, -2): −2g−4f+k=−5-2g - 4f + k = -5.
  4. (5,−4)(5, -4): 10g−8f+k=−4110g - 8f + k = -41.
  5. First minus second: 8g+8f=−88g + 8f = -8, so g+f=−1g + f = -1.
  6. Third minus first: 4g−12f=−284g - 12f = -28, so g−3f=−7g - 3f = -7.
  7. Subtract: 4f=64f = 6, so f=32f = \frac32 and g=−52g = -\frac52.
  8. Then k=−13+15−6=−4k = -13 + 15 - 6 = -4.

(a)

  1. The centre is (−g,−f)=(52,−32)(-g, -f) = \left(\frac52, -\frac32\right).

(b)

  1. r=g2+f2−kr = \sqrt{g^2 + f^2 - k}
    =254+94+4= \sqrt{\frac{25}{4} + \frac94 + 4}
    =12.5= \sqrt{12.5}
    ≈3.536\approx 3.536.

(c)

  1. x2+y2−5x+3y−4=0x^2 + y^2 - 5x + 3y - 4 = 0.

Report a problem with this question

Question 10

  1. (a)

    Solve 23y+2−7(22y+2)−31(2y)−8=02^{3y + 2} - 7(2^{2y + 2}) - 31(2^y) - 8 = 0, y∈Ry \in \mathbb R.

  2. (b)

    Find ∫(x2+1)x dx\displaystyle\int \left(\sqrt{x^2 + 1}\right)x\,dx.

Worked solution (try it first)

(a)

  1. Write each power in terms of 2y2^y: 23y+2=4(2y)32^{3y + 2} = 4(2^y)^3 and 22y+2=4(2y)22^{2y + 2} = 4(2^y)^2.
  2. Let x=2yx = 2^y: 4x3−28x2−31x−8=04x^3 - 28x^2 - 31x - 8 = 0.
  3. Try factors of 8: x=8x = 8 gives 2048−1792−248−8=02048 - 1792 - 248 - 8 = 0, so (x−8)(x - 8) is a factor.
  4. Divide it out: 4x3−28x2−31x−8=(x−8)(4x2+4x+1)4x^3 - 28x^2 - 31x - 8 = (x - 8)(4x^2 + 4x + 1)
    =(x−8)(2x+1)2= (x - 8)(2x + 1)^2.
  5. So x=8x = 8 or x=−12x = -\frac12.
  6. But x=2yx = 2^y is always positive, so reject −12-\frac12.
  7. 2y=8=232^y = 8 = 2^3, so y=3y = 3.

(b)

  1. Let u=x2+1u = x^2 + 1, so dudx=2x\dfrac{du}{dx} = 2x and x dx=12 dux\,dx = \frac12\,du.
  2. The integral becomes ∫u12×12 du=12×u3232+c\displaystyle\int u^{\frac12} \times \frac12\,du = \frac12 \times \frac{u^{\frac32}}{\frac32} + c
    =13u32+c= \frac13u^{\frac32} + c.
  3. Put uu back: 13(x2+1)32+c\dfrac13(x^2 + 1)^{\frac32} + c.

Report a problem with this question

Question 11

  1. (a)

    (i) Write down the binomial expansion of (2−12x)5\left(2 - \frac12x\right)^5 in ascending powers of xx. (ii) Using the expansion in (a)(i), find, correct to two decimal places, the value of (1.99)5(1.99)^5.

  2. (b)

    The polynomial x3+qx2+rx+9x^3 + qx^2 + rx + 9, where qq and rr are constants, has (x+1)(x + 1) as a factor and has a remainder of −17-17 when divided by (x+2)(x + 2). Find the values of qq and rr.

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

Worked solution (try it first)

(a)(i)

  1. Each term is (5r)25−r(−12x)r\binom5r 2^{5 - r}\left(-\frac12x\right)^r for r=0,1,…,5r = 0, 1, \ldots, 5.
  2. r=0r = 0: 3232.
  3. r=1r = 1: 5×16×(−12x)=−40x5 \times 16 \times \left(-\frac12x\right) = -40x.
  4. r=2r = 2: 10×8×14x2=20x210 \times 8 \times \frac14x^2 = 20x^2.
  5. r=3r = 3: 10×4×(−18x3)=−5x310 \times 4 \times \left(-\frac18x^3\right) = -5x^3.
  6. r=4r = 4: 5×2×116x4=58x45 \times 2 \times \frac{1}{16}x^4 = \frac58x^4.
  7. r=5r = 5: −132x5-\frac{1}{32}x^5.
  8. So (2−12x)5=32−40x+20x2−5x3+58x4−132x5\left(2 - \frac12x\right)^5 = 32 - 40x + 20x^2 - 5x^3 + \frac58x^4 - \frac{1}{32}x^5.

(ii)

  1. Find xx: 2−12x=1.992 - \frac12x = 1.99 gives 12x=0.01\frac12x = 0.01, so x=0.02x = 0.02.
  2. Substitute: 32−40(0.02)+20(0.02)2−5(0.02)3+…=32−0.8+0.008−0.00004+…32 - 40(0.02) + 20(0.02)^2 - 5(0.02)^3 + \ldots = 32 - 0.8 + 0.008 - 0.00004 + \ldots
  3. That is 31.20796…31.20796\ldots, so (1.99)5=31.21(1.99)^5 = 31.21 to 2 decimal places.

(b)

  1. (x+1)(x + 1) is a factor, so f(−1)=0f(-1) = 0: −1+q−r+9=0-1 + q - r + 9 = 0, which gives q−r=−8q - r = -8.
  2. The remainder on dividing by (x+2)(x + 2) is −17-17, so f(−2)=−17f(-2) = -17: −8+4q−2r+9=−17-8 + 4q - 2r + 9 = -17, which gives 2q−r=−92q - r = -9.
  3. Take the first equation from the second: q=−1q = -1.
  4. Then r=q+8=7r = q + 8 = 7.

Report a problem with this question

Question 12

Number of heads 0 1 2 3 4 5 6 7 8 9 10
Frequency 2 7 23 36 11 61 100 12 8 5 3

Ten coins were tossed together a number of times. The distribution of the number of heads obtained is given in the table. Calculate, correct to three decimal places, the:

  1. (a)

    mean number of heads;

  2. (b)

    probability of getting an even number of heads;

  3. (c)

    probability of getting an odd number of heads.

Worked solution (try it first)

(a)

  1. ∑f=268\sum f = 268 and ∑fx=1333\sum fx = 1333, so the mean is 1333268≈4.974\dfrac{1333}{268} \approx 4.974.

(b)

  1. Even numbers of heads are 0, 2, 4, 6, 8 and 10: 2+23+11+100+8+3=1472 + 23 + 11 + 100 + 8 + 3 = 147, so P=147268≈0.549P = \dfrac{147}{268} \approx 0.549.

(c)

  1. Odd: 7+36+61+12+5=1217 + 36 + 61 + 12 + 5 = 121, so P=121268≈0.451P = \dfrac{121}{268} \approx 0.451.

Report a problem with this question

Question 13

The probabilities that Ali, Baba and Katty will gain admission to college are 23\frac23, 34\frac34 and 45\frac45 respectively. Find the probability that:

  1. (a)

    only Katty and Baba will gain admission;

  2. (b)

    none of them will gain admission;

  3. (c)

    at most two of them will gain admission.

Worked solution (try it first)
  1. The chances of failing are 13\frac13, 14\frac14 and 15\frac15.

(a)

  1. Only Katty and Baba: Ali fails, they succeed: 13×34×45=15\frac13 \times \frac34 \times \frac45 = \frac15.

(b)

  1. None: 13×14×15=160\frac13 \times \frac14 \times \frac15 = \frac{1}{60}.

(c)

  1. At most two is everything except all three: 1−23×34×45=1−251 - \frac23 \times \frac34 \times \frac45 = 1 - \frac25
    =35= \frac35.

Report a problem with this question

Question 14

The position vectors of points AA, BB and CC with respect to the origin are (8i−10j)(8\mathbf i - 10\mathbf j), (2i+6j)(2\mathbf i + 6\mathbf j) and (−10i+4j)(-10\mathbf i + 4\mathbf j) respectively. If ABCNABCN is a parallelogram, find:

  1. (a)

    the position vector of NN;

    Show the answer

    −4i−12j-4\mathbf i - 12\mathbf j

  2. (b)

    ∣AN→∣|\overrightarrow{AN}| and ∣AB→∣|\overrightarrow{AB}|;

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

  3. (c)

    correct to two decimal places, the acute angle between AN→\overrightarrow{AN} and AB→\overrightarrow{AB}.

Worked solution (try it first)

(a)

  1. In ABCNABCN, AB→=NC→\overrightarrow{AB} = \overrightarrow{NC}, so n=a+c−b\mathbf n = \mathbf a + \mathbf c - \mathbf b.
  2. n=(8−10−2)i+(−10+4−6)j\mathbf n = (8 - 10 - 2)\mathbf i + (-10 + 4 - 6)\mathbf j
    =−4i−12j= -4\mathbf i - 12\mathbf j.

(b)

  1. AN→=n−a\overrightarrow{AN} = \mathbf n - \mathbf a
    =−12i−2j= -12\mathbf i - 2\mathbf j, so ∣AN→∣=148|\overrightarrow{AN}| = \sqrt{148}
    ≈12.166\approx 12.166.
  2. AB→=b−a\overrightarrow{AB} = \mathbf b - \mathbf a
    =−6i+16j= -6\mathbf i + 16\mathbf j, so ∣AB→∣=292|\overrightarrow{AB}| = \sqrt{292}
    ≈17.088\approx 17.088.

(c)

  1. AN→⋅AB→=72−32\overrightarrow{AN} \cdot \overrightarrow{AB} = 72 - 32
    =40= 40.
  2. cos⁡θ=40148292\cos\theta = \dfrac{40}{\sqrt{148}\sqrt{292}}
    ≈0.1924\approx 0.1924, so θ≈78.91∘\theta \approx 78.91^\circ.

Report a problem with this question

Question 15

A uniform beam XYXY, 4 m4\text{ m} long and weighing 350 N350\text{ N}, rests on two pivots PP and QQ. It is kept in equilibrium by weights of 80 N80\text{ N} attached at XX and 1000 N1000\text{ N} attached at a point between PP and QQ such that it is 0.6 m0.6\text{ m} from QQ. ∣XP∣=0.8 m|XP| = 0.8\text{ m} and ∣PQ∣=2.2 m|PQ| = 2.2\text{ m}.

  1. (a)

    Calculate the reactions at PP and QQ.

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

  2. (b)

    If the 1000 N1000\text{ N} weight is replaced with a 1200 N1200\text{ N} weight, at what point from QQ should it be placed in order to maintain this equilibrium?

    Show the answer

    With the weight x mx\text{ m} from QQ: RQ=2996−1200x2.2R_Q = \dfrac{2996 - 1200x}{2.2} and RP=590+1200x2.2R_P = \dfrac{590 + 1200x}{2.2}

Worked solution (try it first)

(a)

  1. From XX: PP at 0.80.8 m, the centre at 22 m, the 1000 N1000\text{ N} weight at 2.42.4 m and QQ at 33 m.
  2. Moments about PP: 2.2RQ+80(0.8)=350(1.2)+1000(1.6)2.2R_Q + 80(0.8) = 350(1.2) + 1000(1.6).
  3. 2.2RQ=420+1600−64=19562.2R_Q = 420 + 1600 - 64 = 1956, so RQ≈889.09 NR_Q \approx 889.09\text{ N}.
  4. Up = down: RP=80+350+1000−889.09R_P = 80 + 350 + 1000 - 889.09
    ≈540.91 N\approx 540.91\text{ N}.

(b)

  1. Put the 1200 N1200\text{ N} weight xx m from QQ, so 2.2−x2.2 - x m from PP.
  2. Moments about PP: 2.2RQ+64=420+1200(2.2−x)2.2R_Q + 64 = 420 + 1200(2.2 - x), so RQ=2996−1200x2.2R_Q = \dfrac{2996 - 1200x}{2.2}.
  3. Up = down: RP=1630−RQR_P = 1630 - R_Q
    =590+1200x2.2= \dfrac{590 + 1200x}{2.2}.
  4. Both reactions stay positive for any point between PP and QQ, so the beam balances wherever the weight goes there.

Report a problem with this question