Before we start, three shared reminders so no symbol below is a surprise.
Read the first figure now — it does the defining. The coefficients sit in a 2-row grid. The cyan arrow runs from the top-left entry to the bottom-right entry: that product is a1b2, and it is added. The amber dashed arrow runs from the top-right entry to the bottom-left entry: that product is a2b1, and it is subtracted. Solid-minus-dashed isD. We call this the scissor cross, and every numerator and denominator in cross-multiplication is one of these same crosses over a different pair of columns.
Now watch (second figure) how that one gadget generates the whole cross-multiplication chain. Lay the coefficients out in the repeating order bcab:
A student isolates y=7−2x from 2x+y=7, then substitutes into the same equation (1) to "solve". What breaks?
Substituting a definition back into the equation it came from yields 0=0 — a true-but-useless identity. You must substitute into the other equation to get new information.
From 3x−2(7−2x)=4 a student writes 3x−14−4x=4. Which step is wrong?
The distribution of the minus sign: −2×(−2x)=+4x, not −4x. Both terms inside the bracket must be multiplied by −2, and the second flips to positive.
To solve 2x+3y=8,5x−4y=3 by cross-multiplication a student uses b2=4. Why is the answer wrong?
The coefficient of y in the second equation is −4, not 4. Coefficients carry their signs into every scissor cross, and dropping the minus corrupts numerator and denominator alike.
In elimination a student multiplies equation (1) by 2 but forgets to multiply its right-hand constant. What is the consequence?
They have written a different line (only one side was scaled), so the eliminated system no longer describes the original problem and every later value is wrong.
A student "eliminates" by adding 3x+4y=10 and 5x−2y=4 directly to remove y. Why does y survive?
4y+(−2y)=2y=0; coefficients must be made equal in size and opposite in sign first. Here you'd scale so both are ±4y before adding.
Someone reports x=−2341 for 2x+3y=8,5x−4y=3 and the elimination check gives x=2341. Where's the trap?
The two disagree only in sign, and sign errors in cross-multiplication come from mixing orientations. Trust the operation you can verify directly: multiply eq.1 by 4, eq.2 by 3, add to get 23x=41, so x=2341 — always let a verification override a formula slip.
A student concludes "0=5 after elimination, so infinite solutions." Correct verdict?
A false numeric statement like 0=5 means no solution (parallel lines). Infinite solutions produce a true statement like 0=0; the two outcomes are opposites.
Why does substitution work best when one coefficient is 1?
Isolating that variable needs no division, so no fractions enter early. Dividing by a coefficient like 7 would spread a 71 through every later term, multiplying the chances of an arithmetic slip; a coefficient of 1 keeps the substituted expression whole-number-clean.
Why do all three methods share the denominator a1b2−a2b1?
Because each method is, underneath, the same elimination. To free x you must kill the y-terms, and the only combination that does so scales the rows by the opposite b's (or a's) — that scaling forces the surviving x-coefficient to be a1b2−a2b1 up to an overall sign. Sign reconciliation: raw subtraction gives (a2b1−a1b2), which is −D; multiplying the whole equation by −1 turns it into +D=a1b2−a2b1 and flips the numerator's sign to match, so the ratio is unchanged. Geometrically D is the signed area of the parallelogram spanned by the coefficient rows (a1,b1) and (a2,b2); when the rows point the same way that area is 0, the lines lose independent directions, and every method must divide by that same vanishing area — which is why the denominator can only be D.
Why can't you eliminate a variable by dividing one equation by another instead of adding scaled copies?
Because division breaks linearity, and you can see it term-by-term. Scaled addition keeps every step of the form px+qy=r — still a straight line through the same intersection, so no point is created or lost. Writing a2x+b2ya1x+b1y=c2c1 instead cross-multiplies unknown against unknown, so an x can meet another x and you get x2-type terms — a curve, not a line. It also silently assumes a2x+b2y=0, quietly deleting any solution lying on that zero-set, and clearing the fraction can introduce stray points that satisfy neither original line. So division changes the geometry twice over; scaled addition changes it not at all.
Why does making coefficients opposite let addition remove a variable, while making them equal needs subtraction?
It's the arithmetic of cancellation, made visible on the y-column: +4y stacked on −4y sums to 0 (opposites → add), whereas 4y stacked on 4y only cancels if you subtract one from the other. You match the operation to the sign pattern you engineered — pick whichever scaling is less work, then let the sign dictate add-vs-subtract.
Why is graphing an unreliable way to get an exact solution like x=718?
A drawn intersection is only as sharp as the pencil and grid; the human eye can't resolve 718≈2.571… from 2.6, and an irrational crossing has no grid line at all. Graphing reliably answers how many solutions (one crossing, none, or overlapping), but the algebraic methods are what pin down the exact coordinates.
Why does scaling an equation never move its line, but adding two equations creates a new line?
Scaling by a non-zero number multiplies both sides equally, so the set of points satisfying it is identical — same line. Adding produces a genuinely different equation, but because both parents pass through the intersection point, so does their sum; the new line is a fresh line pinned through that same crossing — which is exactly why it's a safe tool for isolating one variable.
The system x+y=2,2x+2y=5 has D=0. Solution count and why?
No solution — the second is 2× the first on the left but the right would need to be 4, not 5; the lines are parallel and never meet.
The system x+y=2,2x+2y=4 has D=0. Solution count and why?
Infinitely many — the second equation is exactly twice the first, so both describe the same line and every point on it solves the system.
What does cross-multiplication give when D=a1b2−a2b1=0?
Division by zero — the formula breaks down, which is precisely how it signals "not a unique solution"; you must switch to inspecting the ratios of coefficients to constants.
Both x-coefficients vanish: a1=a2=0, e.g. 3y=6 and 2y=5. What happens?
With no x present, each equation fixes y alone — here y=2 and y=2.5, which clash, so the system is inconsistent (no solution). If instead they agree on y (say 3y=6 and 2y=4 both give y=2), then x is never constrained and is completely free — infinitely many solutions of the form (x,2). Note D=a1b2−a2b1=0 here, consistent with "not exactly one solution".
For 0x+3y=6, why can't you "isolate x" first, and does the system still solve?
The x-coefficient is 0, so x isn't present to isolate; the equation just fixes y=2, and you find x from the other equation. A zero coefficient is fine — you simply start from the variable that is actually there.
If both equations reduce to 0=0 after elimination, how many unknowns are truly free?
One — the two equations collapsed into a single line, so one variable can be chosen freely and the other follows; the "system" was really one equation in disguise.
When is the constant column (c1,c2) irrelevant to the solution count?
Only when D=0 — a non-zero determinant forces exactly one solution regardless of the constants; the constants merely relocate where the unique crossing sits.
Recall One-line self-test
If a two-equation system gives 0=7 after elimination, what is the verdict — and what would 0=0 mean instead? ::: 0=7 (false) means no solution — parallel lines; 0=0 (true) means infinitely many — identical lines.