12 multiple-choice questions, progressively harder.
For which values of kkk does {2x+ky=63x+6y=10\begin{cases} 2x + ky = 6 \\ 3x + 6y = 10 \end{cases}{2x+ky=63x+6y=10 have a unique solution?
Solution
Correct answer: D
A unique solution requires a nonzero coefficient determinant.
D=∣2k36∣=12−3kD = \begin{vmatrix} 2 & k \\ 3 & 6 \end{vmatrix} = 12 - 3kD=23k6=12−3k
This is zero only at k=4k = 4k=4, so the system has a unique solution for every k≠4k \ne 4k=4.
For which values of kkk does {x+ky=2kx+9y=6\begin{cases} x + ky = 2 \\ kx + 9y = 6 \end{cases}{x+ky=2kx+9y=6 have a unique solution?
D=∣1kk9∣=9−k2D = \begin{vmatrix} 1 & k \\ k & 9 \end{vmatrix} = 9 - k^2D=1kk9=9−k2
This is zero when k=3k = 3k=3 or k=−3k = -3k=−3, so the system has a unique solution for k≠3k \ne 3k=3 and k≠−3k \ne -3k=−3.
How many solutions does {2x+4y=63x+6y=10\begin{cases} 2x + 4y = 6 \\ 3x + 6y = 10 \end{cases}{2x+4y=63x+6y=10 have?
Correct answer: B
The determinant ∣2436∣=0\begin{vmatrix} 2 & 4 \\ 3 & 6 \end{vmatrix} = 02346=0, so inspect the equations. Dividing the first by 222 gives x+2y=3x + 2y = 3x+2y=3, and dividing the second by 333 gives x+2y=103x + 2y = \tfrac{10}{3}x+2y=310.
x+2y=3versusx+2y=103x + 2y = 3 \quad\text{versus}\quad x + 2y = \tfrac{10}{3}x+2y=3versusx+2y=310
The lines are parallel and distinct, so the system has no solution.
How many solutions does {x−2y=3−2x+4y=1\begin{cases} x - 2y = 3 \\ -2x + 4y = 1 \end{cases}{x−2y=3−2x+4y=1 have?
Correct answer: C
The determinant is again zero, so compare the equations. Multiplying the first by −2-2−2 gives −2x+4y=−6-2x + 4y = -6−2x+4y=−6, which conflicts with the second.
−2x+4y=−6versus−2x+4y=1-2x + 4y = -6 \quad\text{versus}\quad -2x + 4y = 1−2x+4y=−6versus−2x+4y=1
The lines are parallel and distinct, so there is no solution.
Evaluate ∣2−1310−2411∣\begin{vmatrix} 2 & -1 & 3 \\ 1 & 0 & -2 \\ 4 & 1 & 1 \end{vmatrix}214−1013−21.
Correct answer: A
Expand along the first row, carefully tracking the signs of the negative entries.
2(0⋅1−(−2)(1))−(−1)(1⋅1−(−2)(4))+3(1⋅1−0⋅4)=2(2)+1(9)+3(1)=162(0 \cdot 1 - (-2)(1)) - (-1)(1 \cdot 1 - (-2)(4)) + 3(1 \cdot 1 - 0 \cdot 4) = 2(2) + 1(9) + 3(1) = 162(0⋅1−(−2)(1))−(−1)(1⋅1−(−2)(4))+3(1⋅1−0⋅4)=2(2)+1(9)+3(1)=16
In a first-row cofactor expansion of a 3×33 \times 33×3 determinant, what are the signs of the three terms in order?
The cofactor signs alternate along the first row, starting from plus.
+, −, ++, \ -, \ ++, −, +
The middle term is subtracted, which is the sign most often dropped by mistake.
To solve a 10×1010 \times 1010×10 linear system by hand, which method is far more efficient?
Cramer's rule would need eleven 10×1010 \times 1010×10 determinants, and a cofactor expansion of each fans out into an enormous number of terms.
cofactor expansion cost grows about like n!\text{cofactor expansion cost grows about like } n!cofactor expansion cost grows about like n!
Row reduction grows far more slowly, so it is the efficient choice for large systems.
Use Cramer's rule to find yyy for {3x−4y=182x+y=1\begin{cases} 3x - 4y = 18 \\ 2x + y = 1 \end{cases}{3x−4y=182x+y=1.
Compute D=∣3−421∣=3+8=11D = \begin{vmatrix} 3 & -4 \\ 2 & 1 \end{vmatrix} = 3 + 8 = 11D=32−41=3+8=11 and Dy=∣31821∣=3−36=−33D_y = \begin{vmatrix} 3 & 18 \\ 2 & 1 \end{vmatrix} = 3 - 36 = -33Dy=32181=3−36=−33.
y=DyD=−3311=−3y = \frac{D_y}{D} = \frac{-33}{11} = -3y=DDy=11−33=−3
Evaluate ∣123246105∣\begin{vmatrix} 1 & 2 & 3 \\ 2 & 4 & 6 \\ 1 & 0 & 5 \end{vmatrix}121240365.
The second row is exactly twice the first, which forces the determinant to zero. Expanding confirms it.
1(4⋅5−6⋅0)−2(2⋅5−6⋅1)+3(2⋅0−4⋅1)=20−8−12=01(4 \cdot 5 - 6 \cdot 0) - 2(2 \cdot 5 - 6 \cdot 1) + 3(2 \cdot 0 - 4 \cdot 1) = 20 - 8 - 12 = 01(4⋅5−6⋅0)−2(2⋅5−6⋅1)+3(2⋅0−4⋅1)=20−8−12=0
A three-variable system has coefficient determinant D=0D = 0D=0. From this fact alone, you can conclude that the system...
A zero determinant only rules out the unique-solution case; it cannot by itself decide between no solution and infinitely many.
D=0 ⇒ no unique solution guaranteedD = 0 \;\Rightarrow\; \text{no unique solution guaranteed}D=0⇒no unique solution guaranteed
So the only safe conclusion is that a unique solution is not guaranteed.
Which statement is always true for a square linear system?
Only the biconditional holds. When D=0D = 0D=0 the solution is not unique, but it can be no solution or infinitely many, so neither one-directional claim about D=0D = 0D=0 is always true.
unique solution ⟺ D≠0\text{unique solution} \iff D \ne 0unique solution⟺D=0
Evaluate ∣421312253∣\begin{vmatrix} 4 & 2 & 1 \\ 3 & 1 & 2 \\ 2 & 5 & 3 \end{vmatrix}432215123.
Expand along the first row.
4(1⋅3−2⋅5)−2(3⋅3−2⋅2)+1(3⋅5−1⋅2)=4(−7)−2(5)+13=−254(1 \cdot 3 - 2 \cdot 5) - 2(3 \cdot 3 - 2 \cdot 2) + 1(3 \cdot 5 - 1 \cdot 2) = 4(-7) - 2(5) + 13 = -254(1⋅3−2⋅5)−2(3⋅3−2⋅2)+1(3⋅5−1⋅2)=4(−7)−2(5)+13=−25
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.