WAEC 2011 · Paper 2 · Q10

  1. (a)

    If A=(−2543)\mathbf A = \begin{pmatrix} -2 & 5 \\ 4 & 3 \end{pmatrix} and B=(3123)\mathbf B = \begin{pmatrix} 3 & 1 \\ 2 & 3 \end{pmatrix}, find the values of xx and yy such that BA=2(37−2x)+(y412−3)\mathbf{BA} = 2\begin{pmatrix} 3 & 7 \\ -2 & x \end{pmatrix} + \begin{pmatrix} y & 4 \\ 12 & -3 \end{pmatrix}.

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

  2. (b)

    Two functions ff and gg are defined by f:x→12x+1f: x \to \frac12x + 1 and g:x→5x−13g: x \to \frac{5x - 1}{3}. Find: (i) g−1g^{-1}; (ii) g−1∘fg^{-1}\circ f.

Worked solution (try it first)

(a)

  1. Multiply in the order asked, BA\mathbf{BA}: row of B\mathbf B times column of A\mathbf A.
  2. Top row: 3(−2)+1(4)=−23(-2) + 1(4) = -2 and 3(5)+1(3)=183(5) + 1(3) = 18.
  3. Bottom row: 2(−2)+3(4)=82(-2) + 3(4) = 8 and 2(5)+3(3)=192(5) + 3(3) = 19.
  4. So BA=(−218819)\mathbf{BA} = \begin{pmatrix} -2 & 18 \\ 8 & 19 \end{pmatrix}.
  5. The right side: (614−42x)+(y412−3)=(6+y1882x−3)\begin{pmatrix} 6 & 14 \\ -4 & 2x \end{pmatrix} + \begin{pmatrix} y & 4 \\ 12 & -3 \end{pmatrix} = \begin{pmatrix} 6 + y & 18 \\ 8 & 2x - 3 \end{pmatrix}.
  6. Match the top-left entries: 6+y=−26 + y = -2, so y=−8y = -8.
  7. Match the bottom-right entries: 2x−3=192x - 3 = 19, so x=11x = 11.

(b)(i)

  1. Write y=5x−13y = \dfrac{5x - 1}{3}.
  2. Multiply by 3: 3y=5x−13y = 5x - 1.
  3. Add 1: 3y+1=5x3y + 1 = 5x.
  4. Divide by 5: x=3y+15x = \dfrac{3y + 1}{5}, so g−1(x)=3x+15g^{-1}(x) = \dfrac{3x + 1}{5}.

(ii)

  1. ff acts first: g−1∘f(x)=g−1(12x+1)g^{-1} \circ f(x) = g^{-1}\left(\frac12x + 1\right)
    =3(12x+1)+15= \dfrac{3\left(\frac12x + 1\right) + 1}{5}.
  2. Multiply out the top: 32x+45\dfrac{\frac32x + 4}{5}.
  3. Multiply top and bottom by 2: 3x+810\dfrac{3x + 8}{10}.

Report a problem with this question