Honors Math

Practice by topic

Matrices practice questions — Honors Math

10 free multiple-choice problems on matrices, ordered to match Honors Math difficulty, each with a full worked solution. No account needed — and there's a fresh problem set every day.

Problems & worked solutions

Problem #0354 International

Problem 1Matrices

The identity matrix I3I_3 is:

Show answer & worked solution
  1. A. (000000000)\begin{pmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix}
  2. B. (111111111)\begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{pmatrix}
  3. C. (100010001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}✓ correct
  4. D. (001010100)\begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix}

I3I_3 has 11s on the main diagonal and 00s elsewhere.

Problem #0358 International

Problem 2Matrices

The trace of A=(271034105)A = \begin{pmatrix} 2 & 7 & 1 \\ 0 & 3 & 4 \\ 1 & 0 & 5 \end{pmatrix} is:

Show answer & worked solution
  1. A. 55
  2. B. 99
  3. C. 1010✓ correct
  4. D. 2323

tr(A)=2+3+5=10\operatorname{tr}(A) = 2 + 3 + 5 = 10.

Problem #0355 International

Problem 3Matrices

For A=(1101)A = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}, the matrix A2A^2 equals:

Show answer & worked solution
  1. A. (1101)\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}
  2. B. (1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
  3. C. (1201)\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}✓ correct
  4. D. (2202)\begin{pmatrix} 2 & 2 \\ 0 & 2 \end{pmatrix}

A2=(1+01+10+00+1)=(1201)A^2 = \begin{pmatrix} 1 + 0 & 1 + 1 \\ 0 + 0 & 0 + 1 \end{pmatrix} = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}.

Problem #0357 International

Problem 4Matrices

For A=(123456)A = \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix}, the transpose ATA^T has dimensions:

Show answer & worked solution
  1. A. 2×22 \times 2
  2. B. 2×32 \times 3
  3. C. 3×23 \times 2✓ correct
  4. D. 3×33 \times 3

AA is 2×32 \times 3, so ATA^T is 3×23 \times 2.

Problem #0356 International

Problem 5Matrices

For general matrices AA and BB in Mn(R)M_n(\mathbb{R}) (with n2n \ge 2), which is true?

Show answer & worked solution
  1. A. AB=BAAB = BA always
  2. B. ABBAAB \ne BA in general✓ correct
  3. C. ABAB does not exist
  4. D. A+BB+AA + B \ne B + A

Matrix multiplication is not commutative in general. (Concrete example: A=(0100)A = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}, B=(0010)B = \begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix} — check ABBAAB \ne BA.)

Problem #0353 International

Problem 6Matrices

For A=(1201)A = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} and B=(3014)B = \begin{pmatrix} 3 & 0 \\ 1 & 4 \end{pmatrix}, the product ABAB equals:

Show answer & worked solution
  1. A. (3004)\begin{pmatrix} 3 & 0 \\ 0 & 4 \end{pmatrix}
  2. B. (5814)\begin{pmatrix} 5 & 8 \\ 1 & 4 \end{pmatrix}✓ correct
  3. C. (3814)\begin{pmatrix} 3 & 8 \\ 1 & 4 \end{pmatrix}
  4. D. (5434)\begin{pmatrix} 5 & 4 \\ 3 & 4 \end{pmatrix}

(AB)11=13+21=5(AB)_{11} = 1 \cdot 3 + 2 \cdot 1 = 5; (AB)12=10+24=8(AB)_{12} = 1 \cdot 0 + 2 \cdot 4 = 8; (AB)21=03+11=1(AB)_{21} = 0 \cdot 3 + 1 \cdot 1 = 1; (AB)22=00+14=4(AB)_{22} = 0 \cdot 0 + 1 \cdot 4 = 4. So AB=(5814)AB = \begin{pmatrix} 5 & 8 \\ 1 & 4 \end{pmatrix}.

Problem #0352 International

Problem 7Matrices

For A=(2103)A = \begin{pmatrix} 2 & -1 \\ 0 & 3 \end{pmatrix}, the matrix 3A3A equals:

Show answer & worked solution
  1. A. (5236)\begin{pmatrix} 5 & 2 \\ 3 & 6 \end{pmatrix}
  2. B. (2109)\begin{pmatrix} 2 & -1 \\ 0 & 9 \end{pmatrix}
  3. C. (6309)\begin{pmatrix} 6 & -3 \\ 0 & 9 \end{pmatrix}✓ correct
  4. D. (6109)\begin{pmatrix} 6 & -1 \\ 0 & 9 \end{pmatrix}

Multiply each entry by 33: (6309)\begin{pmatrix} 6 & -3 \\ 0 & 9 \end{pmatrix}.

Problem #0351 International

Problem 8Matrices

For A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} and B=(0152)B = \begin{pmatrix} 0 & -1 \\ 5 & 2 \end{pmatrix}, A+BA + B equals:

Show answer & worked solution
  1. A. (1186)\begin{pmatrix} 1 & 1 \\ 8 & 6 \end{pmatrix}✓ correct
  2. B. (1382)\begin{pmatrix} 1 & 3 \\ 8 & 2 \end{pmatrix}
  3. C. (1122)\begin{pmatrix} 1 & -1 \\ -2 & 2 \end{pmatrix}
  4. D. (02158)\begin{pmatrix} 0 & -2 \\ 15 & 8 \end{pmatrix}

Add componentwise: (1186)\begin{pmatrix} 1 & 1 \\ 8 & 6 \end{pmatrix}.

Problem #0360 International

Problem 9Matrices

For A=(1101)A = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}, the entry (An)12(A^n)_{12} equals (for n1n \ge 1):

Show answer & worked solution
  1. A. 11
  2. B. n1n - 1
  3. C. nn✓ correct
  4. D. n2n^2

By induction, An=(1n01)A^n = \begin{pmatrix} 1 & n \\ 0 & 1 \end{pmatrix}, so (An)12=n(A^n)_{12} = n.

Problem #0359 International

Problem 10Matrices

For which value of aRa \in \mathbb{R} is A=(1a32)A = \begin{pmatrix} 1 & a \\ 3 & 2 \end{pmatrix} symmetric?

Show answer & worked solution
  1. A. 3-3
  2. B. 00
  3. C. 33✓ correct
  4. D. 11

We need a12=a21a_{12} = a_{21}, i.e. a=3a = 3.

Not sure where you stand? Take the free 10-question placement test — no account, ~15 minutes.