This is a reasoning drill, not an arithmetic drill. Every item below targets a misconception or a boundary case that linear inequalities love to hide. Read the question, cover the answer, and force yourself to say why out loud before you reveal. Bare "yes/no" is not an answer here — the reasoning is the point.
Before the traps, look at the picture your eye should reach for. Every linear inequality solution is one of these four shaded rays — an open or closed dot at the boundary, and an arrow showing the direction.
The single most important visual on this page is what a negative multiplier does: it reflects the whole line through zero, so the arrow that pointed left now points right. That reflection is the flip rule.
Divided by −2 without flipping. Correct: flip the sign to get x>−4. Check x=0: −2(0)=0<8 ✓, and 0>−4 ✓.
Where is the mistake? "x≤3, so I draw an open circle at 3 and shade left."
≤ includes the boundary, so the circle must be closed (filled). Open circles are only for strict < or >.
Where is the mistake? x6>2⟹6>2x⟹x<3.
First, the expression 6/x only makes sense when x=0, so x=0 is excluded from the start (you can't divide by zero). Second, you multiplied both sides by x without knowing its sign, so you don't know whether to flip — and you silently threw away the whole negative-x region. It needs two cases: Case x>0 (multiply, no flip): 6>2x⇒x<3, combined with x>0 gives 0<x<3. Case x<0 (multiply, flip): 6<2x⇒x>3, which contradicts x<0, so nothing there. Correct solution: (0,3) — note the round brackets exclude both 0 (undefined) and 3 (strict) — see the figure below.
Where is the mistake? "3x−7≤11, add 7: 3x≤4, so x≤34."
Arithmetic slip: 11+7=18, not 4. Correct is 3x≤18, giving x≤6.
Where is the mistake? "−4x+5>17, subtract 5: −4x>12, divide by −4: x>−3."
The subtraction is fine, but dividing by −4 must flip the sign: the answer is x<−3, not x>−3.
Where is the mistake? "The solution to 5<x<2 is the interval (5,2)."
There is no such interval — no number is both greater than 5 and less than 2. The compound statement is a contradiction, so the solution set is empty (∅).
Where is the mistake? "x<2 has interval notation (−∞,2]."
Strict < excludes the endpoint, so it must be a round bracket: (−∞,2). Also, ∞ always takes a round bracket since it is not a reachable value.
Why does multiplying by a negative flip the inequality but multiplying by a positive does not?
A positive scale stretches the number line without reordering it; a negative scale reflects it through zero, so what was to the left is now to the right — the order literally reverses.
Why can't we ever write a closed bracket next to ∞, as in (−∞,5]'s left side?
∞ is not a real number you can reach or include — it is a direction, not a point. There is no "largest" or "smallest" value to close onto, so it always gets a round bracket.
Why is the solution of a linear inequality a whole interval, while a linear equation usually gives just one number?
An equation demands exact balance (ax+b=0), satisfied at one crossing point; an inequality accepts everything on one side of that crossing point, which is a continuous range.
Why do we say adding −3 to both sides is not "multiplying by a negative"?
Adding shifts every point on the line by the same amount, keeping their relative order intact. Multiplying by a negative scales and reflects — it's the reflection, not the negative number itself, that flips the sign.
Why does checking a single test point confirm your whole solution set is correct?
Because the boundary splits the line into two rays, and every point within one ray behaves identically. One correct point inside plus one correct point outside pins down which ray is the answer.
Why is −3x+7<16 solved as x>−3 rather than x<−3?
Subtract 7 to get −3x<9; dividing by −3 flips the strict inequality, giving x>−3. The flip is the whole story.
Treat it as one object with three parts and do every operation to all three at once. Subtract 3: −2<2x≤4. Divide by 2 (positive, no flip): −1<x≤2. Solution: (−1,2] — open at −1, closed at 2.
In −6≤−2x<4, what happens to both inequality signs when you divide by −2?
Both flip at the same time, and the ends swap roles. Dividing all three parts by −2: 3≥x>−2, i.e. −2<x≤3, the interval (−2,3].
Where is the mistake? "1<2x+3≤7, so 2x+3>1 gives x>−1 and I stop there."
You solved only the left half and forgot the right half 2x+3≤7⇒x≤2. A two-sided inequality needs both bounds; the answer is the overlap (−1,2], not the ray (−1,∞).
Why must a<x<b always have a<b to have any solutions?
x has to be simultaneously above a and below b; if a≥b those two demands never overlap, so the solution is ∅ — exactly the "5<x<2" trap.
5>3 is true regardless of x, so every real number works: the solution is (−∞,∞), all of R.
What is the solution of 0x+2>5?
2>5 is false and has no x to fix it, so no value works: the solution set is empty, ∅.
What is the solution of x≤x?
Every number is less than or equal to itself, so it is true for all real x: the solution is (−∞,∞).
What is the solution of x<x?
No number is strictly less than itself, so this is never true: the solution set is empty (∅).
Solve 5−3x≥5−3x.
Both sides are identical, so it reduces to "true always"; the solution is all real numbers — no need to move any x term.
If the coefficient a in ax+b<0 equals zero, is it still a linear inequality?
No — the definition requires a=0. With a=0 there is no variable term to solve; it collapses to a constant comparison that is either always true or always false.
What does the number line for x>2andx<2 (both at once) look like?
Nothing is shaded — the two rays open in opposite directions and share only the single point 2, which each one excludes, so the combined solution is empty (∅).
What is the solution of −x≤−x?
Multiply by −1 (flipping) gives x≥x, which is always true; equivalently the original is an equality-inclusive statement true for every real x.
Systems of Inequalities — the "empty set" and "all reals" edge cases reappear when combining constraints.
Quadratic Inequalities — where the "squaring is not order-preserving" trap matters most.
Recall Quick self-audit before any inequality problem
Did I multiply or divide by anything negative? → flip (and in a two-sided inequality, flip both signs).
Is my endpoint included (≤,≥ → closed dot, square bracket) or excluded (<,> → open dot, round bracket)?
Am I dividing by a variable whose sign I don't know (or that could be 0)? → split into cases and exclude any value that makes a denominator zero.
If the x-term vanished, is the leftover comparison always true (all R) or always false (∅)?
Pick two test points on purpose: choose one number clearly inside your claimed answer (e.g. for x>−3 pick x=0) and one clearly outside (e.g. x=−5). Substitute both into the original inequality — the inside point must make it true, the outside point must make it false. For a two-sided answer like (−1,2], also test a value just past each end (say −2 and 3) to confirm both boundaries.