ACT Math Matrices: 26 Practice Problems with Step-by-Step Explanations

Free 2,500+ ACT Math Practice Problems

Start Practicing →

ACT Math Matrices: 26 Practice Problems with Step-by-Step Explanations

Matrices are one of the more mechanical topics on the ACT Math section — once you know the handful of rules for adding, scaling, multiplying, and finding a determinant, most problems become a matter of careful bookkeeping rather than deep insight. Matrix addition and subtraction just combine corresponding entries (and require both matrices to have identical dimensions), scalar multiplication multiplies every entry by the same number, and the determinant of a 2×2 matrix [[a,b],[c,d]] is simply ad−bc.

Matrix multiplication is where most of the difficulty lives. Two matrices can only be multiplied if the number of columns in the first matches the number of rows in the second, and the resulting matrix takes the "outer" dimensions — a 2×3 matrix times a 3×2 matrix gives a 2×2 result. Each entry in the product is found by multiplying a row from the first matrix by a column from the second, term by term, and adding the results. Matrix multiplication is also not commutative — AB does not generally equal BA — so order matters, especially on real-world application problems where a price vector needs to be multiplied by a quantity matrix in a specific, matching order.

Common traps include trying to multiply matrices with mismatched dimensions, forgetting that matrix multiplication order matters, and on word-problem-style questions, setting up the price and quantity vectors in an order that doesn't actually correspond to the same categories (which produces a mathematically valid but meaningless result). Work through the 26 problems below, then click to reveal each step-by-step explanation.

Practice Problems

Problem 1

What is the value of x+y?

x4
28
+
3y
32
=
69
510
  • A) 0
  • B) 3
  • C) 5
  • D) 8
Correct Answer: D

Add corresponding entries and match to the result. Top-left: x+3=6, so x=3. Top-right: 4+y=9, so y=5.

x+y = 3+5 = 8.

Problem 2

What is the value of x+y+z?

3
x
2y
5z
= 6
5
3
10
  • A) 7
  • B) 11
  • C) 13
  • D) 17
Correct Answer: D

Match each entry after applying the scalars: 3x=6(5)=30, so x=10. 3(2y)=6(3)=18, so 6y=18 and y=3. 3(5z)=6(10)=60, so 15z=60 and z=4.

x+y+z = 10+3+4 = 17.

Problem 3

Which of the following matrices properly represents the system of equations below?

3x − 11y = 18
12x + 2y = 90

  • A)
    3-1118
    12290
  • B)
    311-18
    12-290
  • C)
    3-11-18
    122-90
  • D)
    -311-18
    -12-2-90
Correct Answer: A

Each row of the matrix should list one equation's coefficients followed by its constant, in the same order the equation is written.

Row 1 (3x−11y=18) becomes [3, −11, 18]; row 2 (12x+2y=90) becomes [12, 2, 90], with no sign changes needed since both equations are already in that form.

Problem 4

What is

14
26
+
78
910
equal to?

  • A)
    119
    1512
  • B)
    712
    1116
  • C)
    812
    1116
  • D)
    810
    1316
Correct Answer: C

Add each corresponding pair of entries: 1+7=8, 4+8=12, 2+9=11, 6+10=16.

Problem 5

Which of the following matrices is equal to −3

04
-1-2
?

  • A)
    -31
    -4-5
  • B)
    064
    -1-8
  • C)
    012
    -3-6
  • D)
    0-12
    36
Correct Answer: D

Multiply every entry by −3: −3(0)=0, −3(4)=−12, −3(−1)=3, −3(−2)=6.

Problem 6

What is the value of a−b?

3
-42
12b
-7a
210
=
-59
348
  • A) −25
  • B) −9
  • C) −3
  • D) 6
Correct Answer: B

First scale the left matrix: 3

-42
12b
=
-126
363b
. Then subtract the second matrix entry by entry, matching each result to the given answer matrix.

Top-right: 6−a=9, so a=−3. Bottom-right: 3b−10=8, so 3b=18 and b=6.

a−b = −3−6 = −9.

Problem 7

Matrices A and B are displayed below. If Matrix C = 2A+2B, which of the following gives Matrix C?

A =
17
34
  B =
42
56
  • A)
    59
    810
  • B)
    616
    1114
  • C)
    1018
    1620
  • D)
    911
    1316
Correct Answer: C

Scale each matrix first: 2A =

214
68
, and 2B =
84
1012
.

Add them entry by entry: 2+8=10, 14+4=18, 6+10=16, 8+12=20.

Problem 8

What is the value of the determinant of the matrix below?

23
78
  • A) −50
  • B) −10
  • C) −5
  • D) 37
Correct Answer: C

For a 2x2 matrix [[a,b],[c,d]], the determinant is ad−bc: (2)(8) − (3)(7) = 16 − 21 = −5.

Problem 9

A dog sweater company offers 4 sizes: small (S), medium (M), large (L), and extra-large (XL). The matrices below show the sales of the dog sweaters during the last 3 days and the price of each sweater. What are the total sales from the last 3 days?

Sizes sold per day
SMLXL
Day 10421
Day 26040
Day 33152
Price per sweater
SizePrice
S$13
M$17
L$20
XL$23
  • A) $429
  • B) $491
  • C) $511
  • D) $585
Correct Answer: B

First find the total units sold of each size across all 3 days by adding down each column: S = 0+6+3 = 9, M = 4+0+1 = 5, L = 2+4+5 = 11, XL = 1+0+2 = 3.

Multiply each size's total units by its price and add: 9(13) + 5(17) + 11(20) + 3(23) = 117 + 85 + 220 + 69 = 491.

Problem 10

The determinant of the matrix below is equal to:

4-3
65
  • A) −32
  • B) 2
  • C) 12
  • D) 38
Correct Answer: D

Using ad−bc: (4)(5) − (−3)(6) = 20 − (−18) = 20+18 = 38.

Problem 11

For what values of x is the determinant of the matrix below equal to 0?

(x-6)8
x(x+4)
  • A) −2 and 12
  • B) −6 and −4
  • C) 6 and 4
  • D) 2 and −12
Correct Answer: A

Set up the determinant: (x−6)(x+4) − 8x = 0. Expand: x2+4x−6x−24−8x = x2−10x−24 = 0.

Apply the quadratic formula: x = (10±√(100+96))/2 = (10±√196)/2 = (10±14)/2, giving x=12 or x=−2.

Problem 12

What are the dimensions of the product of the matrices below?

540
364
×
36
43
25
=
  • A) (2×3)
  • B) (2×2)
  • C) (3×2)
  • D) (3×3)
Correct Answer: B

The first matrix is 2×3, and the second is 3×2. Since the inner dimensions (3 and 3) match, the multiplication is valid, and the product takes the outer dimensions.

The result is 2×2.

Problem 13

If the value of the determinant for the matrix below is 54, what is the value of a?

39
a12
  • A) −18
  • B) −2
  • C) 6
  • D) 2
Correct Answer: B

Set up the determinant equation: (3)(12) − (9)(a) = 54, so 36 − 9a = 54.

Solve: −9a = 18, so a = −2.

Problem 14

If a matrix with dimensions of 1×3 is multiplied by a matrix with dimensions 3×2, which of the following could be the product of the matrices?

  • A)
    10
    51
  • B)
    110-15
  • C)
    05
    -111
    28
  • D)
    196118
    -22799
Correct Answer: B

A 1×3 matrix times a 3×2 matrix (inner dimensions match: 3=3) produces a result with the outer dimensions: 1×2.

Only option B, a single row with 2 entries, has the correct 1×2 shape.

Problem 15

Matrix

96
2-3
has a determinant equal to:

  • A) −39
  • B) −15
  • C) 14
  • D) 15
Correct Answer: A

Using ad−bc: (9)(−3) − (6)(2) = −27 − 12 = −39.

Problem 16

Which of the following matrices is equal to the product of the matrices below?

34
74
2
4
=
  • A)
    22
    30
  • B)
    13
    19
  • C)
    68
    2816
  • D)
    25
    37
Correct Answer: A

Multiply each row of the first matrix by the column vector: row 1: 3(2)+4(4) = 6+16 = 22. row 2: 7(2)+4(4) = 14+16 = 30.

Result:

22
30
.

Problem 17

For what value of x will the determinant of matrix

4+x-6
x3
have a value of 39?

  • A) −18
  • B) −3
  • C) 3
  • D) 54/4
Correct Answer: C

Set up the determinant: (4+x)(3) − (−6)(x) = 39. Expand: 12+3x+6x = 39, so 12+9x=39.

Solve: 9x=27, so x=3.

For problems 18–20, use the four matrices below:

A =
7
3
4
  B =
2-25
137
  C =
104
385
  D =
19
38
64
Problem 18

Which of the following matrix products is undefined?

  • A) CA
  • B) CD
  • C) BC
  • D) DA
Correct Answer: D

Check each product's inner dimensions. A is 3×1, B is 2×2, C is 2×3, D is 3×2. CA: 2×3 times 3×1 — valid. CD: 2×3 times 3×2 — valid. BC: 2×2 times 2×3 — valid.

DA: D is 3×2 and A is 3×1. D's columns (2) don't match A's rows (3), so this product is undefined.

Problem 19

Which matrix or matrices can be added to the resulting matrix from the matrix multiplication below?

ab
cd
ef
×
wx
yz
  • A) D only
  • B) B only
  • C) C only
  • D) D and B
Correct Answer: A

A 3×2 matrix times a 2×2 matrix produces a 3×2 result. To add another matrix to it, that matrix must also be 3×2.

Of the four matrices given for problems 18–20, only D has dimensions 3×2.

Problem 20

What is the value of CD + B?

  • A)
    2525
    57111
  • B)
    270
    70118
  • C)
    5280
    173343
  • D)
    30-25
    164635
Correct Answer: B

First compute CD: row 1: [1(1)+0(3)+4(6), 1(9)+0(8)+4(4)] = [25,25]. row 2: [3(1)+8(3)+5(6), 3(9)+8(8)+5(4)] = [57,111]. So CD =

2525
57111
.

Add B entry by entry: 25+2=27, 25−25=0, 57+13=70, 111+7=118.

Problem 21

What is the matrix product of

ab
cd
ef
gh
?

  • A)
    aecf
    bgbh
  • B)
    aebf
    agdh
  • C)
    ae+bgaf+bh
    ce+dgcf+dh
  • D)
    ae+cfbf+dh
    ae+cgcf+dh
Correct Answer: C

Multiply each row of the first matrix by each column of the second. Row 1 × Column 1: ae+bg. Row 1 × Column 2: af+bh. Row 2 × Column 1: ce+dg. Row 2 × Column 2: cf+dh.

Problem 22

345
021
25
13
34
=

  • A)
    60
    46
    154
  • B)
    2932
    510
  • C)
    3725
    105
  • D)
    2547
    510
Correct Answer: D

Row 1 × Column 1: 3(2)+4(1)+5(3) = 6+4+15 = 25. Row 1 × Column 2: 3(5)+4(3)+5(4) = 15+12+20 = 47.

Row 2 × Column 1: 0(2)+2(1)+1(3) = 0+2+3 = 5. Row 2 × Column 2: 0(5)+2(3)+1(4) = 0+6+4 = 10.

Problem 23

Flour costs $30 per bag and sugar costs $18 per bag. If Bakery A orders 10 bags of flour and 7 bags of sugar each week and Bakery B orders 18 bags of flour and 13 bags of sugar each week, which of the following matrix products represents the weekly spend, in dollars, for each bakery?

  • A)
    1830
    713
    1018
  • B)
    1830
    710
    1318
  • C)
    18
    30
    710
    1318
  • D)
    18
    30
    713
    1018
Correct Answer: A

The correct spend for each bakery: Bakery A = 30(10)+18(7) = 300+126 = 426. Bakery B = 30(18)+18(13) = 540+234 = 774.

Testing option A:

1830
713
1018
= [18(7)+30(10), 18(13)+30(18)] = [126+300, 234+540] = [426, 774] — matching both totals exactly.

Problem 24

What is the matrix product of

3a-2
5e4
2g-6h
?

  • A)
    15ae12a
    -4g12h
  • B)
    15ae-8
    6ag12h
  • C)
    15a-10e12a+8h
  • D)
    15ae-4g12a+12h
Correct Answer: D

This is a 1×2 matrix times a 2×2 matrix, giving a 1×2 result. First entry: 3a(5e) + (−2)(2g) = 15ae − 4g.

Second entry: 3a(4) + (−2)(−6h) = 12a + 12h.

Problem 25

An ice cream parlor sells single scoops for $3, double scoops for $5, and sundaes for $7. If the ice cream parlor sold 300 single scoops, 400 double scoops, and 190 sundaes on a Saturday, which of the following matrix products yields their total daily sales for that Saturday?

  • A)
    357
    190
    400
    300
  • B)
    357
    300
    400
    190
  • C)
    300
    400
    190
    357
  • D)
    190
    400
    300
    357
Correct Answer: B

The price row vector, in order, is [single, double, sundae] = [3,5,7]. The quantity column vector must list quantities in that same order: [300, 400, 190] (single, double, sundae).

A 1×3 row times a 3×1 column gives a single-number total — the correct setup and order is option B.

Problem 26

There are two schools on a field trip at the San Diego Zoo. The first school has 10 adult chaperones and 50 students. The second school has 6 adult chaperones and 35 students. If adult tickets are $50 and student tickets are $25, which of the following matrix products represents the ticket costs, in dollars, for each school?

  • A)
    5025
    5010
    356
  • B)
    5025
    106
    5035
  • C)
    50
    25
    5035
    106
  • D)
    50
    25
    106
    5035
Correct Answer: B

The correct ticket cost for each school: School 1 = 50(10)+25(50) = 500+1250 = 1750. School 2 = 50(6)+25(35) = 300+875 = 1175.

Testing option B:

5025
106
5035
= [50(10)+25(50), 50(6)+25(35)] = [500+1250, 300+875] = [1750, 1175] — matching both totals exactly.

Want more? Practice 2,500+ free ACT Math questions with instant explanations.

Try the Free ACT Math QBank →