Theory paper · 13 questions · partial

WAEC · 2014 · Nov/Dec · Further Maths · Paper 2

Topics include Indices, logarithms & surds, Functions, Polynomials & quadratic roots, Applications of differentiation, Differentiation, Probability & distributions.

Our copy of this paper is missing questions 3, 8.

Sit this paper

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

Given f(y)=log⁡2(y+1y+3)f(y) = \log_2\left(\dfrac{y + 1}{y + 3}\right):

  1. (a)

    find the domain of f(y)f(y);

    Show the answer

    {y:y<−3 or y>−1}\{y : y < -3 \text{ or } y > -1\}

  2. (b)

    solve f(y)=1f(y) = 1.

    Show the answer

    y=−5y = -5

Worked solution (try it first)

(a)

  1. A logarithm is defined only for positive numbers, so we need y+1y+3>0\frac{y + 1}{y + 3} > 0.
  2. A fraction is positive when the top and bottom have the same sign: both positive when y>−1y > -1, both negative when y<−3y < -3.
  3. The domain is {y:y<−3 or y>−1}\{y : y < -3 \text{ or } y > -1\}.

(b)

  1. f(y)=1f(y) = 1 means log⁡2y+1y+3=1\log_2\frac{y + 1}{y + 3} = 1, so y+1y+3=21=2\frac{y + 1}{y + 3} = 2^1 = 2.
  2. Then y+1=2y+6y + 1 = 2y + 6, which gives y=−5y = -5.
  3. Check: y=−5y = -5 is in the domain (−5<−3-5 < -3), and −4−2=2\frac{-4}{-2} = 2 ✓.

Report a problem with this question

Question 2

  1. (a)

    If 2x2+3x+3=kx−k2x^2 + 3x + 3 = kx - k has real roots, find the range of values of kk.

    Show the answer

    k≤−1k \le -1 or k≥15k \ge 15

Worked solution (try it first)
  1. Get 0 on one side: 2x2+3x−kx+3+k=02x^2 + 3x - kx + 3 + k = 0.
  2. Group the xx terms: 2x2+(3−k)x+(3+k)=02x^2 + (3 - k)x + (3 + k) = 0.
  3. So a=2a = 2, b=3−kb = 3 - k, c=3+kc = 3 + k.
  4. Real roots need b2−4ac≥0b^2 - 4ac \ge 0: (3−k)2−8(3+k)≥0(3 - k)^2 - 8(3 + k) \ge 0.
  5. Expand: 9−6k+k2−24−8k≥09 - 6k + k^2 - 24 - 8k \ge 0.
  6. Collect terms: k2−14k−15≥0k^2 - 14k - 15 \ge 0.
  7. Factorise: (k−15)(k+1)≥0(k - 15)(k + 1) \ge 0, with roots k=−1k = -1 and k=15k = 15.
  8. "≥0\ge 0" is outside the roots: k≤−1k \le -1 or k≥15k \ge 15.

Report a problem with this question

Question 4

  1. (a)

    Find the equation of the tangent to the curve y=1x+1y = \dfrac{1}{x + 1} when x=1x = 1.

    Show the answer

    x+4y−3=0x + 4y - 3 = 0

Worked solution (try it first)
  1. At x=1x = 1: y=12y = \dfrac12, so the point is (1,12)\left(1, \frac12\right).
  2. Write y=(x+1)−1y = (x + 1)^{-1}.
  3. By the chain rule, dydx=−(x+1)−2\dfrac{dy}{dx} = -(x + 1)^{-2}
    =−1(x+1)2= -\dfrac{1}{(x + 1)^2}.
  4. At x=1x = 1 the gradient is −14-\dfrac14.
  5. The tangent: y−12=−14(x−1)y - \frac12 = -\frac14(x - 1).
  6. Multiply by 4: 4y−2=−x+14y - 2 = -x + 1.
  7. Rearrange: x+4y−3=0x + 4y - 3 = 0.

Report a problem with this question

Question 5

Events AA and BB are such that P(A)=13P(A) = \frac13 and P(B)=16P(B) = \frac16. Find P(A∪B)P(A \cup B) if events AA and BB are:

  1. (a)

    mutually exclusive;

  2. (b)

    independent.

Worked solution (try it first)

(a)

  1. Mutually exclusive: P(A∪B)=13+16=12P(A \cup B) = \frac13 + \frac16 = \frac12.

(b)

  1. Independent: P(A∩B)=13×16P(A \cap B) = \frac13 \times \frac16
    =118= \frac{1}{18}.
  2. So P(A∪B)=13+16−118P(A \cup B) = \frac13 + \frac16 - \frac{1}{18}
    =6+3−118= \frac{6 + 3 - 1}{18}
    =49= \frac49.

Report a problem with this question

Question 6

  1. (a)

    The deviations from the mean of a set of numbers are −2-2, xx, (x+7)(x + 7), (x+2)2(x + 2)^2 and (x+3)2(x + 3)^2, where xx is a constant. Find the value of xx.

Worked solution (try it first)
  1. The deviations from the mean always add up to 0: −2+x+(x+7)+(x+2)2+(x+3)2=0-2 + x + (x + 7) + (x + 2)^2 + (x + 3)^2 = 0.
  2. Expand the squares: (x+2)2=x2+4x+4(x + 2)^2 = x^2 + 4x + 4 and (x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9.
  3. Collect the x2x^2 terms: 2x22x^2.
  4. The xx terms: x+x+4x+6x=12xx + x + 4x + 6x = 12x.
  5. The numbers: −2+7+4+9=18-2 + 7 + 4 + 9 = 18.
  6. So 2x2+12x+18=02x^2 + 12x + 18 = 0.
  7. Divide by 2: x2+6x+9=0x^2 + 6x + 9 = 0.
  8. Factorise: (x+3)2=0(x + 3)^2 = 0, so x=−3x = -3.
  9. Check: the deviations are −2,−3,4,1,0-2, -3, 4, 1, 0, which add up to 0 ✓.

Report a problem with this question

Question 7

  1. (a)

    If the position vectors of AA and BB relative to the origin are (43)\begin{pmatrix} 4 \\ 3 \end{pmatrix} and (5−2)\begin{pmatrix} 5 \\ -2 \end{pmatrix}, find the angle between OA→\overrightarrow{OA} and OB→\overrightarrow{OB}.

Worked solution (try it first)
  1. OA→⋅OB→=(4)(5)+(3)(−2)\overrightarrow{OA} \cdot \overrightarrow{OB} = (4)(5) + (3)(-2)
    =20−6= 20 - 6
    =14= 14.
  2. ∣OA→∣=5|\overrightarrow{OA}| = 5 and ∣OB→∣=29|\overrightarrow{OB}| = \sqrt{29}.
  3. cos⁡θ=14529\cos\theta = \dfrac{14}{5\sqrt{29}}
    ≈0.5200\approx 0.5200, so θ≈58.67∘\theta \approx 58.67^\circ.

Report a problem with this question

Question 9

  1. (a)

    Resolve x2+1(x+2)3\dfrac{x^2 + 1}{(x + 2)^3} into partial fractions.

  2. (b)

    The gradient of a curve at the point (x,y)(x, y) is (2x−3)(2x - 3). If the minimum value on the curve is 3, find the equation of the curve.

    Show the answer

    4y=4x2−12x+214y = 4x^2 - 12x + 21

Worked solution (try it first)

(a)

  1. A cubed bracket needs three fractions: Ax+2+B(x+2)2+C(x+2)3\dfrac{A}{x + 2} + \dfrac{B}{(x + 2)^2} + \dfrac{C}{(x + 2)^3}.
  2. Multiply through by (x+2)3(x + 2)^3: x2+1=A(x+2)2+B(x+2)+Cx^2 + 1 = A(x + 2)^2 + B(x + 2) + C.
  3. Put x=−2x = -2: 5=C5 = C.
  4. Expand: A(x2+4x+4)+Bx+2B+CA(x^2 + 4x + 4) + Bx + 2B + C.
  5. The x2x^2 terms give A=1A = 1.
  6. The xx terms give 0=4A+B0 = 4A + B, so B=−4B = -4.
  7. Check the constants: 4−8+5=14 - 8 + 5 = 1 ✓.
  8. So the answer is 1x+2−4(x+2)2+5(x+2)3\dfrac{1}{x + 2} - \dfrac{4}{(x + 2)^2} + \dfrac{5}{(x + 2)^3}.

(b)

  1. Integrate the gradient: y=x2−3x+cy = x^2 - 3x + c.
  2. The minimum is where the gradient is zero: 2x−3=02x - 3 = 0, so x=32x = \frac32.
  3. There y=3y = 3: 94−92+c=3\frac94 - \frac92 + c = 3, so c=3+94=214c = 3 + \frac94 = \frac{21}{4}.
  4. So y=x2−3x+214y = x^2 - 3x + \dfrac{21}{4}, that is 4y=4x2−12x+214y = 4x^2 - 12x + 21.

Report a problem with this question

Question 10

  1. (a)

    If P=(42c3)P = \begin{pmatrix} 4 & 2 \\ c & 3 \end{pmatrix}, Q=(624d)Q = \begin{pmatrix} 6 & 2 \\ 4 & d \end{pmatrix} and PQ=QPPQ = QP, find the values of cc and dd.

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

  2. (b)

    Using the trapezium rule with five ordinates, calculate, correct to two decimal places, the approximate value of ∫26dxx\displaystyle\int_2^6 \frac{dx}{x}.

Worked solution (try it first)

(a)

  1. PQ=(328+2d6c+122c+3d)PQ = \begin{pmatrix} 32 & 8 + 2d \\ 6c + 12 & 2c + 3d \end{pmatrix} and QP=(24+2c1816+cd8+3d)QP = \begin{pmatrix} 24 + 2c & 18 \\ 16 + cd & 8 + 3d \end{pmatrix}.
  2. Match the top-left entries: 32=24+2c32 = 24 + 2c, so c=4c = 4.
  3. Match the top-right entries: 8+2d=188 + 2d = 18, so d=5d = 5.
  4. Check the others: 6c+12=36=16+cd6c + 12 = 36 = 16 + cd ✓ and 2c+3d=23=8+3d2c + 3d = 23 = 8 + 3d ✓.

(b)

  1. Five ordinates means four strips, so h=6−24=1h = \dfrac{6 - 2}{4} = 1.
  2. The ordinates of 1x\frac1x at x=2,3,4,5,6x = 2, 3, 4, 5, 6 are 0.5, 0.3333, 0.25, 0.2, 0.16670.5,\ 0.3333,\ 0.25,\ 0.2,\ 0.1667.
  3. 12[(0.5+0.1667)+2(0.3333+0.25+0.2)]=12(0.6667+1.5667)\frac12[(0.5 + 0.1667) + 2(0.3333 + 0.25 + 0.2)] = \frac12(0.6667 + 1.5667)
    =1.1167= 1.1167, about 1.121.12.

Report a problem with this question

Question 11

The sum to infinity of an exponential sequence (G.P.) with a positive common ratio is 25 and the sum of the first two terms is 16. Find the:

  1. (a)

    fifth term;

  2. (b)

    sum of the first four terms.

Worked solution (try it first)
  1. The sum to infinity: a1−r=25\dfrac{a}{1 - r} = 25, so a=25(1−r)a = 25(1 - r).
  2. The first two terms: a+ar=16a + ar = 16, so a(1+r)=16a(1 + r) = 16.
  3. Substitute: 25(1−r)(1+r)=1625(1 - r)(1 + r) = 16, so 1−r2=16251 - r^2 = \frac{16}{25} and r2=925r^2 = \frac{9}{25}.
  4. The ratio is positive, so r=35r = \frac35.
  5. Then a=25×25=10a = 25 \times \frac25 = 10.

(a)

  1. T5=ar4T_5 = ar^4
    =10×81625= 10 \times \dfrac{81}{625}
    =162125= \dfrac{162}{125}
    =137125= 1\dfrac{37}{125}.

(b)

  1. S4=a(1−r4)1−rS_4 = \dfrac{a(1 - r^4)}{1 - r}
    =25(1−81625)= 25\left(1 - \dfrac{81}{625}\right)
    =25×544625= 25 \times \dfrac{544}{625}
    =54425= \dfrac{544}{25}
    =211925= 21\dfrac{19}{25}.

Report a problem with this question

Question 12

Age (years) 15–19 20–24 25–29 30–34 35–39 40–44 45–49 50–54 55–59 60–64
Number of workers 5 22 30 32 25 36 32 30 21 2

The table shows the frequency distribution of the ages of workers in a factory. Using an assumed mean of 42, calculate, correct to one decimal place, the:

  1. (a)

    mean;

  2. (b)

    variance of the distribution.

Worked solution (try it first)
  1. Class marks 17,22,…,6217, 22, \ldots, 62 and d=x−42d = x - 42: −25,−20,−15,−10,−5,0,5,10,15,20-25, -20, -15, -10, -5, 0, 5, 10, 15, 20.
  2. ∑f=235\sum f = 235, ∑fd=−645\sum fd = -645 and ∑fd2=31 825\sum fd^2 = 31\,825.

(a)

  1. Mean =42+−645235= 42 + \dfrac{-645}{235}
    =42−2.745= 42 - 2.745
    ≈39.3\approx 39.3 years.

(b)

  1. Variance =31 825235−(−645235)2= \dfrac{31\,825}{235} - \left(\dfrac{-645}{235}\right)^2
    =135.43−7.53= 135.43 - 7.53
    ≈127.9\approx 127.9.

Report a problem with this question

Question 13

  1. (a)

    A fair coin is tossed four times. Calculate the probability of obtaining: (i) at least one head; (ii) an equal number of heads and tails.

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

  2. (b)

    The probabilities that Sani, Kalu and Tato will hit a target are 34\frac34, 25\frac25 and 13\frac13 respectively. If all three men shoot once, what is the probability that the target will be hit only once?

Worked solution (try it first)

(a)(i)

  1. At least one head is everything except four tails: 1−(12)4=15161 - \left(\frac12\right)^4 = \frac{15}{16}.

(ii)

  1. Two heads and two tails: (42)(12)4=616\binom42\left(\frac12\right)^4 = \frac{6}{16}
    =38= \frac38.

(b)

  1. The miss chances are 14\frac14, 35\frac35 and 23\frac23.
  2. Only Sani: 34⋅35⋅23=1860\frac34 \cdot \frac35 \cdot \frac23 = \frac{18}{60}.
  3. Only Kalu: 14⋅25⋅23=460\frac14 \cdot \frac25 \cdot \frac23 = \frac{4}{60}.
  4. Only Tato: 14⋅35⋅13=360\frac14 \cdot \frac35 \cdot \frac13 = \frac{3}{60}.
  5. Add: 2560=512\frac{25}{60} = \frac{5}{12}.

Report a problem with this question

Question 14

The position vectors of two points PP and RR are p=4i−2j\mathbf p = 4\mathbf i - 2\mathbf j and r=2i+3j\mathbf r = 2\mathbf i + 3\mathbf j respectively. Find:

  1. (a)

    ∣3p−2r∣|3\mathbf p - 2\mathbf r|;

  2. (b)

    the values of the scalars mm and nn such that 8i+8j=mp+nr8\mathbf i + 8\mathbf j = m\mathbf p + n\mathbf r;

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

  3. (c)

    the cosine of the acute angle between p\mathbf p and r\mathbf r, leaving the answer in surd form.

Worked solution (try it first)

(a)

  1. 3p−2r=(12−4)i+(−6−6)j3\mathbf p - 2\mathbf r = (12 - 4)\mathbf i + (-6 - 6)\mathbf j
    =8i−12j= 8\mathbf i - 12\mathbf j.
  2. ∣8i−12j∣=64+144|8\mathbf i - 12\mathbf j| = \sqrt{64 + 144}
    =208= \sqrt{208}
    =413= 4\sqrt{13}.

(b)

  1. Match the parts: 4m+2n=84m + 2n = 8 and −2m+3n=8-2m + 3n = 8.
  2. Double the second and add: 8n=248n = 24, so n=3n = 3.
  3. Then 4m=8−64m = 8 - 6, so m=12m = \frac12.

(c)

  1. p⋅r=8−6=2\mathbf p \cdot \mathbf r = 8 - 6 = 2, ∣p∣=20|\mathbf p| = \sqrt{20} and ∣r∣=13|\mathbf r| = \sqrt{13}.
  2. cos⁡θ=2260\cos\theta = \dfrac{2}{\sqrt{260}}
    =2265= \dfrac{2}{2\sqrt{65}}
    =165= \dfrac{1}{\sqrt{65}}
    =6565= \dfrac{\sqrt{65}}{65}.

Report a problem with this question

Question 15

  1. (a)

    PQRSPQRS is a square. Calculate the magnitude and direction of the resultant of the forces 5 N5\text{ N} acting along PQPQ, 32 N3\sqrt2\text{ N} acting along PRPR and 3 N3\text{ N} acting along PSPS.

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

  2. (b)

    A book of mass 0.8 kg0.8\text{ kg} is placed on a plane inclined at 30∘30^\circ to the horizontal. Find the frictional force if the book: (i) does not slide; (ii) slides with an acceleration of 1.2 m s−21.2\text{ m s}^{-2}. [Take g=10 m s−2][\text{Take } g = 10\text{ m s}^{-2}]

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

Worked solution (try it first)

(a)

  1. Take PQPQ and PSPS as the two directions.
  2. PRPR is the diagonal, at 45∘45^\circ to each.
  3. Along PQPQ: 5+32cos⁡45∘=5+35 + 3\sqrt2\cos45^\circ = 5 + 3
    =8 N= 8\text{ N}.
  4. Along PSPS: 3+32sin⁡45∘=3+33 + 3\sqrt2\sin45^\circ = 3 + 3
    =6 N= 6\text{ N}.
  5. R=82+62=10 NR = \sqrt{8^2 + 6^2} = 10\text{ N}, at tan⁡−168≈36.9∘\tan^{-1}\frac68 \approx 36.9^\circ to PQPQ.

(b)(i)

  1. The weight is 8 N8\text{ N}.
  2. Its part down the plane is 8sin⁡30∘=4 N8\sin30^\circ = 4\text{ N}.
  3. At rest, friction balances it: 4 N4\text{ N}.

(ii)

  1. Down the plane: 4−F=0.8×1.2=0.964 - F = 0.8 \times 1.2 = 0.96, so F=3.04 NF = 3.04\text{ N}.

Report a problem with this question