[
Unit 01 · Foundations
Matrix Basics Notation, size, and elements — 10 questions
]
001
Easy
What is the size (dimensions) of this matrix?
2 5 1
0 -3 4
💡 Show hint & concept
Count rows first, then columns.
A 2 x 2 B 3 x 2 C 3 x 3 D 2 x 3
✓ Correct!
✗ Not quite.
Why: The matrix has 2 rows and 3 columns, so its size is 2 x 3 (rows x columns).
002
Easy
In matrix
4 -1
7 2
, what is the element in row 2, column 1?
💡 Show hint & concept
Row number comes first, then column number.
A 2 B -1 C 7 D 4
✓ Correct!
✗ Not quite.
Why: Row 2, column 1 is the entry in the second row, first column, which is 7.
003
Easy
A matrix with only one row is called a:
💡 Show hint & concept
Think about what 'row' means here.
A column matrix B identity matrix C square matrix D row matrix
✓ Correct!
✗ Not quite.
Why: A matrix with exactly one row (and any number of columns) is called a row matrix.
004
Easy
A matrix with the same number of rows and columns is called a:
💡 Show hint & concept
'Square' shapes have equal sides.
A row matrix B column matrix C square matrix D rectangular matrix
✓ Correct!
✗ Not quite.
Why: When the number of rows equals the number of columns, the matrix is a square matrix.
005
Easy
💡 Show hint & concept
Rows go top to bottom.
A 1 x 3 B 3 x 3 C 1 x 1 D 3 x 1
✓ Correct!
✗ Not quite.
Why: There are 3 rows and 1 column, so the size is 3 x 1.
006
Easy
Two matrices are equal only if they have the same size and:
💡 Show hint & concept
Equality is checked entry by entry.
A the same determinant B the same trace C the same sum of entries D the same corresponding entries
✓ Correct!
✗ Not quite.
Why: Matrices are equal when their dimensions match and every corresponding entry is identical.
007
Easy
In matrix
9 -2 0
, what is the element in row 1, column 3?
💡 Show hint & concept
Column 3 is the last entry listed.
A -2 B 9 C 0 D 3
✓ Correct!
✗ Not quite.
Why: Row 1, column 3 refers to the third entry in the single row, which is 0.
008
Easy
A matrix in which every entry is 0 is called the:
💡 Show hint & concept
The name describes the value of every entry.
A identity matrix B null vector C zero matrix D unit matrix
✓ Correct!
✗ Not quite.
Why: A matrix whose entries are all 0 is called the zero matrix.
009
Easy
What is the size of a matrix with 4 rows and 2 columns?
💡 Show hint & concept
The order is always rows x columns.
A 4 x 2 B 4 x 4 C 2 x 4 D 8 x 1
✓ Correct!
✗ Not quite.
Why: By convention, size is written rows x columns, so 4 rows and 2 columns gives 4 x 2.
010
Easy
If matrix A has size 3 x 5, how many total entries does it have?
💡 Show hint & concept
Multiply rows by columns.
A 3 B 5 C 15 D 8
✓ Correct!
✗ Not quite.
Why: Total entries = rows x columns = 3 x 5 = 15.
[
Unit 02 · Foundations
Addition & Subtraction Combining matrices entry by entry — 10 questions
]
011
Easy
Compute:
-5 -5
0 -5
+
-1 -1
3 -2
💡 Show hint & concept
Add or subtract entries that are in the same position.
A -6 -6
3 -7
B -5 -6
3 -6
C 5 5
0 10
D -4 -4
-3 -3
✓ Correct!
✗ Not quite.
Why: Add each pair of corresponding entries directly; matrices of the same size combine entry by entry.
012
Easy
💡 Show hint & concept
Add or subtract entries that are in the same position.
A 4 -1
5 6
B 12 30
0 -5
C 8 -11
5 -4
D 9 -11
5 -3
✓ Correct!
✗ Not quite.
Why: Add each pair of corresponding entries directly; matrices of the same size combine entry by entry.
013
Easy
💡 Show hint & concept
Add or subtract entries that are in the same position.
A 1 1
1 8
B -2 -6
-12 15
C 2 1
1 9
D 3 -5
7 -2
✓ Correct!
✗ Not quite.
Why: Add each pair of corresponding entries directly; matrices of the same size combine entry by entry.
014
Easy
Compute:
-5 -6
4 -3
+
6 -2
-5 -3
💡 Show hint & concept
Add or subtract entries that are in the same position.
A 1 -8
-1 -6
B -30 12
-20 9
C 2 -8
-1 -5
D -11 -4
9 0
✓ Correct!
✗ Not quite.
Why: Add each pair of corresponding entries directly; matrices of the same size combine entry by entry.
015
Easy
💡 Show hint & concept
Subtract entries in the same position: top-left minus top-left, and so on.
A -20 0
8 -1
B -8 1
2 3
C -1 -1
-6 0
D -9 1
2 2
✓ Correct!
✗ Not quite.
Why: Subtract each pair of corresponding entries directly; matrices of the same size combine entry by entry.
016
Easy
💡 Show hint & concept
Subtract entries in the same position: top-left minus top-left, and so on.
A -5 -12
16 10
B -5 -7
0 4
C -6 -7
0 3
D 4 1
8 -7
✓ Correct!
✗ Not quite.
Why: Subtract each pair of corresponding entries directly; matrices of the same size combine entry by entry.
017
Easy
💡 Show hint & concept
Subtract entries in the same position: top-left minus top-left, and so on.
A -1 7
0 2
B 8 1
-8 3
C -2 7
0 1
D 15 -12
16 2
✓ Correct!
✗ Not quite.
Why: Subtract each pair of corresponding entries directly; matrices of the same size combine entry by entry.
018
Easy–Med
Compute:
0 -2 4
5 2 -3
4 -1 6
+
6 -6 -3
-6 6 -1
0 -2 -5
💡 Show hint & concept
Add or subtract entries that are in the same position.
A 7 -8 1
-1 9 -4
4 -3 2
B -6 4 7
11 -4 -2
4 1 11
C 6 -8 1
-1 8 -4
4 -3 1
D 0 12 -12
-30 12 3
0 2 -30
✓ Correct!
✗ Not quite.
Why: Add each pair of corresponding entries directly; matrices of the same size combine entry by entry.
019
Easy–Med
Compute:
-3 3 5
-1 -3 4
1 0 4
+
1 -4 -2
-4 -3 5
2 2 -2
💡 Show hint & concept
Add or subtract entries that are in the same position.
A -4 7 7
3 0 -1
-1 -2 6
B -3 -12 -10
4 9 20
2 0 -8
C -2 -1 3
-5 -6 9
3 2 2
D -1 -1 3
-5 -5 9
3 2 3
✓ Correct!
✗ Not quite.
Why: Add each pair of corresponding entries directly; matrices of the same size combine entry by entry.
020
Easy–Med
Compute:
5 3 0
3 0 -1
-3 -4 2
-
1 -5 6
-6 -5 -4
4 -4 6
💡 Show hint & concept
Subtract entries in the same position: top-left minus top-left, and so on.
A 4 8 -6
9 5 3
-7 0 -4
B 5 -15 0
-18 0 4
-12 16 12
C 6 -2 6
-3 -5 -5
1 -8 8
D 5 8 -6
9 6 3
-7 0 -3
✓ Correct!
✗ Not quite.
Why: Subtract each pair of corresponding entries directly; matrices of the same size combine entry by entry.
[
Unit 03 · Foundations
Scalar Multiplication Multiplying a matrix by a constant — 8 questions
]
021
Easy
💡 Show hint & concept
Multiply every single entry by the scalar.
A 8 0
6 -10
B 12 0
9 -15
C 7 3
6 -2
D 4 0
9 -15
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by 3.
022
Easy
💡 Show hint & concept
Multiply every single entry by the scalar.
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by -2.
023
Easy
💡 Show hint & concept
Multiply every single entry by the scalar.
A 2 -6
6 -18
B 5 1
5 -3
C 4 -4
4 -12
D 6 -6
6 -18
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by 3.
024
Easy
💡 Show hint & concept
Multiply every single entry by the scalar.
A -4 -5
5 -4
B -8 -10
10 -8
C 4 -10
10 -8
D 2 3
-7 2
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by -2.
025
Easy
💡 Show hint & concept
Multiply every single entry by the scalar.
A 2 18
-6 18
B 6 18
-6 18
C 5 9
1 9
D 4 12
-4 12
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by 3.
026
Easy–Med
💡 Show hint & concept
Multiply every single entry by the scalar.
A 7 2 -2
1 3 -1
B 12 -3 -15
-6 0 -12
C 8 -2 -10
-4 0 -8
D 4 -3 -15
-6 0 -12
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by 3.
027
Easy–Med
💡 Show hint & concept
Multiply every single entry by the scalar.
A 4 -24
20 20
-8 8
B 3 -18
15 15
-6 6
C 1 -24
20 20
-8 8
D 5 -2
9 9
2 6
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by 4.
028
Easy–Med
💡 Show hint & concept
Multiply every single entry by the scalar.
A 12 -8 4
-10 8 -4
B 18 -12 6
-15 12 -6
C 9 -1 5
-2 7 1
D 6 -12 6
-15 12 -6
✓ Correct!
✗ Not quite.
Why: Scalar multiplication multiplies each entry of the matrix by 3.
[
Unit 04 · Core Skills
Matrix Multiplication Row-by-column products — 15 questions
]
029
Easy–Med
Matrix A is size 2 x 3 and matrix B is size 3 x 2. Is the product AB defined, and if so what size is it?
💡 Show hint & concept
AB is defined when the number of columns of A equals the number of rows of B.
A No, the dimensions do not match B Yes, defined; result is 3 x 3 C Yes, defined; result is 2 x 3 D Yes, defined; result is 2 x 2
✓ Correct!
✗ Not quite.
Why: A is 2x3 and B is 3x2: inner numbers (3 and 3) match, so AB is defined, and the result takes the outer dimensions: 2 x 2.
030
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A -6 -6
-2 -2
B -6 -4
-1 3
C -8 -6
0 1
D -8 0
-3 1
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
031
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A 9 -2
2 -1
B 6 1
-3 0
C 5 -2
-10 3
D 6 -2
-9 3
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
032
Easy–Med
Multiply:
-3 -3
-1 3
x
3 -1
-2 -3
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A -9 3
2 -9
B -3 12
-9 -8
C -8 -12
9 -3
D -9 3
-3 1
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
033
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A -4 0
-9 9
B -1 -3
-15 9
C -4 0
-6 0
D -4 2
3 12
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
034
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A -6 6
-6 6
B -6 2
0 -2
C 0 -6
3 -2
D -6 7
-6 4
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
035
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
036
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
037
Easy–Med
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
038
Medium
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
039
Medium
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
040
Medium
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
041
Medium
Multiply:
-2 -1 2
0 -2 1
x
-2 2
1 1
0 -2
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A 4 -8
-1 -3
B 3 -9
-2 -4
C 4 -2 -2
-2 -3 3
0 4 -2
D 3 -5
-2 -2
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
042
Medium
Multiply:
3 0
3 0
-2 -3
x
-3 2 0
-1 0 0
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A -8 7 1
-8 7 1
10 -3 1
B -3 0
-3 0
C -9 6 0
-9 6 0
9 -4 0
D -9 6 0
-9 6 0
6 -4 0
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
043
Medium
Multiply:
1 3 -2
3 3 3
x
-2 -2 1
3 0 -2
-1 -1 -1
💡 Show hint & concept
Each entry of the result is the dot product of a row from the first matrix and a column from the second.
A 7 -2 -5
3 -6 -3
B 9 0 -3
0 -9 -6
C -4 D 10 1 -2
1 -8 -5
✓ Correct!
✗ Not quite.
Why: Multiply each row of the first matrix by each column of the second, summing the products, to fill in the result matrix.
[
Unit 05 · Core Skills
Transpose Flipping rows and columns — 8 questions
]
044
Easy
Find the transpose of
2 1
-4 0
💡 Show hint & concept
The transpose turns rows into columns.
A -2 4
-1 0
B -4 0
2 1
C 2 1
-4 0
D 2 -4
1 0
✓ Correct!
✗ Not quite.
Why: To transpose a matrix, write its rows as columns (row 1 becomes column 1, and so on).
045
Easy
Find the transpose of
-4 -2
1 -3
💡 Show hint & concept
The transpose turns rows into columns.
A -4 -2
1 -3
B 1 -3
-4 -2
C 4 -1
2 3
D -4 1
-2 -3
✓ Correct!
✗ Not quite.
Why: To transpose a matrix, write its rows as columns (row 1 becomes column 1, and so on).
046
Easy
Find the transpose of
-5 1
6 2
💡 Show hint & concept
The transpose turns rows into columns.
A 6 2
-5 1
B -5 1
6 2
C -5 6
1 2
D 5 -6
-1 -2
✓ Correct!
✗ Not quite.
Why: To transpose a matrix, write its rows as columns (row 1 becomes column 1, and so on).
047
Easy–Med
Find the transpose of
-5 -6 4
2 -6 -5
💡 Show hint & concept
The transpose turns rows into columns.
A 5 -2
6 6
-4 5
B -5 -6 4
2 -6 -5
C 4 -5
-6 -6
-5 2
D -5 2
-6 -6
4 -5
✓ Correct!
✗ Not quite.
Why: To transpose a matrix, write its rows as columns (row 1 becomes column 1, and so on).
048
Easy–Med
Find the transpose of
6 -3 -4
0 1 1
💡 Show hint & concept
The transpose turns rows into columns.
A 6 -3 -4
0 1 1
B -4 1
-3 1
6 0
C -6 0
3 -1
4 -1
D 6 0
-3 1
-4 1
✓ Correct!
✗ Not quite.
Why: To transpose a matrix, write its rows as columns (row 1 becomes column 1, and so on).
049
Easy–Med
Find the transpose of
-3 0
-6 -4
0 -6
💡 Show hint & concept
The transpose turns rows into columns.
A 0 -4 -6
-3 -6 0
B -3 -6 0
0 -4 -6
C 3 6 0
0 4 6
D -3 0
-6 -4
0 -6
✓ Correct!
✗ Not quite.
Why: To transpose a matrix, write its rows as columns (row 1 becomes column 1, and so on).
050
Easy
If matrix A has size 3 x 5, what is the size of A^T (the transpose of A)?
💡 Show hint & concept
Transposing swaps the number of rows and columns.
A 3 x 3 B 5 x 5 C 5 x 3 D 3 x 5
✓ Correct!
✗ Not quite.
Why: Transposing a matrix swaps rows and columns, so a 3 x 5 matrix becomes 5 x 3.
051
Easy–Med
For any matrix A, what is (A^T)^T equal to?
💡 Show hint & concept
Think about transposing twice.
A A B the identity matrix C A^T D the zero matrix
✓ Correct!
✗ Not quite.
Why: Taking the transpose of a matrix twice returns the original matrix: (A^T)^T = A.
[
Unit 06 · Core Skills
Identity & Zero Matrices Special matrices and their properties — 7 questions
]
052
Easy
What is
3 -2
0 5
x
1 0
0 1
(multiplying by the identity matrix)?
💡 Show hint & concept
Multiplying any matrix by the identity matrix changes nothing.
✓ Correct!
✗ Not quite.
Why: The identity matrix I acts like the number 1 in multiplication: for any matrix A, A x I = A.
053
Easy
What are the entries on the main diagonal of a 3 x 3 identity matrix?
💡 Show hint & concept
The identity matrix looks like a diagonal line of a single value.
A all 1s B alternating 1 and 0 C all 0s D all equal to the matrix size
✓ Correct!
✗ Not quite.
Why: In an identity matrix, every entry on the main diagonal is 1, and all other entries are 0.
054
Easy
What is the result of adding any matrix A to the zero matrix of the same size?
💡 Show hint & concept
Adding zero should not change anything.
A A B the zero matrix C the identity matrix D 2A
✓ Correct!
✗ Not quite.
Why: Adding the zero matrix leaves any matrix unchanged, just like adding 0 to a number.
055
Easy–Med
Which of these is the 2 x 2 identity matrix?
💡 Show hint & concept
Diagonal entries are 1, everything else is 0.
✓ Correct!
✗ Not quite.
Why: The identity matrix has 1s down the main diagonal and 0s everywhere else.
056
Easy–Med
For a square matrix A, what does A x I represent compared to I x A?
💡 Show hint & concept
The identity matrix commutes with every square matrix.
A they can never be equal B A x I is always larger C I x A is always the zero matrix D they are always equal to each other
✓ Correct!
✗ Not quite.
Why: The identity matrix commutes with any square matrix of matching size, so A x I = I x A = A.
057
Easy–Med
What is the trace (sum of main diagonal entries) of a 3 x 3 identity matrix?
💡 Show hint & concept
Add the three diagonal 1s.
A 0 B 1 C 3 D 9
✓ Correct!
✗ Not quite.
Why: The main diagonal of a 3 x 3 identity matrix has three 1s, so the trace is 1+1+1 = 3.
058
Medium
If A x B = A x I for a square matrix A with an inverse, what must B equal?
💡 Show hint & concept
Since A has an inverse, you can cancel A from both sides.
A A^-1 B the zero matrix C A D I
✓ Correct!
✗ Not quite.
Why: Because A is invertible, multiply both sides by A^-1 on the left: B = I.
[
Unit 07 · Advanced
Determinant (2×2) ad − bc, and invertibility — 10 questions
]
059
Easy
Find the determinant of
1 -1
2 -1
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 1 B -3 C -8 D 2
✓ Correct!
✗ Not quite.
Why: det = (1)(-1) - (-1)(2) = -1 - -2 = 1.
060
Easy
Find the determinant of
1 3
5 2
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A -13 B -7 C -1 D 17
✓ Correct!
✗ Not quite.
Why: det = (1)(2) - (3)(5) = 2 - 15 = -13.
061
Easy
Find the determinant of
-3 -2
-1 -2
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 5 B 4 C -1 D 8
✓ Correct!
✗ Not quite.
Why: det = (-3)(-2) - (-2)(-1) = 6 - 2 = 4.
062
Easy
Find the determinant of
-5 4
3 -5
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 5 B 37 C 13 D -5
✓ Correct!
✗ Not quite.
Why: det = (-5)(-5) - (4)(3) = 25 - 12 = 13.
063
Easy
Find the determinant of
0 -5
-5 4
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 4 B 25 C -25 D 20
✓ Correct!
✗ Not quite.
Why: det = (0)(4) - (-5)(-5) = 0 - 25 = -25.
064
Easy–Med
Find the determinant of
7 8
8 -3
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 43 B -85 C 80 D -7
✓ Correct!
✗ Not quite.
Why: det = (7)(-3) - (8)(8) = -21 - 64 = -85.
065
Easy–Med
Find the determinant of
-7 8
-6 -3
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A -27 B -74 C 69 D 66
✓ Correct!
✗ Not quite.
Why: det = (-7)(-3) - (8)(-6) = 21 - -48 = 69.
066
Easy–Med
Find the determinant of
-6 -6
-1 4
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 40 B 30 C -30 D -18
✓ Correct!
✗ Not quite.
Why: det = (-6)(4) - (-6)(-1) = -24 - 6 = -30.
067
Easy–Med
Find the determinant of
-5 -1
-7 -6
💡 Show hint & concept
For a 2x2 matrix [[a,b],[c,d]], det = ad - bc.
A 23 B 37 C -37 D 29
✓ Correct!
✗ Not quite.
Why: det = (-5)(-6) - (-1)(-7) = 30 - 7 = 23.
068
Easy–Med
A 2x2 matrix has no inverse exactly when its determinant equals:
💡 Show hint & concept
Division by the determinant is required to find an inverse.
A 0 B the trace C -1 D 1
✓ Correct!
✗ Not quite.
Why: Finding an inverse requires dividing by the determinant, so a matrix is not invertible exactly when det = 0.
[
Unit 08 · Advanced
Determinant (3×3) Cofactor expansion — 12 questions
]
069
Medium
Find the determinant of
0 2 1
1 1 -1
-1 -2 2
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A -2 B 1 C 3 D -3
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: 0(1×2--1×-2) - 2(1×2--1×-1) + 1(1×-2-1×-1) = -3.
070
Medium
Find the determinant of
2 -1 -2
-1 0 -2
2 2 -1
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 7 B 17 C -17 D 13
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: 2(0×-1--2×2) - -1(-1×-1--2×2) + -2(-1×2-0×2) = 17.
071
Medium
Find the determinant of
0 -1 3
-3 -3 0
1 1 -3
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 8 B -9 C 9 D 7
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: 0(-3×-3-0×1) - -1(-3×-3-0×1) + 3(-3×1--3×1) = 9.
072
Medium
Find the determinant of
-3 1 -2
1 -1 -2
-1 -3 -2
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 16 B 5 C -24 D 24
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: -3(-1×-2--2×-3) - 1(1×-2--2×-1) + -2(1×-3--1×-1) = 24.
073
Hard
Find the determinant of
0 -3 -2
0 -3 -3
4 -2 0
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 36 B 12 C -60 D -12
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: 0(-3×0--3×-2) - -3(0×0--3×4) + -2(0×-2--3×4) = 12.
074
Hard
Find the determinant of
0 -1 1
-1 0 4
3 0 -4
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A -8 B 8 C 5 D -1
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: 0(0×-4-4×0) - -1(-1×-4-4×3) + 1(-1×0-0×3) = -8.
075
Hard
Find the determinant of
-3 2 0
-4 -4 1
-2 0 -2
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A -44 B 5 C 44 D -4
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: -3(-4×-2-1×0) - 2(-4×-2-1×-2) + 0(-4×0--4×-2) = -44.
076
Hard
Find the determinant of
-4 1 4
-2 2 -2
-4 0 1
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 34 B 14 C 2 D -34
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: -4(2×1--2×0) - 1(-2×1--2×-4) + 4(-2×0-2×-4) = 34.
077
Hard
Find the determinant of
-4 1 -1
-1 -3 1
4 2 -2
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 24 B -24 C -28 D -14
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: -4(-3×-2-1×2) - 1(-1×-2-1×4) + -1(-1×2--3×4) = -24.
078
Hard
Find the determinant of
-2 3 -2
3 3 -2
0 -3 -2
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 60 B 24 C -60 D 42
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: -2(3×-2--2×-3) - 3(3×-2--2×0) + -2(3×-3-3×0) = 60.
079
Hard
Find the determinant of
2 -1 3
0 3 2
3 2 3
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 4 B 23 C -11 D -23
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: 2(3×3-2×2) - -1(0×3-2×3) + 3(0×2-3×3) = -23.
080
Hard
Find the determinant of
-2 -1 -2
3 2 -3
0 3 -3
💡 Show hint & concept
Expand along the first row: det = a(ei-fh) - b(di-fg) + c(dh-eg), using the standard a,b,c / d,e,f / g,h,i labels.
A 33 B 3 C -33 D -15
✓ Correct!
✗ Not quite.
Why: Expanding along row 1: -2(2×-3--3×3) - -1(3×-3--3×0) + -2(3×3-2×0) = -33.
[
Unit 09 · Mastery
Inverse (2×2) Adjugate over determinant — 12 questions
]
081
Easy–Med
Find the inverse of
0 -1
-2 -2
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A 1 -1/2
-1 0
B 0 -1/2
-1 1
C -2 1
2 0
D 1 1/2
1 0
✓ Correct!
✗ Not quite.
Why: det = -2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/-2 to get the inverse.
082
Easy–Med
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
✓ Correct!
✗ Not quite.
Why: det = 1. Swap a,d and negate b,c to get the adjugate, then multiply by 1/1 to get the inverse.
083
Easy–Med
Find the inverse of
-1 3
-1 5
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A 1/2 3/2
-1/2 -5/2
B -5/2 3/2
-1/2 1/2
C -5/2 -3/2
1/2 1/2
D 5 -3
1 -1
✓ Correct!
✗ Not quite.
Why: det = -2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/-2 to get the inverse.
084
Easy–Med
Find the inverse of
1 0
1 -1
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A 1 0
-1 -1
B -1 0
1 1
C -1 0
-1 1
D 1 0
1 -1
✓ Correct!
✗ Not quite.
Why: det = -1. Swap a,d and negate b,c to get the adjugate, then multiply by 1/-1 to get the inverse.
085
Easy–Med
Find the inverse of
-4 2
-3 2
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A 2 -2
3 -4
B 2 1
-3/2 -1
C -1 1
-3/2 2
D -1 -1
3/2 2
✓ Correct!
✗ Not quite.
Why: det = -2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/-2 to get the inverse.
086
Easy–Med
Find the inverse of
2 2
-1 -2
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A 1 1
-1/2 -1
B -1 1
-1/2 1
C 1 -1
1/2 -1
D -2 -2
1 2
✓ Correct!
✗ Not quite.
Why: det = -2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/-2 to get the inverse.
087
Medium
Find the inverse of
-4 -1
-2 -1
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A -1 1
2 -4
B -2 1/2
1 -1/2
C -1/2 -1/2
-1 -2
D -1/2 1/2
1 -2
✓ Correct!
✗ Not quite.
Why: det = 2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/2 to get the inverse.
088
Medium
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A 2 0
-3 1
B 1/2 0
-3/2 1
C 1 0
3/2 1/2
D 1 0
-3/2 1/2
✓ Correct!
✗ Not quite.
Why: det = 2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/2 to get the inverse.
089
Medium
Find the inverse of
-1 1
0 -2
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
A -1/2 -1/2
0 -1
B -1 -1/2
0 -1/2
C -1 1/2
0 -1/2
D -2 -1
0 -1
✓ Correct!
✗ Not quite.
Why: det = 2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/2 to get the inverse.
090
Medium
💡 Show hint & concept
Swap a and d, negate b and c, then divide every entry by the determinant.
✓ Correct!
✗ Not quite.
Why: det = 2. Swap a,d and negate b,c to get the adjugate, then multiply by 1/2 to get the inverse.
091
Easy–Med
What is the first step in finding the inverse of a 2x2 matrix [[a,b],[c,d]]?
💡 Show hint & concept
You need the determinant before you can divide by it.
A add the rows together B calculate the determinant, ad - bc C multiply the matrix by itself D swap all four entries
✓ Correct!
✗ Not quite.
Why: The inverse formula requires dividing by the determinant, so it must be calculated first.
092
Medium
If det(A) = 0 for a 2x2 matrix A, what can you conclude?
💡 Show hint & concept
The inverse formula divides by the determinant.
A A has no inverse B A^2 = A C A must be the zero matrix D A must be the identity matrix
✓ Correct!
✗ Not quite.
Why: Since the inverse formula requires dividing by det(A), a determinant of 0 means A is not invertible.
[
Unit 10 · Mastery
Inverse (3×3) Cofactors, adjugate, and division by det — 8 questions
]
093
Hard
Find the inverse of
-1 3 -1
-2 1 1
2 2 -3
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A 5 -7 -4
4 -5 -3
6 -8 -5
B -5 7 4
-4 5 3
-6 8 5
C 5 7 -4
-4 -5 3
6 8 -5
D 5 4 6
-7 -5 -8
-4 -3 -5
✓ Correct!
✗ Not quite.
Why: det(A) = -1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by -1 to get A^-1.
094
Hard
Find the inverse of
0 -1 3
1 -1 3
-3 -1 2
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A 1 -1 0
-11 9 3
-4 3 1
B -1 -1 0
-11 -9 3
4 3 -1
C -1 1 0
11 -9 -3
4 -3 -1
D -1 11 4
1 -9 -3
0 -3 -1
✓ Correct!
✗ Not quite.
Why: det(A) = -1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by -1 to get A^-1.
095
Hard
Find the inverse of
1 0 -1
-1 1 3
1 0 0
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A 0 0 1
3 1 -2
-1 0 1
B 0 0 -1
-3 -1 2
1 0 -1
C 0 3 -1
0 1 0
1 -2 1
D 0 0 1
-3 1 2
-1 0 1
✓ Correct!
✗ Not quite.
Why: det(A) = 1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by 1 to get A^-1.
096
Hard
Find the inverse of
2 2 3
0 3 1
-3 1 -3
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A -10 -9 -7
3 3 2
9 8 6
B -10 -3 9
9 3 -8
-7 -2 6
C -10 9 -7
-3 3 -2
9 -8 6
D 10 -9 7
3 -3 2
-9 8 -6
✓ Correct!
✗ Not quite.
Why: det(A) = 1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by 1 to get A^-1.
097
Hard
Find the inverse of
-3 -1 1
-2 -3 -2
-1 1 2
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A -4 6 -5
3 -5 4
5 -8 7
B -4 3 5
6 -5 -8
-5 4 7
C -4 -3 5
-6 -5 8
-5 -4 7
D 4 -3 -5
-6 5 8
5 -4 -7
✓ Correct!
✗ Not quite.
Why: det(A) = 1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by 1 to get A^-1.
098
Hardest
Find the inverse of
-1 -3 0
-3 0 1
-1 -2 0
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A 2 -1 6
0 0 1
-3 1 -9
B 2 0 -3
1 0 -1
6 -1 -9
C 2 0 -3
-1 0 1
6 1 -9
D -2 0 3
1 0 -1
-6 -1 9
✓ Correct!
✗ Not quite.
Why: det(A) = 1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by 1 to get A^-1.
099
Hardest
Find the inverse of
1 0 -1
2 3 -3
-3 2 2
💡 Show hint & concept
Find the matrix of cofactors, transpose it to get the adjugate, then divide every entry by the determinant.
A 12 -2 3
5 -1 1
13 -2 3
B -12 2 -3
-5 1 -1
-13 2 -3
C -12 -2 -3
5 1 1
-13 -2 -3
D -12 -5 -13
2 1 2
-3 -1 -3
✓ Correct!
✗ Not quite.
Why: det(A) = -1. Build the cofactor matrix, transpose it (adjugate), then divide each entry by -1 to get A^-1.
100
Hardest
What is the correct order of steps to find the inverse of a 3x3 matrix?
💡 Show hint & concept
Remember: Cofactor -> Adjugate -> Divide.
A divide by determinant, then find cofactors B transpose, then determinant, then cofactors C add the rows, then transpose D cofactors, then transpose (adjugate), then divide by the determinant
✓ Correct!
✗ Not quite.
Why: The standard method is: compute the matrix of cofactors, transpose it to form the adjugate, then divide every entry by the determinant.