Not Everything Is an Equation

Earlier classes trained you to translate statements into equations. But many real conditions refuse the equals sign. The height of every student in the class is less than 160 cm. The classroom can hold at most 60 tables or chairs. These statements compare quantities without pinning them to one value — they are inequalities.

The textbook opens with two market scenes worth remembering, because they birth the two standard forms of the chapter:

  • Ravi has ₹200 and buys rice at ₹30 per packet. If xx is the number of packets, his spend 30x30x stays below the cash (packets are whole, so he may not be able to exhaust ₹200 exactly): 30x<20030x < 200.
  • Reshma has ₹120 for registers (₹40 each) and pens (₹20 each). Buying xx registers and yy pens, her spend may go up to the full amount: 40x+20y12040x + 20y \le 120.

Ravi and Reshma statements translated into linear inequalities

Key Point (Definition): Two real numbers or two algebraic expressions related by the symbol <<, >>, \le or \ge form an inequality.

The statement 40x+20y12040x + 20y \le 120 actually bundles two statements — the inequality 40x+20y<12040x + 20y < 120 or the equation 40x+20y=12040x + 20y = 120. That is exactly what "less than or equal to" means.

The Four Symbols and the Kinds of Inequalities

Four inequality symbols with strict and slack types and examples

The four symbols split into two families:

  • Strict inequalities use << or >> — the boundary value is excluded. Example: ax+b<0ax + b < 0.
  • Slack inequalities use \le or \ge — the boundary value is allowed. Example: ax+b0ax + b \ge 0.

By what they compare:

  • Numerical inequalities compare numbers: 3<53 < 5, 7>57 > 5.
  • Literal inequalities involve variables: x<5x < 5, y2y \ge 2.
  • Double inequalities trap a variable between two bounds: 3<x<53 < x < 5 reads "xx is greater than 3 and less than 5" — two conditions in one chain.

The general forms this chapter solves are the linear inequalities in one variableax+b<0ax + b < 0, ax+b>0ax + b > 0, ax+b0ax + b \le 0, ax+b0ax + b \ge 0 with a0a \ne 0 — and their two-variable cousins ax+by<cax + by < c etc., which supply the word problems.

[Board Tip] Translation vocabulary is where marks are won: "at most" and "maximum" mean \le; "at least", "minimum" and "not less than" mean \ge; "more than" and "exceeds" mean the strict >>; "less than" and "below" mean the strict <<. Read the sentence twice before choosing strict vs slack.

What Counts as a Solution?

Return to Ravi's 30x<20030x < 200, where xx counts rice packets — so xx cannot be negative or fractional. Test values one by one: x=0x = 0 gives 0<2000 < 200 ✓, x=1x = 1 gives 30<20030 < 200 ✓, … , x=6x = 6 gives 180<200180 < 200 ✓, but x=7x = 7 gives 210<200210 < 200 ✗.

Checking values of 30x below 200 and the resulting solution set

Key Point: Any value of the variable that makes an inequality a true statement is a solution; the set of all such values is the solution set. Here the solution set is {0,1,2,3,4,5,6}\{0, 1, 2, 3, 4, 5, 6\}.

Two lessons hide in this example:

  1. The solution set depends on the allowed number system. Over whole numbers the answer above is a finite list; over reals, 30x<20030x < 200 would give every real x<203x < \frac{20}{3} — an infinite interval.
  2. Trial and error is slow. Checking values one at a time works for tiny problems but is hopeless in general — we need the systematic rules of the next section.

[JEE Tip] "Solution set changes with the domain" is a favourite trap: the same inequality can have solution set {1,2}\{1, 2\} over naturals, {,1,0,1,2}\{\ldots, -1, 0, 1, 2\} over integers, and (,2.5)(-\infty, 2.5) over reals. Always note which set the question specifies.

Solved Examples

Example 1: Classifying inequalities

Classify each as numerical, literal or double, and as strict or slack: (i) 7>57 > 5 (ii) x4x \le 4 (iii) 3<x<53 < x < 5 (iv) ax+bycax + by \ge c.

Solution:

Step 1 — (i) What is compared, and how? Two NUMBERS compared with >>: numerical and strict (the boundary is excluded).

Step 2 — (ii) A variable appears. Literal, and \le makes it slack (the value 4 itself is allowed).

Step 3 — (iii) Two bounds in one chain. A double inequality — equivalent to x>3x > 3 AND x<5x < 5 — with both parts strict.

Step 4 — (iv) Two variables, slack sign. Literal (in two variables) and slack.

Takeaway: Two independent classifications: what is compared (numerical/literal/double) and whether the boundary counts (strict/slack).

Example 2: Translating statements

Write an inequality for each: (i) a bus can carry at most 45 passengers (pp) (ii) the temperature tt stayed above 20°C (iii) a pass needs at least 33 marks (mm) (iv) the perimeter 2(l+b)2(l + b) of a rectangle does not exceed 60 cm.

Solution:

Step 1 — (i) "At most" includes the boundary. 45 passengers is itself allowed: p45p \le 45.

Step 2 — (ii) "Above" is strict. 20°C itself was never touched: t>20t > 20.

Step 3 — (iii) "At least" includes the boundary. Exactly 33 marks passes: m33m \ge 33.

Step 4 — (iv) "Does not exceed" means up to and including. 2(l+b)602(l + b) \le 60.

Takeaway: The phrase decides strict vs slack: at most/at least/not less than keep the boundary; above/below/exceeds drop it.

Example 3: Ravi's inequality, rebuilt

Ravi has ₹200; rice costs ₹30 per packet. Why is the correct model 30x<20030x < 200 and not 30x20030x \le 200?

Solution:

Step 1 — List the possible spends. Rice sells only in whole packets, so the spend takes the values 0,30,60,0, 30, 60, \ldots — multiples of 30.

Step 2 — Check whether the boundary is reachable. ₹200 is NOT a multiple of ₹30, so the spend can never equal 200; the largest achievable spend is 30×6=18030 \times 6 = 180.

Step 3 — Choose the sign. Since equality is impossible, the strict form 30x<20030x < 200 models the situation faithfully.

Step 4 — Contrast. If packets cost ₹25 instead, x=8x = 8 would exactly exhaust the cash, and the slack form 25x20025x \le 200 would be right.

Takeaway: Strict vs slack is a modelling decision — ask whether the boundary value is actually attainable.

Example 4: Solution set by checking values

Find the solution set of 24x<10024x < 100 when (i) xx is a natural number (ii) xx is an integer.

Solution:

Step 1 — Divide by the positive coefficient. Dividing by 24 (positive — no sign flip): x<10024=2564.17x < \frac{100}{24} = \frac{25}{6} \approx 4.17.

Step 2 — (i) Collect the naturals. Naturals below 4.17: {1,2,3,4}\{1, 2, 3, 4\}.

Step 3 — (ii) Collect the integers. All integers below 4.17: {,2,1,0,1,2,3,4}\{\ldots, -2, -1, 0, 1, 2, 3, 4\} — infinitely many on the left.

Takeaway: Same inequality, different domains, different solution sets — always note which number system the question specifies.

Example 5: Double inequality in words

Express "a solution must be kept between 30°C and 35°C" as an inequality, and state whether the bounds are included.

Solution:

Step 1 — Read "between" carefully. Without the word "inclusive", "between" is read as strict on both sides.

Step 2 — Write the chain. 30<C<3530 < C < 35.

Step 3 — State the boundary status. Neither 30 nor 35 is an allowed temperature — both bounds excluded.

Takeaway: "Between a and b" (bare) = strict double inequality; add "inclusive" and both signs become slack.

Example 6: One chain, two statements

Write 2x<4-2 \le x < 4 as two separate conditions, and list the integers satisfying it.

Solution:

Step 1 — Split the chain. The chain means x2x \ge -2 AND x<4x < 4 simultaneously.

Step 2 — List the integers. 2,1,0,1,2,3-2, -1, 0, 1, 2, 3.

Step 3 — Check the two boundaries. 2-2 enters (slack side ✓); 44 stays out (strict side ✗) — a chain can mix the two sign types.

Takeaway: A double inequality is a conjunction; handle each end with its own sign.

Example 7: Which values solve it?

Is x=3x = 3 a solution of (i) 5x3<75x - 3 < 7? (ii) 5x3125x - 3 \le 12? (iii) 23x>72 - 3x > -7?

Solution:

Step 1 — (i) Substitute. 5(3)3=125(3) - 3 = 12, and 12<712 < 7 is FALSE — not a solution.

Step 2 — (ii) Substitute. 121212 \le 12 is TRUE — a solution; the slack sign saves the boundary value.

Step 3 — (iii) Substitute. 29=72 - 9 = -7, and 7>7-7 > -7 is FALSE — the strict sign rejects equality.

Takeaway: Parts (ii) and (iii) hit the boundary from both sides — everything hangs on strict vs slack.

Example 8: Reshma's spending choices

With 40x+20y12040x + 20y \le 120, can Reshma buy (i) 2 registers and 2 pens? (ii) 3 registers? (iii) 1 register and 5 pens?

Solution:

Step 1 — (i) Compute the spend. 40(2)+20(2)=12040(2) + 20(2) = 120, and 120120120 \le 120 ✓ — allowed, using the full amount.

Step 2 — (ii) Compute. 40(3)+20(0)=12012040(3) + 20(0) = 120 \le 120 ✓ — also allowed.

Step 3 — (iii) Compute. 40(1)+20(5)=14040(1) + 20(5) = 140, and 140120140 \le 120 ✗ — not affordable.

Step 4 — Note the structure. A two-variable inequality has solution PAIRS (x,y)(x, y), not single numbers.

Takeaway: Substitution decides membership; slack signs admit exact-budget purchases.