12 multiple-choice questions, progressively harder.
Solve the system with augmented matrix [111601150039]\left[\begin{array}{ccc|c}1 & 1 & 1 & 6 \\ 0 & 1 & 1 & 5 \\ 0 & 0 & 3 & 9\end{array}\right]100110113659.
Solution
Correct answer: C
The matrix is already triangular. The bottom row gives 3z=93z = 93z=9, so z=3z = 3z=3. The middle row gives y+z=5y + z = 5y+z=5.
y+3=5 ⇒ y=2y + 3 = 5 \;\Rightarrow\; y = 2y+3=5⇒y=2
The top row gives x+y+z=6x + y + z = 6x+y+z=6, so x+2+3=6x + 2 + 3 = 6x+2+3=6 and x=1x = 1x=1. The solution is (1,2,3)(1, 2, 3)(1,2,3).
The reduced matrix [102501−110000]\left[\begin{array}{ccc|c}1 & 0 & 2 & 5 \\ 0 & 1 & -1 & 1 \\ 0 & 0 & 0 & 0\end{array}\right]1000102−10510 (columns xxx, yyy, zzz) has which solution set?
Correct answer: D
The zero row gives no constraint, so zzz is free; call it ttt. The second row gives y−z=1y - z = 1y−z=1, so y=1+ty = 1 + ty=1+t. The first gives x+2z=5x + 2z = 5x+2z=5.
x=5−2t,y=1+t,z=tx = 5 - 2t,\quad y = 1 + t,\quad z = tx=5−2t,y=1+t,z=t
Every value of ttt yields a solution, so there are infinitely many.
Reducing a system gives [111401230005]\left[\begin{array}{ccc|c}1 & 1 & 1 & 4 \\ 0 & 1 & 2 & 3 \\ 0 & 0 & 0 & 5\end{array}\right]100110120435. The system has:
Correct answer: B
The bottom row reads 0x+0y+0z=50x + 0y + 0z = 50x+0y+0z=5, i.e. 0=50 = 50=5.
[0005]⇒0=5\left[\begin{array}{ccc|c}0 & 0 & 0 & 5\end{array}\right] \Rightarrow 0 = 5[0005]⇒0=5
That is impossible, so the system is inconsistent: no solution, regardless of the other rows.
The matrix [120300140000]\left[\begin{array}{ccc|c}1 & 2 & 0 & 3 \\ 0 & 0 & 1 & 4 \\ 0 & 0 & 0 & 0\end{array}\right]100200010340 (columns xxx, yyy, zzz) has how many solutions?
The zero row adds nothing, and no contradiction appears, so the system is consistent. The variable yyy has no pivot, so it is free.
x=3−2y,z=4,y freex = 3 - 2y,\quad z = 4,\quad y \text{ free}x=3−2y,z=4,y free
A free variable means infinitely many solutions.
Solve the system with augmented matrix [026319]\left[\begin{array}{cc|c}0 & 2 & 6 \\ 3 & 1 & 9\end{array}\right][032169].
Correct answer: A
The top-left entry is 000, so swap the rows to get [319026]\left[\begin{array}{cc|c}3 & 1 & 9 \\ 0 & 2 & 6\end{array}\right][301296]. The bottom row gives 2y=62y = 62y=6, so y=3y = 3y=3. Then 3x+y=93x + y = 93x+y=9.
3x+3=9 ⇒ x=23x + 3 = 9 \;\Rightarrow\; x = 23x+3=9⇒x=2
So (x,y)=(2,3)(x, y) = (2, 3)(x,y)=(2,3).
The system with augmented matrix [1352k4]\left[\begin{array}{cc|c}1 & 3 & 5 \\ 2 & k & 4\end{array}\right][123k54] has a unique solution for which values of kkk?
Apply R2→R2−2R1R_2 \to R_2 - 2R_1R2→R2−2R1: the second row becomes (0, k−6∣−6)(0,\ k - 6 \mid -6)(0, k−6∣−6). A unique solution needs a pivot in the second column, so k−6≠0k - 6 \ne 0k−6=0.
k≠6k \ne 6k=6
When k=6k = 6k=6 the row reads 0=−60 = -60=−6, giving no solution instead.
A consistent system of 333 equations in xxx, yyy, zzz reduces to just 222 pivots. How many free variables are there?
Each variable with a pivot is determined; the rest are free. With 333 variables and 222 pivots,
3−2=13 - 2 = 13−2=1
there is 111 free variable, so the system has infinitely many solutions.
During reduction, your working pivot position holds a 000 but the entry directly below it is nonzero. You should:
A pivot cannot be 000. If a nonzero entry sits below, swapping brings it up so reduction can proceed.
Ri↔RjR_i \leftrightarrow R_jRi↔Rj
The swap is legal and changes nothing about the solution set.
Solve the system with augmented matrix [1113−1−5]\left[\begin{array}{cc|c}1 & 1 & 1 \\ 3 & -1 & -5\end{array}\right][131−11−5].
The system is x+y=1x + y = 1x+y=1, 3x−y=−53x - y = -53x−y=−5. Use R2→R2−3R1R_2 \to R_2 - 3R_1R2→R2−3R1 to get (0, −4∣−8)(0,\ -4 \mid -8)(0, −4∣−8), so −4y=−8-4y = -8−4y=−8 and y=2y = 2y=2. Back-substitute into x+y=1x + y = 1x+y=1.
x+2=1 ⇒ x=−1x + 2 = 1 \;\Rightarrow\; x = -1x+2=1⇒x=−1
So (x,y)=(−1,2)(x, y) = (-1, 2)(x,y)=(−1,2).
The coefficient part of a 3×33 \times 33×3 system reduces to a pivot in all three columns with no zero row. The system is:
Three pivots for three variables determine each one by back-substitution, and no contradiction row appears.
3 pivots for 3 variables⇒unique solution3 \text{ pivots for } 3 \text{ variables} \Rightarrow \text{unique solution}3 pivots for 3 variables⇒unique solution
During reduction the row [00m−40]\left[\begin{array}{ccc|c}0 & 0 & m - 4 & 0\end{array}\right][00m−40] appears. For which mmm does it fail to give a pivot (leaving zzz free)?
The entry m−4m - 4m−4 is a pivot only when it is nonzero. It fails to give a pivot when
m−4=0 ⇒ m=4m - 4 = 0 \;\Rightarrow\; m = 4m−4=0⇒m=4
Then the row is all zeros and zzz is free.
For [426158]\left[\begin{array}{cc|c}4 & 2 & 6 \\ 1 & 5 & 8\end{array}\right][412568], which first step avoids fractions and sets up a leading 111?
Row 222 has a leading 111, so swapping it to the top avoids dividing row 111 by 444.
R1↔R2R_1 \leftrightarrow R_2R1↔R2
A leading 111 keeps every later entry an integer.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.