Questions: Parity Arguments and Parity Invariants

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You have 15 coins all showing heads. Each move flips exactly 3 coins. Can you reach a state with exactly 0 coins showing heads? What does parity tell you?

AYes, with enough moves you can always reach any configuration
BNo — each move changes the count of heads by an odd amount, so the parity of heads alternates each move; starting from 15 (odd), 0 (even) is reachable only after an odd number of moves, and the arithmetic works out
CNo — each move flips exactly 3 coins, so the parity of heads is invariant and never changes from odd
DNo — each move changes the count of heads by exactly 3, so you can only reach 15, 12, 9, 6, 3, or 0
Question 2 Multiple Choice

A mutilated chessboard has two corners removed. You want to tile it with dominoes (each covering exactly one black and one white square). The two removed corners are the same color. What does a parity argument tell you?

ATiling is impossible because the board no longer has enough squares for 31 dominoes
BTiling is impossible because removing same-colored corners creates a color imbalance that no domino arrangement can correct, since every domino covers exactly one of each color
CTiling is possible as long as you start from the corner and work inward systematically
DThe parity argument is inconclusive here; you'd need to try all possible arrangements to know
Question 3 True / False

A parity argument proves impossibility by finding a single path to the goal state that fails, then concluding most paths fail.

TTrue
FFalse
Question 4 True / False

If every allowed operation changes a quantity by an even amount, then that quantity's parity is an invariant of the process.

TTrue
FFalse
Question 5 Short Answer

Why is a parity argument more powerful than attempting to show impossibility by trial and error or exhaustive search?

Think about your answer, then reveal below.