2.1.11Algebra — Introduction & Intermediate

Inequalities — linear, solving, number line representation

2,065 words9 min readdifficulty · medium1 backlinks

Overview

Inequalities describe relationships where one quantity is greater than or less than another, rather than equal. They form the foundation for optimization, constraint problems, and understanding ranges of solutions.

Core Concepts

What is a Linear Inequality?

WHY linear? Because the variable xx appears to the first power only — no x2x^2, no x\sqrt{x}, no 1x\frac{1}{x}. The graph would be a straight line if we converted it to an equation.

The four symbols:

  • << : less than (strict, does NOT include the boundary)
  • \leq : less than or equal to (includes the boundary)
  • >> : greater than (strict)
  • \geq : greater than or equal to (includes boundary)

Solving Linear Inequalities: The Rules

  1. Add/Subtract freely: x+3<5    x<53    x<2x +3 < 5\implies x < 5 - 3 \implies x < 2

    • WHY? Adding the same number to both sides preserves order (if a<ba < b, then a+k<b+ka + k < b + k)
  2. Multiply/Divide by positive: 2x<6    x<32x < 6 \implies x < 3

    • WHY? Scaling both sides by a positive factor preserves order
  3. Multiply/Divide by negative → FLIP the inequality sign: 2x<6    x>3-2x < 6 \implies x > -3

    • WHY? When you multiply by a negative, you reverse the number line. If 2<52< 5, then 2>5-2 > -5. This is the critical rule most students forget.

DERIVATION of the flip rule: Start with a<ba < b. Multiply both sides by 1-1: a?b-a \quad ? \quad -b Take a=2,b=5a = 2, b = 5: we have 2<52 < 5, so 2?5-2 \quad ? \quad -5. On the number line, 2-2 is to the right of 5-5 (closer to zero), so 2>5-2 > -5. Therefore: multiplying by a negative reverses the inequality.

Solution: 3x7113x - 7 \leq 11 Add 7 to both sides: 3x18(WHY? Preserves inequality)3x \leq 18 \quad \text{(WHY? Preserves inequality)} Divide by 3 (positive): x6(WHY? Scaling by positive preserves order)x \leq 6 \quad \text{(WHY? Scaling by positive preserves order)}

Answer: x(,6]x \in (-\infty, 6] (all real numbers up to and including 6)

Solution: 4x+5>17-4x + 5 > 17 Subtract 5: 4x>12(WHY? Standard subtraction rule)-4x > 12 \quad \text{(WHY? Standard subtraction rule)} Divide by 4-4FLIP the sign: x<3(WHY? Dividing by negative reverses order)x < -3 \quad \text{(WHY? Dividing by negative reverses order)}

Answer: x(,3)x \in (-\infty, -3) (all numbers less than 3-3)

Common trap: Students write x>3x > -3 and forget to flip. Check: if x=2x = -2, then 4(2)+5=8+5=1317-4(-2) + 5 = 8 + 5 = 13 \not> 17. Doesn't work! But x=4x = -4 gives 4(4)+5=16+5=21>17-4(-4) + 5 = 16 + 5 = 21 > 17. ✓

Solution: 23x54\frac{2 - 3x}{5} \geq 4 Multiply both sides by 5 (positive, no flip): 23x20(WHY? Clearing denominator)2 - 3x \geq 20 \quad \text{(WHY? Clearing denominator)} Subtract 2: 3x18(WHY? Isolating term with x)-3x \geq 18 \quad \text{(WHY? Isolating term with } x \text{)} Divide by 3-3FLIP: x6(WHY? Negative division reverses)x \leq -6 \quad \text{(WHY? Negative division reverses)}

Answer: x(,6]x \in (-\infty, -6]

Number Line Representation

WHY use a number line? Because it gives a visual map of all solutions at once. You instantly see the range and boundaries.

Figure — Inequalities — linear, solving, number line representation

For x1x \geq -1:

  • Closed circle at 1-1
  • Arrow pointing right
  • Interval notation: [1,)[-1, \infty)

Interval Notation Summary

Inequality Number Line Interval Notation Set Builder
x<ax < a Open circle at aa, left arrow (,a)(-\infty, a) {x:x<a}\{x : x < a\}
xax \leq a Closed circle at aa, left arrow (,a](-\infty, a] {x:xa}\{x : x \leq a\}
x>ax > a Open circle at aa, right arrow (a,)(a, \infty) {x:x>a}\{x : x > a\}
xax \geq a Closed circle at aa, right arrow [a,)[a, \infty) {x:xa}\{x : x \geq a\}

Why it feels right: We're so used to equations where signs don't flip. Our brain treats division as "neutral" operation.

Steel-man: The student is correctly applying the equation rule but forgetting that inequalities have direction that reverses when you reflect the number line.

The fix: Always ask: "Am I multiplying/dividing by a negative?" If yes, flip the sign. The correct solution: 2x<8    x>4-2x < 8 \implies x > -4.

Verification: Pick x=0x = 0 (in our answer, since 0>40 > -4): 2(0)=0-2(0) = 0, and 0<80 < 8 ✓. Pick x=5x = -5 (outside our answer, since 5<4-5 < -4): 2(5)=10-2(-5) = 10, and 10<810 < 8 is false ✗ (correctly excluded). Confirms x>4x > -4 is right.

Why it feels right: Students confuse << with \leq.

The fix: \leq and \geq include the boundary → closed circle. << and >> exclude it → open circle. Mnemonic: "equal" in the symbol = "filled in" circle.

Recall Feynman Box (Explain to a 12-year-old)

Imagine you have ₹100 and you want to buy chocolates that cost ₹15each. You don't want to know the exact number — you want to know how many you can buy.

If you buy xx chocolates, you spend 15x15x rupees. You need 15x10015x \leq 100 (spend less than or equal to your budget). Divide both sides by 15: x6.67x \leq 6.67. Since you can't buy part of a chocolate, x6x \leq 6 (you can buy 0, 1, 2, 3, 4, 5, or 6 chocolates).

Now imagine you have a debt of ₹50 and you're paying back ₹10 per week. After xx weeks, you've paid 10x10x, so your debt is 5010x50 - 10x. When is your debt gone? When 5010x050 - 10x \leq 0. Solve: 5010x    5x50 \leq 10x \implies 5 \leq x. You need at least 5 weeks.

The "flip rule" is like this: if you owe someone money (negative), and you multiply how much you owe, the more you owe, the worse your situation — the direction reverses!

Connections

  • Linear Equations — inequalities are equations with "wigle room"
  • Absolute Value Equations and Inequalities — combines inequality solving with distance concepts
  • Systems of Inequalities — finding regions satisfying multiple constraints simultaneously
  • Quadratic Inequalities — extends to curved boundaries, uses similar sign-analysis
  • Linear Programming — optimization under linear inequality constraints
  • Number Line and Real Numbers — the geometric structure underlying inequality representation

#flashcards/maths

What is a linear inequality in one variable? :: An inequality of the form ax+b<0ax + b < 0 (or ,>,\leq, >, \geq) where a0a \neq 0, whose solution is a set of values forming an interval

What happens to an inequality sign when you multiply or divide both sides by a negative number?
The inequality sign flips (reverses direction): << becomes >>, \leq becomes \geq, etc.
On a number line, how do you represent x<3x < 3?
Open circle at 3 with an arrow pointing left
On a number line, how do you represent x2x \geq -2?
Closed (filled) circle at 2-2 with an arrow pointing right
What is the interval notation for all real numbers less than 5?
(,5)(-\infty, 5)
What is the interval notation for all real numbers greater than or equal to 1-1?
[1,)[-1, \infty)
If 3x+7<16-3x + 7 < 16, what is xx?
x>3x > -3 (subtract 7 to get 3x<9-3x < 9, then divide by 3-3 and flip to get x>3x > -3)
True or False: When solving 2x5>32x - 5 > 3, you need to flip the inequality sign.
False — you only flip when multiplying/dividing by a negative number
Solve for xx: x423\frac{x - 4}{2} \leq 3
x10x \leq 10 (multiply both sides by 2 to get x46x - 4 \leq 6, then add 4)
What does a closed circle on a number line indicate?
The boundary value is included in the solution (used for \leq or \geq)

Concept Map

uses

has

shown on

strict vs inclusive

drawn as

solved by

solved by

solved by

because

because

because

forces

updates

Linear Inequality ax+b compared 0

Four Symbols lt le gt ge

Solution is a Set / Interval

Number Line Representation

Add or Subtract Both Sides

Multiply/Divide by Positive

Multiply/Divide by Negative

Flip Inequality Sign

Preserves Order

Reverses Number Line

Boundary Open or Closed

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Inequalities ka matlab hai ki hum exact value nahi dhondh rahe, balki ek range dhoondh rahe hain. Jaise agar tumhare pas ₹500 hain aur tum chocolate khareedna chahte ho jo ₹30 ki hai, to tum poch sakte ho: "Main kitni chocolate khareed sakta hoon?" Answer exact nahi hoga —0 se 16 tak kuch bhi ho sakta hai. Yahi inequality ka power hai — range of possibilities.

Linear inequality solve karne ke rules bilkul linear equation jaise hain, bas ek special rule hai: jab tum negative number se multiply ya divide karo, to inequality sign ulta kar do (<< ban jata hai >>, aur vice versa). Kyun? Kyunki negative se multiply karna number line ko flip kar deta hai — jo number pehle chhota tha, ab bada ban jata hai. Yeh rule bhoolna sabse common mistake hai, isliye hamesha yad rakho: "Negative se divide = sign flip karo!"

Number line representation bahut helpful hai kyunki ek baar dekh ke samajh aa jata hai ki solution ka range kahan se kahan tak hai. Open circle (○) matlab boundary included nahi hai (strict inequality), aur closed circle (●) matlab included hai (non-strict). Arrow se direction pata chalta hai — left arrow chhote numbers ki taraf, right arrow bade numbers ki taraf.

Yeh concept age quadratic inequalities, linear programming, aur real-world constraint problems mein kafi kaam ayega. Samjho aur practice karo — inequality solving ekdum fundamental skill hai!

Go deeper — visual, from zero

Test yourself — Algebra — Introduction & Intermediate

Connections