Questions: Gaussian Elimination and Row Reduction

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

While row-reducing a matrix, a student multiplies the second row by −3. Their partner warns them this might have changed the solution set. Who is correct?

AThe partner — multiplying a row by a constant changes the equation it represents and could alter the solutions
BThe student — multiplying a row by any nonzero constant is an elementary row operation that preserves the solution set exactly
CBoth — the solutions are preserved only if you also multiply a corresponding column by −3
DNeither — you can only safely multiply a row by 1 or −1 without affecting solutions
Question 2 Multiple Choice

After row-reducing a system, a student finds the row [0 0 0 | 5] in the augmented matrix. What does this row indicate about the system?

AThe system has infinitely many solutions — this row contributes no constraint
BThere is an arithmetic error; such a row cannot appear in a consistent system
CThe system has no solution — this row encodes the contradiction 0 = 5
DThe system has exactly one solution, which can be found by ignoring this row
Question 3 True / False

The reason Gaussian elimination is mathematically valid — that you can freely transform the augmented matrix without worrying about changing the solutions — is that each elementary row operation is reversible and preserves the solution set.

TTrue
FFalse
Question 4 True / False

Gaussian elimination is fundamentally a different method from the substitution and elimination techniques taught in algebra — it is a matrix-based approach, not an equation-based one.

TTrue
FFalse
Question 5 Short Answer

What does the augmented matrix notation contribute to Gaussian elimination that writing out full equations does not? Why is separating coefficients from variable names useful?

Think about your answer, then reveal below.