Practice Exams

Math 251 — 3 practice exams · 8 questions each · ~50 minutes per exam
Sections covered: Matrix Operations · Lines & Planes · RREF & Systems · Span & Independence

📝

Practice Exam 1

8 questions — work without notes first, then check hints/solutions

Instructions: Show all work. For RREF problems, write every row operation. For independence/span, show the full row-reduction. Suggested time: 50 minutes.
Q1 Matrix Operations
Let A =
21
03
and B =
−14
21
. Compute:   (a) 2A − B    (b) AB    (c) BA
Q2 Matrix Operations
Let A be 3×4, B be 4×3, and C be 4×2.
For each product, state whether it is defined. If so, give its size.
(a) AB    (b) BA    (c) AC    (d) BC
Q3 Lines & Planes
Find the parametric equations of the line in ℝ³ that passes through P₁ = (1, 2, 0) and P₂ = (3, −1, 4).
Q4 Lines & Planes
Find the general equation of the plane through P₁ = (1, 0, 0), P₂ = (0, 1, 0), P₃ = (0, 0, 1).
Q5 RREF & Systems
Solve the following system by Gauss-Jordan elimination. Show all row operations.

x + y + z = 6
x − y + z = 2
x + y − z = 4
Q6 RREF & Systems
Solve the following system by Gauss-Jordan elimination. Write the general solution.

x₁ + 2x₂ − x₃ = 5
2x₁ + 4x₂ + x₃ = 7
Q7 Span & Independence
Determine whether the set is linearly independent or dependent.

v₁ =
1
2
1
v₂ =
0
1
3
v₃ =
1
3
4
Q8 Span & Independence
Is b =
5
3
7
in Span {v₁, v₂} where  v₁ =
1
0
2
v₂ =
2
1
3
?
📝

Practice Exam 2

8 questions — different problem styles from Exam 1

Q1 Matrix Operations
Let A =
12−1
302
(2×3) and B =
21
−13
4−2
(3×2).

Compute AB. What are the dimensions of the result?
Q2 Matrix Operations
Let A =
21
03
. Compute:   (a) A²    (b) 3I₂ − A,   where I₂ is the 2×2 identity matrix.
Q3 Lines & Planes
A line has vector equation   r = (2, −1, 3) + t(1, 2, −1).

Determine whether the point P = (5, 5, 0) lies on this line.
Q4 Lines & Planes
Find the general equation of the plane through P₁ = (2,1,0), P₂ = (1,0,3), P₃ = (3,2,1).
Q5 RREF & Systems
Solve the following system by Gauss-Jordan, or show it is inconsistent.

x + y + z = 3
x + y + 2z = 5
2x + 2y + 3z = 7
Q6 RREF & Systems
The augmented matrix of a linear system has been row-reduced to the following RREF. Write the general solution.

12015
001−13
00000
Q7 Span & Independence
Determine whether the set is linearly independent or dependent. If dependent, find a dependence relation.

v₁ =
1
2
1
v₂ =
2
1
3
v₃ =
4
5
5
Q8 Span & Independence
Is b =
5
2
7
in Span{v₁, v₂} where v₁ =
1
0
2
v₂ =
2
1
3
?
📝

Practice Exam 3

8 questions — includes conceptual/true-false and geometric interpretation

Q1 Matrix Operations
Let A =
12
34
56
(3×2) and B =
101
012
(2×3).

Compute both AB and BA. State the size of each result.
Q2 Matrix Operations
State whether each is True or False. Justify your answer.

(a) If A is m×n and B is n×p, then BA is always defined.
(b) (AB)ᵀ = AᵀBᵀ for any matrices A, B where AB is defined.
(c) The product of two 3×3 matrices is always a 3×3 matrix.
Q3 Lines & Planes
(a) Write the parametric equations of the line through P = (2, 1, −1) with direction d = (3, −2, 1).

(b) Does the point Q = (8, −3, 1) lie on this line?
Q4 Lines & Planes
Find the general equation of the plane that passes through P = (1, 1, 1) with normal vector n = (2, −1, 3).
Q5 RREF & Systems
Solve the following system by Gauss-Jordan elimination. Write the general solution.

x₁ + x₂ + x₃ + x₄ = 2
x₁ + x₂ + 2x₃ + x₄ = 3
Q6 RREF & Systems
Solve the system by Gauss-Jordan. Show every row operation.

x + 2y − z = 2
2x + y + z = 7
x − y + 2z = 5
Q7 Span & Independence
Describe Span{v₁, v₂, v₃} geometrically (line, plane, or all of ℝ³?).

v₁ =
1
1
0
v₂ =
0
1
1
v₃ =
1
2
1
Q8 Span & Independence
Does the set {v₁, v₂, v₃} span ℝ³?

v₁ =
1
0
0
v₂ =
1
1
0
v₃ =
1
1
1

Trick Questions

Short answers — these are the traps that catch people who know the material but miss the fine print

Most of these require almost no computation. The answer comes from knowing a rule cold. If you find yourself doing a long row-reduction, stop — there's probably a shortcut.
T1 RREF
Is the following matrix in RREF? If not, state which property is violated.

1035
0012
0000
T2 RREF
The augmented matrix of a 3-variable system is in RREF:

1304
0012
0000

Write the general solution. Which variable is free?
T3 RREF
These two matrices are the final RREF of two different systems. For each one, state: inconsistent, unique solution, or infinitely many solutions.

(a)
1023
01−14
0000

(b)
1023
01−14
0005
T4 Span & Independence
Is the following set linearly independent? Answer immediately — no row reduction needed.

v₁ =
1
2
3
v₂ =
0
0
0
v₃ =
4
5
6
T5 Span & Independence
Can 4 vectors in ℝ³ ever be linearly independent?
T6 Span & Independence
Suppose {v₁, v₂} is linearly independent.

Is the set {v₁, v₂, v₁ + v₂} linearly independent?
T7 Lines & Planes
Are these two parametric equations the same line, or different lines?

Line 1:   x = 1 + 2t,   y = 3 − t,   z = 4t
Line 2:   x = 5 + 6s,   y = 1 − 3s,   z = 8 + 12s
T8 Systems / RREF
True or false: "A linear system with fewer equations than unknowns always has infinitely many solutions."
T9 Matrix Operations
Let A be a 3×2 matrix and B be a 2×4 matrix.

(a) Is BA defined? If so, what size?
(b) True or false: (AB)ᵀ = AᵀBᵀ
↑ Top