Objective paper · 40 questions

WAEC · 2020 · May/June · Further Maths · Paper 1

Topics include Binary operations, Matrices & linear transformations, Trigonometry, Integration, Functions, Indices, logarithms & surds.

Sit this paper

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

A binary operation ∗* is defined on the set of real numbers, R\mathbb{R}, by x∗y=x2−y2+xyx * y = x^2 - y^2 + xy, where x,y∈Rx, y \in \mathbb{R}. Evaluate (3)∗(2)(\sqrt{3}) * (\sqrt{2}).

Worked solution (try it first)
  1. Put x=3x = \sqrt{3} and y=2y = \sqrt{2} into the rule.
  2. The squares are x2=3x^2 = 3 and y2=2y^2 = 2.
  3. The product is xy=3×2=6xy = \sqrt{3} \times \sqrt{2} = \sqrt{6}.
  4. So (3)∗(2)=3−2+6(\sqrt{3}) * (\sqrt{2}) = 3 - 2 + \sqrt{6}
    =1+6= 1 + \sqrt{6}, option D.

Report a problem with this question

Question 2

Find the inverse of (3512)\begin{pmatrix} 3 & 5 \\ 1 & 2 \end{pmatrix}.

Worked solution (try it first)
  1. The determinant is ad−bc=3×2−5×1=1ad - bc = 3 \times 2 - 5 \times 1 = 1.
  2. For the inverse, swap the leading diagonal (33 and 22) and change the signs of the other two entries: (2−5−13)\begin{pmatrix} 2 & -5 \\ -1 & 3 \end{pmatrix}.
  3. Divide by the determinant, 1, which changes nothing.
  4. The inverse is (2−5−13)\begin{pmatrix} 2 & -5 \\ -1 & 3 \end{pmatrix}, option B.

Report a problem with this question

Question 3

If cos⁡x=−0.7133\cos x = -0.7133, find the values of xx between 0∘0^\circ and 360∘360^\circ.

Worked solution (try it first)
  1. Find the acute angle first: cos⁡−1(0.7133)=44.5∘\cos^{-1}(0.7133) = 44.5^\circ.
  2. Cosine is negative in the second and third quadrants.
  3. Second quadrant: 180∘−44.5∘=135.5∘180^\circ - 44.5^\circ = 135.5^\circ.
  4. Third quadrant: 180∘+44.5∘=224.5∘180^\circ + 44.5^\circ = 224.5^\circ.
  5. So x=135.5∘x = 135.5^\circ or 224.5∘224.5^\circ, option D.

Report a problem with this question

Question 4

If ∫03(px2+16) dx=129\displaystyle\int_0^3 (px^2 + 16)\,dx = 129, find the value of pp.

Worked solution (try it first)
  1. Integrate term by term: ∫(px2+16) dx=px33+16x\displaystyle\int (px^2 + 16)\,dx = \frac{px^3}{3} + 16x.
  2. Put in the limits: (27p3+48)−0=9p+48\left(\frac{27p}{3} + 48\right) - 0 = 9p + 48.
  3. Set 9p+48=1299p + 48 = 129, so 9p=819p = 81.
  4. So p=9p = 9, option A.

Report a problem with this question

Question 5

If (p+q10p−q)=(2108)\begin{pmatrix} p + q & 1 \\ 0 & p - q \end{pmatrix} = \begin{pmatrix} 2 & 1 \\ 0 & 8 \end{pmatrix}, find the values of pp and qq.

Worked solution (try it first)
  1. Equal matrices have equal entries in matching places: p+q=2p + q = 2 and p−q=8p - q = 8.
  2. Add the two equations: 2p=102p = 10, so p=5p = 5.
  3. Then q=2−5=−3q = 2 - 5 = -3.
  4. So p=5p = 5, q=−3q = -3, option B.

Report a problem with this question

Question 6

Given that x:R→Rx : \mathbb{R} \to \mathbb{R} is defined by x=y+15−yx = \dfrac{y + 1}{5 - y}, y∈Ry \in \mathbb{R}, find the domain of xx.

Worked solution (try it first)
  1. A fraction is undefined when its denominator is zero, so find where 5−y=05 - y = 0.
  2. That happens at y=5y = 5, so every other real yy is allowed.
  3. The domain is {y:y∈R,y≠5}\{y : y \in \mathbb{R}, y \neq 5\}, option C.

Report a problem with this question

Question 7

Simplify: 5+34−10\dfrac{\sqrt{5} + 3}{4 - \sqrt{10}}.

Worked solution (try it first)
  1. Multiply top and bottom by the conjugate 4+104 + \sqrt{10}.
  2. The bottom becomes 16−10=616 - 10 = 6.
  3. Expand the top: (5+3)(4+10)=45+50+12+310(\sqrt{5} + 3)(4 + \sqrt{10}) = 4\sqrt{5} + \sqrt{50} + 12 + 3\sqrt{10}, and 50=52\sqrt{50} = 5\sqrt{2}.
  4. Divide each term by 6: 465+562+2+3610\frac{4}{6}\sqrt{5} + \frac{5}{6}\sqrt{2} + 2 + \frac{3}{6}\sqrt{10}.
  5. So the answer is 235+562+1210+2\frac{2}{3}\sqrt{5} + \frac{5}{6}\sqrt{2} + \frac{1}{2}\sqrt{10} + 2, option C.

Report a problem with this question

Question 8

If 6x+k2x2+7x−15≡4x+5−22x−3\dfrac{6x + k}{2x^2 + 7x - 15} \equiv \dfrac{4}{x + 5} - \dfrac{2}{2x - 3}, find the value of kk.

Worked solution (try it first)
  1. The denominator factorises as (x+5)(2x−3)(x + 5)(2x - 3), so combine the right-hand side over it.
  2. The numerator becomes 4(2x−3)−2(x+5)4(2x - 3) - 2(x + 5), which is 8x−12−2x−108x - 12 - 2x - 10.
  3. That simplifies to 6x−226x - 22, so comparing constant terms, k=−22k = -22, option B.

Report a problem with this question

Question 9

Differentiate xx+1\dfrac{x}{x + 1} with respect to xx.

Worked solution (try it first)
  1. Use the quotient rule with u=xu = x and v=x+1v = x + 1: dydx=v u′−u v′v2\dfrac{dy}{dx} = \dfrac{v\,u' - u\,v'}{v^2}.
  2. Here u′=1u' = 1 and v′=1v' = 1, so the top is (x+1)(1)−x(1)=1(x + 1)(1) - x(1) = 1.
  3. So dydx=1(x+1)2\dfrac{dy}{dx} = \dfrac{1}{(x + 1)^2}, option D.

Report a problem with this question

Question 10

Given that 2x+3y−10=02x + 3y - 10 = 0 and 3x=2y−113x = 2y - 11, calculate the value of (x−y)(x - y).

Worked solution (try it first)
  1. Write both as ax+by=cax + by = c: 2x+3y=102x + 3y = 10 and 3x−2y=−113x - 2y = -11.
  2. Multiply the first by 2 and the second by 3: 4x+6y=204x + 6y = 20 and 9x−6y=−339x - 6y = -33.
  3. Adding gives 13x=−1313x = -13, so x=−1x = -1.
  4. Then 3y=10−2(−1)=123y = 10 - 2(-1) = 12, so y=4y = 4.
  5. So x−y=−1−4=−5x - y = -1 - 4 = -5, option D.

Report a problem with this question

Question 11

Given that f(x)=2xf(x) = 2x and g(x)=3x2g(x) = 3x^2, find the values of xx for which f−1(x)=g(x)f^{-1}(x) = g(x).

Worked solution (try it first)
  1. The inverse of doubling is halving: f−1(x)=x2f^{-1}(x) = \dfrac{x}{2}.
  2. Set x2=3x2\dfrac{x}{2} = 3x^2 and multiply by 2: x=6x2x = 6x^2, so x(6x−1)=0x(6x - 1) = 0.
  3. So x=0x = 0 or x=16x = \frac{1}{6}, option A.

Report a problem with this question

Question 12

If V=Plog⁡X(M+N)V = P\log_X(M + N), express NN in terms of XX, PP, MM and VV.

Worked solution (try it first)
  1. Divide both sides by PP: log⁡X(M+N)=VP\log_X(M + N) = \dfrac{V}{P}.
  2. Change to index form (log⁡Xa=b\log_X a = b means a=Xba = X^b): M+N=XVPM + N = X^{\frac{V}{P}}.
  3. Subtract MM: N=XVP−MN = X^{\frac{V}{P}} - M, option A.

Report a problem with this question

Question 13

Determine the coefficient of x3x^3 in the binomial expansion of (1+12x)5\left(1 + \frac{1}{2}x\right)^5.

Worked solution (try it first)
  1. The x3x^3 term is (53)(1)2(12x)3\binom{5}{3}(1)^2\left(\frac{1}{2}x\right)^3.
  2. Here (53)=10\binom{5}{3} = 10 and (12)3=18\left(\frac{1}{2}\right)^3 = \frac{1}{8}.
  3. So the coefficient is 10×18=5410 \times \frac{1}{8} = \frac{5}{4}, option C.

Report a problem with this question

Question 14

Given that P={x:1≤x≤6}P = \{x : 1 \le x \le 6\} and Q={x:2<x<10}Q = \{x : 2 < x < 10\}, where xx are integers, find n(P∩Q)n(P \cap Q).

Worked solution (try it first)
  1. List the sets: P={1,2,3,4,5,6}P = \{1, 2, 3, 4, 5, 6\} and Q={3,4,5,6,7,8,9}Q = \{3, 4, 5, 6, 7, 8, 9\} (2 and 10 are left out of QQ by the strict signs).
  2. The elements in both are P∩Q={3,4,5,6}P \cap Q = \{3, 4, 5, 6\}.
  3. So n(P∩Q)=4n(P \cap Q) = 4, option A.

Report a problem with this question

Question 15

If sin⁡X=35\sin X = \frac{3}{5} and cos⁡Y=2425\cos Y = \frac{24}{25}, where XX and YY are acute, find the value of cos⁡(X+Y)\cos(X + Y).

Worked solution (try it first)
  1. Both angles are acute, so from right-angled triangles (3, 4, 5 and 7, 24, 25): cos⁡X=45\cos X = \frac{4}{5} and sin⁡Y=725\sin Y = \frac{7}{25}.
  2. Use cos⁡(X+Y)=cos⁡Xcos⁡Y−sin⁡Xsin⁡Y\cos(X + Y) = \cos X \cos Y - \sin X \sin Y: this is 45×2425−35×725\frac{4}{5} \times \frac{24}{25} - \frac{3}{5} \times \frac{7}{25}.
  3. That is 96125−21125=75125\frac{96}{125} - \frac{21}{125} = \frac{75}{125}
    =35= \frac{3}{5}, option C.

Report a problem with this question

Question 16

Find the median of the numbers 9, 7, 5, 2, 12, 9, 9, 2, 10, 10 and 18.

Worked solution (try it first)
  1. Put the numbers in order: 2, 2, 5, 7, 9, 9, 9, 10, 10, 12, 18.
  2. There are 11 numbers, so the median is the 11+12=6\frac{11 + 1}{2} = 6th one.
  3. The 6th number is 9, so the median is 9, option B.

Report a problem with this question

Question 17

Calculate the probability that the product of two numbers selected at random with replacement from the set {−5,−2,4,8}\{-5, -2, 4, 8\} is positive.

Worked solution (try it first)
  1. A product is positive when both numbers have the same sign.
  2. Two of the four numbers are negative and two positive, so each sign has probability 12\frac{1}{2} on each pick.
  3. Both negative: 12×12=14\frac{1}{2} \times \frac{1}{2} = \frac{1}{4}.
  4. Both positive: also 14\frac{1}{4}.
  5. So P(positive)=14+14P(\text{positive}) = \frac{1}{4} + \frac{1}{4}
    =12= \frac{1}{2}, option B.

Report a problem with this question

Question 18

Find the angle between i+5j\mathbf{i} + 5\mathbf{j} and 5i−j5\mathbf{i} - \mathbf{j}.

Worked solution (try it first)
  1. Use the dot product: (i+5j)⋅(5i−j)=1×5+5×(−1)(\mathbf{i} + 5\mathbf{j}) \cdot (5\mathbf{i} - \mathbf{j}) = 1 \times 5 + 5 \times (-1), which is 5−5=05 - 5 = 0.
  2. cos⁡θ=a⋅b∣a∣∣b∣\cos\theta = \dfrac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}||\mathbf{b}|}
    =0= 0, so the vectors are perpendicular.
  3. So the angle is 90∘90^\circ, option D.

Report a problem with this question

Question 19

Given that F=3i−12j\mathbf{F} = 3\mathbf{i} - 12\mathbf{j}, R=7i+5j\mathbf{R} = 7\mathbf{i} + 5\mathbf{j} and N=pi+qj\mathbf{N} = p\mathbf{i} + q\mathbf{j} are forces acting on a body, if the body is in equilibrium, find the values of pp and qq.

Worked solution (try it first)
  1. In equilibrium the forces add up to zero: F+R+N=0\mathbf{F} + \mathbf{R} + \mathbf{N} = \mathbf{0}.
  2. i\mathbf{i} parts: 3+7+p=03 + 7 + p = 0, so p=−10p = -10.
  3. j\mathbf{j} parts: −12+5+q=0-12 + 5 + q = 0, so q=7q = 7.
  4. So p=−10,q=7p = -10, q = 7, option A.

Report a problem with this question

Question 20

A stone was dropped from the top of a building 40 m high. Find, correct to one decimal place, the time it took the stone to reach the ground. [Take g=9.8 m s−2g = 9.8\text{ m s}^{-2}]

Worked solution (try it first)
  1. Dropped means it starts from rest, so use s=ut+12gt2s = ut + \frac{1}{2}gt^2 with u=0u = 0: 40=4.9t240 = 4.9t^2.
  2. Divide by 4.9: t2=8.163t^2 = 8.163.
  3. Take the square root: t=2.857t = 2.857, which is 2.9 s to one decimal place, option A.

Report a problem with this question

Question 21

In which of the following series can the formula S=a1−rS = \dfrac{a}{1 - r}, where aa is the first term and rr is the common ratio, be used to find the sum of all the terms?

Worked solution (try it first)
  1. The sum to infinity formula works only when −1<r<1-1 < r < 1.
  2. Find each ratio: A has r=2r = 2, B has r=5r = 5, C has r=227÷481r = \frac{2}{27} \div \frac{4}{81}
    =32= \frac{3}{2}, and D has r=64128=12r = \frac{64}{128} = \frac{1}{2}.
  3. Only D has ∣r∣<1|r| < 1, so the answer is 128+64+32+16+…128 + 64 + 32 + 16 + \dots, option D.

Report a problem with this question

Question 22

If the binomial expansion of (1+3x)6(1 + 3x)^6 is used to evaluate (0.97)6(0.97)^6, find the value of xx.

Worked solution (try it first)
  1. Match the bracket to the number: 1+3x=0.971 + 3x = 0.97.
  2. Subtract 1: 3x=−0.033x = -0.03.
  3. Divide by 3: x=−0.01x = -0.01, option C.

Report a problem with this question

Question 23

Find the nnth term of the linear sequence (A.P.) (5y+1),(2y+1),(1−y),…(5y + 1), (2y + 1), (1 - y), \dots

Worked solution (try it first)
  1. The common difference is d=(2y+1)−(5y+1)=−3yd = (2y + 1) - (5y + 1) = -3y.
  2. Use Tn=a+(n−1)dT_n = a + (n - 1)d: Tn=5y+1+(n−1)(−3y)T_n = 5y + 1 + (n - 1)(-3y).
  3. Expand: 5y+1−3ny+3y=8y−3ny+15y + 1 - 3ny + 3y = 8y - 3ny + 1.
  4. So Tn=(8−3n)y+1T_n = (8 - 3n)y + 1, option C.

Report a problem with this question

Question 24

A circle with centre (5,−4)(5, -4) passes through the point (5,0)(5, 0). Find its equation.

Worked solution (try it first)
  1. The radius is the distance from (5,−4)(5, -4) to (5,0)(5, 0), which is 44.
  2. So the circle is (x−5)2+(y+4)2=16(x - 5)^2 + (y + 4)^2 = 16.
  3. Expand: x2−10x+25+y2+8y+16=16x^2 - 10x + 25 + y^2 + 8y + 16 = 16.
  4. Subtract 16: x2+y2−10x+8y+25=0x^2 + y^2 - 10x + 8y + 25 = 0, option C.

Report a problem with this question

Question 25

Calculate, correct to two decimal places, the area enclosed by the line 3x−5y+4=03x - 5y + 4 = 0 and the axes.

Worked solution (try it first)
  1. Where the line meets the xx-axis, y=0y = 0: 3x+4=03x + 4 = 0, so x=−43x = -\frac{4}{3}.
  2. Where it meets the yy-axis, x=0x = 0: −5y+4=0-5y + 4 = 0, so y=45y = \frac{4}{5}.
  3. The region is a right-angled triangle with legs 43\frac{4}{3} and 45\frac{4}{5}: area =12×43×45= \frac{1}{2} \times \frac{4}{3} \times \frac{4}{5}
    =815= \frac{8}{15}.
  4. 815=0.533\frac{8}{15} = 0.533, which is 0.53 square units, option C.

Report a problem with this question

Question 26

In how many ways can the letters of the word MEMBER be arranged?

Worked solution (try it first)
  1. MEMBER has 6 letters, with M twice and E twice.
  2. Divide 6!6! by 2!2! for each repeated letter: 6!2! 2!=7204\dfrac{6!}{2!\,2!} = \dfrac{720}{4}.
  3. So there are 180 arrangements, option C.

Report a problem with this question

Question 27

Which of the following is not an equation of a circle?

Worked solution (try it first)
  1. In a circle's equation the x2x^2 and y2y^2 terms have the same coefficient (and the same sign), and there is no xyxy term.
  2. A, B and C all have equal coefficients of x2x^2 and y2y^2 (3 and 3, 1 and 1, 5 and 5), and each has a positive radius squared.
  3. In D the coefficients are 11 and −1-1, so it is not a circle (it is a hyperbola).
  4. The answer is option D.

Report a problem with this question

Question 28

A function ff defined by f:x→x2+px+qf : x \to x^2 + px + q is such that f(3)=6f(3) = 6 and f′(3)=0f'(3) = 0. Find the value of qq.

Worked solution (try it first)
  1. Differentiate: f′(x)=2x+pf'(x) = 2x + p.
  2. Then f′(3)=6+p=0f'(3) = 6 + p = 0, so p=−6p = -6.
  3. Put x=3x = 3 into ff: f(3)=9+3p+q=9−18+q=q−9f(3) = 9 + 3p + q = 9 - 18 + q = q - 9.
  4. Set q−9=6q - 9 = 6, so q=15q = 15, option C.

Report a problem with this question

Question 29

In what interval is the function f:x→2x−x2f : x \to 2x - x^2 increasing?

Worked solution (try it first)
  1. A function increases where its gradient is positive.
  2. Here f′(x)=2−2xf'(x) = 2 - 2x.
  3. Solve 2−2x>02 - 2x > 0: 2>2x2 > 2x, so x<1x < 1.
  4. So ff is increasing for x<1x < 1, option B.

Report a problem with this question

Question 30

A force of 230 N acts in the direction 065∘065^\circ. Find its horizontal component.

Worked solution (try it first)
  1. A bearing of 065∘065^\circ is measured from north, so the force makes 65∘65^\circ with the vertical (north) direction.
  2. The horizontal (east) component is 230sin⁡65∘230\sin 65^\circ.
  3. 230×0.9063=208.45230 \times 0.9063 = 208.45, which is 208.5 N, option A.

Report a problem with this question

Question 31

Calculate the variance of 2\sqrt{2}, (1+2)(1 + \sqrt{2}) and (2+2)(2 + \sqrt{2}).

Worked solution (try it first)
  1. The mean is 32+33=1+2\dfrac{3\sqrt{2} + 3}{3} = 1 + \sqrt{2}.
  2. The deviations from the mean are −1-1, 00 and 11, so their squares are 11, 00 and 11.
  3. Variance =1+0+13=23= \dfrac{1 + 0 + 1}{3} = \dfrac{2}{3}, option C.

Report a problem with this question

Question 32

A three-digit odd number less than 500 is to be formed from 1, 2, 3, 4 and 5. If repetition of digits is allowed, in how many ways can this be done?

Worked solution (try it first)
  1. First digit: less than 500 means it is 1, 2, 3 or 4, so 4 choices.
  2. Middle digit: any of the 5 digits (repetition allowed), so 5 choices.
  3. Last digit: odd means 1, 3 or 5, so 3 choices.
  4. Multiply: 4×5×3=604 \times 5 \times 3 = 60 ways, option C.

Report a problem with this question

Question 33

The variables xx and yy are such that y=2x3−2x2−5x+5y = 2x^3 - 2x^2 - 5x + 5. Calculate the corresponding change in yy when xx changes from 2.00 to 2.05.

Worked solution (try it first)
  1. At x=2x = 2: y=16−8−10+5=3y = 16 - 8 - 10 + 5 = 3.
  2. At x=2.05x = 2.05: y=2(8.615125)−2(4.2025)−10.25+5y = 2(8.615125) - 2(4.2025) - 10.25 + 5
    =3.57525= 3.57525.
  3. The change is 3.57525−3=0.5753.57525 - 3 = 0.575, which is 0.58 to two decimal places, option A.

Report a problem with this question

Question 34

A bag contains 5 red and 5 blue identical balls. Three balls are selected at random without replacement. Determine the probability of selecting balls alternating in colour.

Worked solution (try it first)
  1. Alternating colours means red, blue, red or blue, red, blue.
  2. P(RBR)=510×59×48P(\text{RBR}) = \frac{5}{10} \times \frac{5}{9} \times \frac{4}{8}
    =100720= \frac{100}{720}
    =536= \frac{5}{36}.
  3. By symmetry P(BRB)=536P(\text{BRB}) = \frac{5}{36} too.
  4. Add the two: 536+536=1036\frac{5}{36} + \frac{5}{36} = \frac{10}{36}
    =518= \frac{5}{18}, option B.

Report a problem with this question

Question 35

The distance(s) in metres covered by a particle in motion at any time, tt seconds, is given by S=120t−16t2S = 120t - 16t^2. Find, in metres, the distance covered by the body before coming to rest.

Worked solution (try it first)
  1. Differentiate to get the velocity: v=dSdt=120−32tv = \dfrac{dS}{dt} = 120 - 32t.
  2. At rest v=0v = 0, so 32t=12032t = 120 and t=3.75t = 3.75 s.
  3. Then S=120(3.75)−16(3.75)2=450−225S = 120(3.75) - 16(3.75)^2 = 450 - 225.
  4. So the distance is 225 m, option D.

Report a problem with this question

Question 36

P(3,4)P(3, 4) and Q(−3,−4)Q(-3, -4) are two points in a plane. Find the gradient of the line that is normal to the line PQPQ.

Worked solution (try it first)
  1. Gradient of PQPQ: −4−4−3−3=−8−6\dfrac{-4 - 4}{-3 - 3} = \dfrac{-8}{-6}
    =43= \dfrac{4}{3}.
  2. A normal is perpendicular, so its gradient is the negative reciprocal: −14/3=−34-\dfrac{1}{4/3} = -\dfrac{3}{4}.
  3. So the gradient of the normal is −34-\frac{3}{4}, option C.

Report a problem with this question

Question 37

Find the unit vector in the direction opposite to the resultant of forces F1=(−2i−3j)\mathbf{F}_1 = (-2\mathbf{i} - 3\mathbf{j}) and F2=(5i−j)\mathbf{F}_2 = (5\mathbf{i} - \mathbf{j}).

Worked solution (try it first)
  1. The resultant is F1+F2=3i−4j\mathbf{F}_1 + \mathbf{F}_2 = 3\mathbf{i} - 4\mathbf{j}.
  2. Its magnitude is 32+42=5\sqrt{3^2 + 4^2} = 5.
  3. The opposite direction is −3i+4j-3\mathbf{i} + 4\mathbf{j}.
  4. Divide by 5 to make it a unit vector: 15(−3i+4j)\frac{1}{5}(-3\mathbf{i} + 4\mathbf{j}), option B.

Report a problem with this question

Question 38

If the sum of the roots of 2x2+5mx+n=02x^2 + 5mx + n = 0 is 5, find the value of mm.

Worked solution (try it first)
  1. For ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is −ba-\dfrac{b}{a}.
  2. Here that is −5m2-\dfrac{5m}{2}.
  3. Set −5m2=5-\dfrac{5m}{2} = 5, so −5m=10-5m = 10.
  4. So m=−2m = -2, option B.

Report a problem with this question

Question 39

If log⁡5(125x3y3)\log_5\left(\dfrac{125x^3}{\sqrt[3]{y}}\right) is expressed in the form plog⁡5x+qlog⁡5y+kp\log_5 x + q\log_5 y + k, find the values of pp, qq and kk respectively.

Worked solution (try it first)
  1. Split the log of a product and quotient: log⁡5125+log⁡5x3−log⁡5y13\log_5 125 + \log_5 x^3 - \log_5 y^{\frac{1}{3}}.
  2. Bring the powers down: log⁡5125+3log⁡5x−13log⁡5y\log_5 125 + 3\log_5 x - \frac{1}{3}\log_5 y.
  3. 125=53125 = 5^3, so log⁡5125=3\log_5 125 = 3.
  4. The expression is 3log⁡5x−13log⁡5y+33\log_5 x - \frac{1}{3}\log_5 y + 3.
  5. So p=3p = 3, q=−13q = -\frac{1}{3}, k=3k = 3, option D.

Report a problem with this question

Question 40

Consider the statements:

xx: Birds fly

yy: The sky is blue.

Which of the following statements can be represented as x⇔yx \Leftrightarrow y?

Worked solution (try it first)
  1. The symbol ⇔\Leftrightarrow is the biconditional: xx implies yy and yy implies xx.
  2. In words it is "xx if and only if yy".
  3. So x⇔yx \Leftrightarrow y reads "Birds fly if and only if the sky is blue", option B.

Report a problem with this question