WAEC 2018 · Paper 2 · Q11

  1. (a)

    Given the matrix A=(385−2)A = \begin{pmatrix} 3 & 8 \\ 5 & -2 \end{pmatrix}, find its inverse.

    Show the answer

    A−1=(123423546−346)A^{-1} = \begin{pmatrix} \frac{1}{23} & \frac{4}{23} \\ \frac{5}{46} & -\frac{3}{46} \end{pmatrix}

  2. (b)

    Solve the simultaneous equations log⁡(x−2)+log⁡2=2log⁡y\log(x - 2) + \log 2 = 2\log y and log⁡(x−3y+3)=0\log(x - 3y + 3) = 0.

    Show the answer

    x=4,y=2x = 4, y = 2 or x=10,y=4x = 10, y = 4

Worked solution (try it first)

(a)

  1. The determinant is ∣A∣=3(−2)−8(5)=−6−40=−46|A| = 3(-2) - 8(5) = -6 - 40 = -46.
  2. Swap the leading diagonal and change the signs of the other two entries: (−2−8−53)\begin{pmatrix} -2 & -8 \\ -5 & 3 \end{pmatrix}.
  3. Divide by the determinant: A−1=−146(−2−8−53)A^{-1} = -\dfrac{1}{46}\begin{pmatrix} -2 & -8 \\ -5 & 3 \end{pmatrix}
    =(123423546−346)= \begin{pmatrix} \frac{1}{23} & \frac{4}{23} \\ \frac{5}{46} & -\frac{3}{46} \end{pmatrix}.

(b)

  1. First equation: log⁡[2(x−2)]=log⁡y2\log[2(x - 2)] = \log y^2, so 2(x−2)=y22(x - 2) = y^2.
  2. Second equation: log⁡(x−3y+3)=0\log(x - 3y + 3) = 0 means x−3y+3=100=1x - 3y + 3 = 10^0 = 1, so x=3y−2x = 3y - 2.
  3. Substitute: 2(3y−4)=y22(3y - 4) = y^2, so y2−6y+8=0y^2 - 6y + 8 = 0 and (y−2)(y−4)=0(y - 2)(y - 4) = 0.
  4. y=2y = 2 gives x=4x = 4, and y=4y = 4 gives x=10x = 10.
  5. Both keep every log positive, so x=4,y=2x = 4, y = 2 or x=10,y=4x = 10, y = 4.

Report a problem with this question