NECO 2024 · Paper 1 · Q17

If P=(−1231)P = \begin{pmatrix} -1 & 2 \\ 3 & 1 \end{pmatrix} and Q=(2321)Q = \begin{pmatrix} 2 & 3 \\ 2 & 1 \end{pmatrix}, find PQPQ.

Worked solution (try it first)
  1. Multiply each row of PP by each column of QQ.
  2. Row 1 of PP is (−1,2)(-1, 2): with column 1 it gives −2+4=2-2 + 4 = 2, and with column 2, −3+2=−1-3 + 2 = -1.
  3. Row 2 of PP is (3,1)(3, 1): with column 1 it gives 6+2=86 + 2 = 8, and with column 2, 9+1=109 + 1 = 10.
  4. So PQ=(2−1810)PQ = \begin{pmatrix} 2 & -1 \\ 8 & 10 \end{pmatrix}, option E.

Report a problem with this question