2.1.7 · D5Algebra — Introduction & Intermediate

Question bank — Linear equations in one variable — solving, transposition method

1,443 words7 min readBack to topic

Before you start, two words we use constantly:

  • coefficient — the number multiplying the variable (the in ).
  • constant — a number with no variable stuck to it (see 2.1.01-Variables-and-constants).

True or false — justify

Is a linear equation in one variable?
False. "Linear" means the highest power of the variable is ; here is squared, so it is a quadratic. One variable, yes — but not linear.
Is a valid linear equation in ?
No. A linear equation needs ; with the variable vanishes and there is no to solve for — it is just the true statement .
True or false: transposing across the equals sign changes it to because we secretly subtract from both sides.
True. The "flip the sign" shortcut is exactly the same-thing-to-both-sides rule in disguise; the balance is never broken.
True or false: and have the same solution.
True. Multiplying both sides of the first by gives ; multiplying is a reversible (invertible) operation, so no solutions are gained or lost.
True or false: multiplying both sides of by is a legal step.
False in spirit. It gives the true-but-useless , destroying the equation. Only reversible operations (multiply/divide by a non-zero number, add/subtract) preserve the solution.
True or false: has one solution.
False. Transposing gives , a contradiction, so there is no solution. Equal coefficients but unequal constants means the two "lines" are parallel — see 3.2.04-Graphical-solution-of-linear-equations.
True or false: has exactly one solution.
False. Both sides are identical for every , so there are infinitely many solutions — it is an identity, not an equation to pin one value down.
True or false: you may divide both sides of by to simplify.
False. Dividing by the variable is forbidden: if you'd divide by zero, and even otherwise it turns an easy problem into a messier one. Divide by the known coefficient instead.

Spot the error

Find the slip: .
The was moved but its sign not flipped. Crossing the equals turns into : , so .
Find the slip: .
Only the left denominator was removed; the right side must be multiplied by too. Correct: , giving .
Find the slip: .
The coefficient is , not . Dividing by : . Negative divided by negative is positive.
Find the slip: .
The constant was moved but not flipped. Crossing turns into : , so .
Find the slip: .
Multiplying by must hit every term, including the : . Better: transpose the first, get , then .
Find the slip: .
The was distributed over only, not over . Distributing fully: , so .
Find the slip: .
means ; multiplying (or dividing) both sides by flips the sign: .

Why questions

Why must in ?
Because solving needs dividing by (), and division by zero is undefined. Also, with the term disappears and there is no variable left to solve for.
Why do we undo addition/subtraction before multiplication/division?
The equation was built like PEMDAS — multiply first, then add. To peel it apart we reverse that order: strip the added constant first, then the multiplying coefficient, just like removing socks before shoes... the last thing on comes off first.
Why is "flip the sign when you cross the equals" a legitimate rule and not a trick?
Because it is literally applying the inverse operation to both sides at once. Adding the opposite quantity to each side keeps the balance-scale level, and the term simply reappears on the other side with its sign reversed.
Why can't a linear equation in one variable ever have exactly two distinct solutions?
Its graph is a straight line; a line meets a horizontal target height at most once (unless it lies on top of it, giving infinitely many). So the count is always zero, one, or infinite — never two.
Why does dividing by the variable risk losing information?
If the variable could be , that value is silently discarded (you can't divide by ), so a genuine solution may vanish. Transposing instead keeps every possibility on the table.
Why do word problems (see 2.1.06-Forming-equations-from-word-problems) still reduce to the same four steps?
Once a real-world sentence is turned into , the algebra is blind to its origin — combine, separate, transform, obtain. The story only decides what the numbers are.

Edge cases

What does it mean when solving gives ?
Every value of works — the equation is an identity (infinitely many solutions). Graphically the two lines are the same line.
What does it mean when solving gives (a false constant statement)?
No value of works — the equation is a contradiction (no solution). The two lines are parallel and never meet.
For , why does break when ?
The denominator becomes , and dividing by zero is undefined — exactly the borderline where the equation switches to either an identity () or a contradiction ().
What is the solution of , and how many are there?
Every real number is a solution, because holds no matter what is — infinitely many.
What is the solution of ?
None. The left side is always , which can never equal , so no satisfies it — a contradiction.
If a linear equation in one variable secretly contained a second letter, e.g. , why can't we get a single answer?
With two unknowns and one equation there are infinitely many pairs that fit; you've stepped into 2.1.08-Linear-equations-in-two-variables, a different game needing a second equation.
How does the same balancing logic show up outside pure algebra?
When you balance a chemical equation you adjust coefficients so atoms match on both sides — the same "keep both sides equal" principle, see 2.5.02-Balancing-chemical-equations. Replacing with or gives 2.3.01-Linear-inequalities, where one extra sign-flip rule appears.

Recall One-line summary

Zero solutions, one solution, or infinitely many — a linear equation in one variable is only ever one of these three, and every trap above is really about which case you're in and whether each step you took was reversible.