12 multiple-choice questions, progressively harder.
A matrix has 333 rows and 222 columns. What are its dimensions?
Solution
Correct answer: A
Dimensions are always written rows first, then columns.
3 rows×2 columns=3×23 \text{ rows} \times 2 \text{ columns} = 3 \times 23 rows×2 columns=3×2
So it is a 3×23 \times 23×2 matrix.
For the matrix A=[4729]A = \left[\begin{array}{cc}4 & 7 \\ 2 & 9\end{array}\right]A=[4279], what is the entry a12a_{12}a12?
Correct answer: C
The entry a12a_{12}a12 sits in row 111, column 222. Read across the first row to the second column.
a12=7a_{12} = 7a12=7
The row number comes first, the column number second.
In an augmented matrix, which part holds the constants (the right-hand sides of the equations)?
Correct answer: B
An augmented matrix puts each equation's coefficients in the left columns and its constant to the right of the vertical bar.
[abc] means ax+by=c\left[\begin{array}{cc|c}a & b & c\end{array}\right] \text{ means } ax + by = c[abc] means ax+by=c
So the constants live in the last column, past the bar.
What is the first row of the augmented matrix of the system x+2y=7x + 2y = 7x+2y=7, 3x−y=43x - y = 43x−y=4?
Correct answer: D
Read the first equation x+2y=7x + 2y = 7x+2y=7. Its coefficients are 111 (for xxx) and 222 (for yyy), and its constant is 777.
x+2y=7 ⇒ [127]x + 2y = 7 \;\Rightarrow\; \left[\begin{array}{cc|c}1 & 2 & 7\end{array}\right]x+2y=7⇒[127]
The missing number in front of xxx counts as 111.
In the equation x−y=5x - y = 5x−y=5, what is the coefficient of xxx?
A variable written with no number in front of it has coefficient 111, since xxx means 1x1x1x.
x−y=5 ⇒ 1x−1y=5x - y = 5 \;\Rightarrow\; 1x - 1y = 5x−y=5⇒1x−1y=5
So the coefficient of xxx is 111.
A system uses the variables xxx, yyy, zzz. In the equation x+z=4x + z = 4x+z=4, what is the coefficient of yyy?
The variable yyy does not appear, so its coefficient is 000. That 000 still holds the yyy column open in the matrix.
x+z=4 ⇒ 1x+0y+1z=4x + z = 4 \;\Rightarrow\; 1x + 0y + 1z = 4x+z=4⇒1x+0y+1z=4
The row is [1014]\left[\begin{array}{ccc|c}1 & 0 & 1 & 4\end{array}\right][1014].
Which of these is a legal row operation on an augmented matrix?
The three legal operations are swapping two rows, multiplying a row by a nonzero constant, and adding a multiple of one row to another.
R2→R2+2R1R_2 \to R_2 + 2R_1R2→R2+2R1
Adding a multiple of one row to another is exactly the third operation. Multiplying by 000, deleting a row, or collapsing a row to one number are all disallowed.
The row operation R2→R2−3R1R_2 \to R_2 - 3R_1R2→R2−3R1 means:
The notation replaces row 222 with row 222 minus 333 copies of row 111, entry by entry.
R2→R2−3R1R_2 \to R_2 - 3R_1R2→R2−3R1
Each entry of the new row 222 is (old row 222 entry) minus 333 times the matching row 111 entry.
A reduced 222-variable augmented matrix (columns xxx then yyy) has bottom row [016]\left[\begin{array}{cc|c}0 & 1 & 6\end{array}\right][016]. What does this row say?
Translate the row into an equation using the column labels: 0x+1y=60x + 1y = 60x+1y=6.
0x+1y=6 ⇒ y=60x + 1y = 6 \;\Rightarrow\; y = 60x+1y=6⇒y=6
A reduced 333-variable augmented matrix (columns xxx, yyy, zzz) has bottom row [0015]\left[\begin{array}{ccc|c}0 & 0 & 1 & 5\end{array}\right][0015]. What does it say?
The bottom row reads 0x+0y+1z=50x + 0y + 1z = 50x+0y+1z=5.
0x+0y+1z=5 ⇒ z=50x + 0y + 1z = 5 \;\Rightarrow\; z = 50x+0y+1z=5⇒z=5
This single value is the starting point for back-substitution.
In an augmented matrix, the vertical bar separates:
The bar marks where the left-hand coefficients end and the right-hand constants begin.
It stands in for the equals signs of the system.
A reduced row that is entirely zero, standing for 0=00 = 00=0, tells you that:
The equation 0=00 = 00=0 is true for every choice of the variables, so it places no constraint on them.
0=0 is always true0 = 0 \text{ is always true}0=0 is always true
It often signals a dependent system with infinitely many solutions.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.