You solved the inequality. You checked your algebra twice. The final line says x > -3. You write the interval (-3, \infty) with a clean confident hand. The grader draws a red line through your entire answer and awards zero marks.

What happened is the single most universally documented error in school algebra, and it happens on more JEE scripts, more CBSE papers, and more US SAT attempts than any other single bug: you multiplied or divided both sides of an inequality by a negative number, and you did not flip the inequality sign.

This article is the autopsy. We will do one concrete example where skipping the flip gives the entire wrong half of the number line, explain why the flip is mandatory — it comes straight from the order axioms on \mathbb{R} — and hand you a two-line mental checklist to run on every inequality solve you ever do.

The worked error

Solve -2x > 6.

The wrong way (the mistake 40% of students make the first time)

Here is the tempting path: "divide both sides by -2, just like I would for an equation."

-2x > 6
\frac{-2x}{-2} > \frac{6}{-2}
x > -3

Interval answer: (-3, \infty). You draw a hollow dot at -3 with the ray going right.

This is wrong. Every single value of x > -3 fails the original inequality, and the values that do satisfy it are nowhere in your answer.

Pick x = 0 from your "solution" (-3, \infty). Plug into -2x > 6:

-2(0) > 6 \quad\Rightarrow\quad 0 > 6 \quad\text{false.}

Pick x = -5 from the region you rejected. Plug in:

-2(-5) > 6 \quad\Rightarrow\quad 10 > 6 \quad\text{true.}

The answer you wrote contains zero correct solutions and excludes every correct one. You did not get "half credit" — you got the exact complement of the right answer.

The correct way

When you divide by a negative number, the order on \mathbb{R} reverses, so the inequality sign must flip:

-2x > 6
\frac{-2x}{-2} \;{\color{#c33}<}\; \frac{6}{-2} \qquad\text{(divided by }-2\text{, flipped }> \text{ to }<\text{)}
x < -3

Interval answer: (-\infty, -3). Hollow dot at -3, ray going left.

Check: x = -5 gives -2(-5) = 10 > 6. True. x = 0 gives 0 > 6. False. x = -3 gives 6 > 6. False (strict inequality, endpoint excluded). The interval (-\infty, -3) matches the set of solutions exactly.

Wrong and correct solutions to minus two x greater than six on the number lineTwo stacked number lines from negative seven to three. The upper line, labelled wrong, shades the rightward ray starting at a hollow circle at negative three; a red cross marks the point zero with the annotation zero is not a solution. The lower line, labelled correct, shades the leftward ray ending at a hollow circle at negative three; a green tick marks the point negative five with the annotation minus five is a solution. An arrow between the two lines reads flip the sign when you divide by a negative. Wrong: forgot to flip x > −3 → (−3, ∞) −7 −5 −3 −1 0 3 x=0 fails flip the sign when you divide by a negative Correct: flipped x < −3 → (−∞, −3) −7 −5 −3 −1 0 3 x=−5 works
The wrong answer (top, red) and the correct answer (bottom, green) are exact complements of each other. Every test point that satisfies the original inequality lives in the green ray; every test point in the red ray fails. Forgetting the flip does not give you "close" — it gives you the opposite half of the number line.

Why the flip is required

The reason is not "a rule somebody made up." It comes from the structure of \mathbb{R} as an ordered field, specifically from this order axiom:

If a < b and c < 0, then ac > bc.

Read as English: when you multiply both sides by a negative number, the order reverses. This is a genuine theorem about real numbers, and it is the reason every inequality-solving rulebook carries the "flip when negative" clause. You can see the geometric content by imagining the number line and multiplying by -1: every point reflects through 0, and the left-right order of any two points gets swapped. A point that was to the right of another is now to the left. Division by a negative is the same story — division by c is multiplication by 1/c, and if c is negative so is 1/c.

If you want to see this worked out visually with the shading of an inequality mirroring, see Multiply an Inequality by −1: the Shading Mirrors and the Sign Flips. That satellite animates exactly the flip, so the rule stops feeling arbitrary.

Why this is not a rule for equations: the equation -2x = 6 divides to x = -3 without any flip, because equality is symmetric — there is no arrow to reverse. Inequalities carry a direction, and the direction is what the negative reverses. The algebra on the numbers is the same either way; it is the symbol between the sides that changes.

Why the order reverses — a 10-second derivation

If you have ever wondered why multiplication by a negative reverses the order, here is the argument in four lines, using only the axioms that a positive times a positive is positive and that -a is the additive inverse of a.

Start with a < b. By definition of <, this means b - a > 0. Let c < 0, so -c > 0. Multiplying two positives gives a positive:

(b - a)(-c) > 0.

Expand: -cb + ca > 0, which rearranges to ca > cb. So a < b has become ca > cb. The order flipped, exactly as promised. No new axiom needed — the flip is forced by how the signs interact in the product.

This is the argument behind the visual at Multiply an Inequality by −1: the Shading Mirrors and the Sign Flips: multiplying by -1 reflects the whole shaded half-line through the origin, and a reflection reverses left-right order. The sign flip in the algebra is the geometric reflection.

Where the error hides (not just the obvious cases)

The flip is easy to remember when the problem is as bare as -2x > 6. But the error hides itself in disguises:

The flip rule does not cover squaring or multiplying by a variable — those are separate hazards. But the core principle is the same: any operation that changes the sign of what is effectively "multiplied into" both sides reverses the order.

A concrete JEE-style example with a hidden negative: solve \frac{5 - 2x}{3} \ge 1. Multiply both sides by 3 (positive, no flip): 5 - 2x \ge 3. Subtract 5: -2x \ge -2. Now divide by -2 and flip: x \le 1. The answer is (-\infty, 1]. If you had skipped the flip at the last step, you would have written x \ge 1, which is [1, \infty) — again the wrong half, with x = 0 wrongly excluded (even though x = 0 gives 5/3 \ge 1, clearly true) and x = 2 wrongly included (even though x = 2 gives 1/3 \ge 1, clearly false).

The two-line mental checklist

Run this on every inequality solve you do, from class 9 algebra to JEE Advanced:

  1. Did I multiply or divide both sides by something? If yes, go to step 2. If no (I only added or subtracted, or multiplied by a known positive), the sign stays.
  2. Was that something negative? If yes, flip the inequality sign right there, before you write the next line. If no, keep going.

Two questions. Every inequality, every time. If you internalise this, the class of errors this article is about never touches your paper again.

A useful habit: when you divide both sides by a negative, highlight the inequality sign with a coloured pen or circle it the instant you do the division. The physical act of marking it is a reminder to flip it. Many teachers in CBSE and ICSE boards recommend exactly this for the same reason — the error is reflex, so the fix has to become reflex too.

A common defence — "but I always remember the rule"

Students who have been told off about this error once sometimes tell themselves they will never forget again. The data from every teacher who has graded enough scripts says otherwise. The error is not a knowledge failure — you know the rule. The error is an execution failure in the middle of a multi-step problem, where your attention is on the next transformation and the negative slips by unnoticed. Relying on "I will remember" is exactly like relying on "I will not make a calculation mistake" — true on easy problems, false on hard ones. The only defence that actually works on a four-step inequality under exam pressure is the reflex habit of marking the sign the moment you divide by a negative.

One more check, free of charge: plug a test value back into the original inequality. If your answer is x < -3, pick x = -5, confirm -2(-5) = 10 > 6. If your answer is x > -3, pick x = 0, find 0 > 6 is false, and you will catch the unflipped error in five seconds. This single test point — one that should work and one that should not — costs almost nothing and is the cheapest insurance policy in school algebra.

One last reframe

If you think of an inequality as carrying an arrow rather than a static symbol, the rule becomes visually obvious. The arrow in a < b points from the smaller side to the larger side. Multiplying both sides by a negative number is a spatial reflection — it swaps "to the left of zero" with "to the right of zero." A reflection reverses the direction of every arrow on the line, so the inequality arrow has to reverse too. Addition and subtraction merely slide the whole number line left or right; they preserve all arrow directions. Multiplication by a positive stretches or shrinks but keeps directions intact. Only multiplication by a negative reflects, and only reflections reverse arrows. This one picture — the negative as a reflection, and the sign as an arrow — is enough to make the flip rule feel mandatory rather than arbitrary. Once the rule feels mandatory, your reflexes do the right thing even when your conscious attention is elsewhere.

Related: Intervals and Inequalities Preview · Multiply an Inequality by −1: the Shading Mirrors and the Sign Flips · Spot the Inequality Mistake Widget · Operations and Properties