Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Beng (বাংলা) Hindi (हिन्दी)
WBB • Class XI • Mathematics • Ch 5
Estimated Time: 70 minutes
Study Progress: In Progress

Linear Inequalities

In algebra and real-world quantitative analysis, relationships between mathematical quantities are rarely confined to exact equality. Statements involving order comparisons such as less than, greater than, less than or equal to, and greater than or equal to are formally designated as inequalities. A linear inequality in one variable involves an algebraic expression of degree one bounded by inequality symbols. Unlike linear equations that yield discrete, isolated numerical solutions, linear inequalities produce continuous solution sets comprising infinite ranges of real numbers, elegantly represented using interval notation and geometric shading on the real number line. The arithmetic governing inequalities mirrors standard algebraic manipulation, with one vital, fundamental axiom: multiplying or dividing both sides of an inequality by a negative real number reverses the direction of the inequality sign. In higher dimensions, a linear inequality in two variables partitions the Cartesian plane into two distinct half-planes divided by a straight boundary line, where the valid solution region is determined using the test point method. Systems of simultaneous linear inequalities define polygonal feasible regions bounded by corner points, establishing the direct algebraic foundation for optimization and Linear Programming Problems in Class 12.

Why This Chapter Matters

Linear inequalities constitute the universal mathematical language of optimization, resource allocation, and practical constraint modeling across science, industry, and finance. In economics and business operations, companies do not operate on fixed equality; production schedules are governed by maximum budget constraints, raw material capacity ceilings, and minimum sales quotas. In structural and mechanical engineering, safety factors dictate that applied tensile stress must remain strictly less than the material yield strength (σ ≤ σ_allowable). In pharmacology, therapeutic blood concentration of a drug must be strictly bounded between a minimum effective dose and a maximum non-toxic limit. In higher secondary competitive examinations such as WBJEE, JEE Main, and JEE Advanced, inequalities are ubiquitously embedded within domain and range calculations of functions, logarithmic arguments, and calculus optimization problems. A solid mastery of linear inequalities in WBCHSE Class 11 equips students with rigorous graphical problem-solving skills and lays the indispensable algebraic groundwork for Class 12 Linear Programming (LPP).

Chapter Roadmap & Progression

1 1. Concept of Inequalities, Algebra...
2 2. Linear Inequalities in One Varia...
3 3. Double Inequalities, Modulus (Ab...
4 4. Graphical Solution of Linear Ine...
5 5. System of Linear Inequalities, F...
6 6. Applied Mathematical Modeling &...

Complete Concept Guide (100% Curriculum Coverage)

1. Concept of Inequalities, Algebraic Axioms & Sign Reversal Rule

Two real numbers or two algebraic expressions related by the symbols $<$, $>$, $\le$, or $\ge$ form an inequality. While equations express exact balance, inequalities define quantitative boundaries, limits, and tolerances.

1.1 Classification of Inequalities
  • Strict Inequalities: Involve strictly less than ($<$) or strictly greater than ($>$), e.g., $ax + b < 0$ or $ax + b > 0$. The boundary values are strictly excluded.
  • Slack (Non-Strict) Inequalities: Involve less than or equal to ($\le$) or greater than or equal to ($\ge$), e.g., $ax + b \le 0$ or $ax + b \ge 0$. The boundary values are included in the solution set.
  • Linear Inequality in One Variable: An inequality that can be written in the form $ax + b < 0$, $ax + b \le 0$, $ax + b > 0$, or $ax + b \ge 0$, where $a \neq 0$ and $a, b \in \mathbb{R}$.
  • Double (Compound) Inequalities: Involve two inequality signs bounding an expression between two values, e.g., $a < f(x) \le b$.
1.2 Fundamental Axioms of Inequality Arithmetic
Rule Operation Mathematical Statement Inequality Sign Status
Rule 1 Addition / Subtraction If $a < b$, then $a + c < b + c$ and $a - c < b - c$ for all $c \in \mathbb{R}$. Unchanged
Rule 2 Positive Multiplication / Division If $a < b$ and $c > 0$, then $ac < bc$ and $\frac{a}{c} < \frac{b}{c}$. Unchanged
Rule 3 Negative Multiplication / Division If $a < b$ and $c < 0$, then $ac > bc$ and $\frac{a}{c} > \frac{b}{c}$. STRICTLY REVERSED
Examiner Trap (Rule 3 in Action): Consider $-3x < 12$. Dividing both sides by $-3$ reverses the inequality sign: $$\frac{-3x}{-3} > \frac{12}{-3} \implies \mathbf{x > -4}$$ Never write $x < -4$; failing to flip the inequality sign when dividing by a negative quantity is the single most common error in board examinations!
1.3 Reciprocal and Squaring Rules
  1. Reciprocal Rule: If $a$ and $b$ have the same sign (both positive or both negative) and $a < b$, then $\frac{1}{a} > \frac{1}{b}$. (e.g., $2 < 5 \implies \frac{1}{2} > \frac{1}{5}$; $-5 < -2 \implies -\frac{1}{5} > -\frac{1}{2}$).
  2. Cross-Multiplication Caution: In an inequality like $\frac{x-1}{x-2} > 0$, you cannot cross-multiply by $(x - 2)$ because the sign of $(x - 2)$ depends on $x$. If $x < 2$, $(x - 2)$ is negative, which would reverse the inequality! Always multiply by $[(x-2)^2 > 0]$ or use the wavy curve method.

2. Linear Inequalities in One Variable, Replacement Sets & Number Line Graphing

Any value of the unknown variable that converts an inequality into a true mathematical statement is termed a solution. The set of all such values is called the solution set, which critically depends on the specified replacement set (domain).

2.1 Impact of Replacement Sets ($\mathbb{N}$, $\mathbb{Z}$, $\mathbb{R}$)

Consider the inequality $4x - 2 < 14 \implies 4x < 16 \implies x < 4$:

  • If replacement set is $\mathbb{N}$ (Natural numbers $\{1, 2, 3, \dots\}$): Solution set is finite: $\{1, 2, 3\}$.
  • If replacement set is $\mathbb{Z}$ (Integers $\{\dots, -2, -1, 0, 1, 2, \dots\}$): Solution set is infinite discrete: $\{\dots, -2, -1, 0, 1, 2, 3\}$.
  • If replacement set is $\mathbb{R}$ (Real numbers): Solution set is a continuous interval: $(-\infty, 4)$.
2.2 Interval Notation Summary
Interval Type Set-Builder Notation Bracket Notation Geometric Number Line Representation
Open Interval $\{x \in \mathbb{R} : a < x < b\}$ $(a, b)$ Hollow circles at $a$ and $b$; shaded segment between them.
Closed Interval $\{x \in \mathbb{R} : a \le x \le b\}$ $[a, b]$ Solid dots at $a$ and $b$; shaded segment between them.
Semi-Open / Semi-Closed $\{x \in \mathbb{R} : a \le x < b\}$ $[a, b)$ Solid dot at $a$; hollow circle at $b$; shaded between.
Infinite Rays $\{x \in \mathbb{R} : x \ge a\}$ $[a, \infty)$ Solid dot at $a$; shaded ray extending infinitely to the right.
Infinite Rays $\{x \in \mathbb{R} : x < b\}$ $(-\infty, b)$ Hollow circle at $b$; shaded ray extending infinitely to the left.
2.3 Standard Algorithm for Solving Linear Inequalities in One Variable
  1. Clear fractions by multiplying all terms by the positive least common multiple (LCM) of the denominators.
  2. Expand brackets and group all terms containing the variable on the left-hand side (LHS) and all constant numbers on the right-hand side (RHS).
  3. Combine like terms to reduce the inequality to the form $Ax < B$, $Ax \le B$, $Ax > B$, or $Ax \ge B$.
  4. Divide both sides by the coefficient $A$. If $A < 0$, remember to reverse the inequality sign!
  5. Express the final solution set in standard interval notation and plot it on the real number line.

3. Double Inequalities, Modulus (Absolute Value) & Wavy Curve Method

Complex boundary conditions in physical problems frequently require variables to satisfy simultaneous double constraints or absolute magnitude bounds. Modulus inequalities represent one of the highest-weightage topics in WBCHSE algebra.

3.1 Compound (Double) Inequalities

An inequality of the form $a \le f(x) \le b$ is a simultaneous conjunction of two inequalities:

$$a \le f(x) \le b \iff \mathbf{f(x) \ge a} \quad \text{AND} \quad \mathbf{f(x) \le b}$$

The solution is the intersection of the solution sets of both inequalities: $S = S_1 \cap S_2$. Linear double inequalities can often be solved simultaneously by performing identical operations on all three parts.

3.2 Modulus (Absolute Value) Inequalities

Recall the definition of the absolute value function: $|x| = x$ if $x \ge 0$, and $|x| = -x$ if $x < 0$. Geometrically, $|x|$ denotes the distance of $x$ from the origin $0$ on the real number line.

For any positive real constant $a > 0$:

Modulus Inequality Equivalent Algebraic Form Solution Set (Interval) Geometric Meaning
$|x| \le a$ $-a \le x \le a$ $[-a, a]$ Points within distance $a$ of origin (bounded interval).
$|x| < a$ $-a < x < a$ $(-a, a)$ Strict interior of interval between $-a$ and $a$.
$|x| \ge a$ $x \le -a \quad \text{OR} \quad x \ge a$ $(-\infty, -a] \cup [a, \infty)$ Points at distance $a$ or greater from origin (two unbounded rays).
$|x| > a$ $x < -a \quad \text{OR} \quad x > a$ $(-\infty, -a) \cup (a, \infty)$ Points strictly further than distance $a$ from origin.
$|x - c| \le r$ $c - r \le x \le c + r$ $[c - r, c + r]$ Symmetric neighborhood of radius $r$ centered at $c$.
3.3 The Wavy Curve Method (Method of Intervals) for Rational Inequalities

To solve rational inequalities of the form $\frac{P(x)}{Q(x)} \ge 0$ where $P(x)$ and $Q(x)$ are factored polynomials:

  1. Ensure the right-hand side is zero, and factorize numerator and denominator completely into linear factors $(x - c_i)$. Make sure the coefficient of $x$ in each factor is $+1$.
  2. Find all critical points (roots of numerator and denominator) and plot them on the number line in increasing order.
  3. Start from the rightmost interval above the axis ($+$), and alternate signs across each critical point of odd multiplicity. For critical points of even multiplicity $(x - c)^{2k}$, the curve stays on the same side (does not cross).
  4. Select intervals marked $(+)$ for $\ge 0$ or $(-)$ for $\le 0$. Exclude roots of the denominator $Q(x) = 0$ unconditionally to prevent division by zero!

4. Graphical Solution of Linear Inequalities in Two Variables & The Origin Test

While an inequality in one variable corresponds to an interval on a 1D line, an inequality in two variables represents an entire half-plane (semi-infinite 2D region) in the Cartesian plane $\mathbb{R}^2$.

4.1 The Boundary Line & Half-Planes

Consider the linear equation $ax + by = c$ with $a, b \neq 0$. This straight line divides the Cartesian plane into two distinct regions called half-planes:

  • Open Half-Plane: Consists of all points $(x, y)$ strictly satisfying $ax + by < c$ or $ax + by > c$. The boundary line itself is excluded from the solution set and is drawn as a dashed (broken) line.
  • Closed Half-Plane: Consists of all points $(x, y)$ satisfying $ax + by \le c$ or $ax + by \ge c$. The boundary line is included in the solution set and is drawn as a solid (continuous) line.
4.2 The Origin Test Algorithm

To determine which half-plane corresponds to the solution region of $ax + by \le c$ (or $<, \ge, >$):

  1. Step 1 (Draw Boundary): Draw the straight line $ax + by = c$ by finding its intercepts with the axes: $\left(\frac{c}{a}, 0\right)$ on the $X$-axis and $\left(0, \frac{c}{b}\right)$ on the $Y$-axis. Use a solid line for $\le, \ge$ and a dashed line for $<, >$.
  2. Step 2 (Select Test Point): If the boundary line does not pass through the origin $(c \neq 0)$, choose the origin $\mathbf{(0, 0)}$ as the most convenient test point.
  3. Step 3 (Evaluate Inequality): Substitute $x = 0$ and $y = 0$ into the inequality:
    • If the resulting statement is TRUE (e.g., $0 \le 8$), the half-plane containing the origin is the solution region. Shade this region.
    • If the resulting statement is FALSE (e.g., $0 \ge 8$), the half-plane NOT containing the origin (the opposite side) is the solution region. Shade that region.
  4. Step 4 (Line Through Origin): If the line passes through the origin ($c = 0$, e.g., $y - 2x \ge 0$), choose another convenient point not on the line, such as $(1, 0)$ or $(0, 1)$, to test.

5. System of Linear Inequalities, Feasible Region & Corner Points

A collection of two or more linear inequalities in the same variables forms a system of linear inequalities. The solution of such a system is the region of the plane that satisfies all the inequalities simultaneously.

5.1 The Feasible Solution Region

Geometrically, the solution set of a system of linear inequalities is the intersection (common overlap) of the half-planes determined by each individual inequality:

$$\mathbf{\text{Feasible Region } \mathcal{R} = \mathcal{H}_1 \cap \mathcal{H}_2 \cap \cdots \cap \mathcal{H}_n}$$
  • Bounded Region: The solution region can be completely enclosed inside a sufficiently large circle. A bounded region forms a convex polygon.
  • Unbounded Region: The solution region extends infinitely in at least one direction.
  • Infeasible System: If the individual half-planes have no common intersection ($\mathcal{R} = \emptyset$), the system has no solution.
5.2 Non-Negativity Constraints ($x \ge 0, y \ge 0$)

In almost all physical and economic modeling problems, quantities such as units produced, hours worked, or ingredients mixed cannot be negative. These conditions are represented by:

$$x \ge 0 \quad \text{and} \quad y \ge 0$$

Geometrically, $x \ge 0$ represents the half-plane to the right of the $Y$-axis, and $y \ge 0$ represents the half-plane above the $X$-axis. Their simultaneous intersection restricts the feasible region strictly to the First Quadrant (Quadrant I).

5.3 Finding Vertices (Corner Points)

The vertices or corner points of the feasible region are the points of intersection of the boundary lines forming the perimeter of the polygon. They are determined algebraically by solving the equations of intersecting pairs of lines simultaneously using substitution or elimination.

6. Applied Mathematical Modeling & Foundations of Linear Programming

Translating complex verbal descriptions into formal systems of linear inequalities is an essential mathematical modeling competency tested extensively in WBCHSE examinations.

6.1 Translating Real-World Language into Inequalities
English Verbal Expression Mathematical Inequality Symbol Algebraic Translation
At least / Minimum / Not less than $\ge$ $x \ge k$
At most / Maximum / Not more than / Capacity $\le$ $x \le k$
More than / Exceeds / Greater than $>$ $x > k$
Less than / Below / Fewer than $<$ $x < k$
Between $a$ and $b$ (exclusive) $<$ and $<$ $a < x < b$
From $a$ to $b$ (inclusive) $\le$ and $\le$ $a \le x \le b$
6.2 Standard Mixture & Dilution Problems

A classic WBCHSE long-answer problem involves blending solutions of different concentrations. If $x$ litres of a $p_1\%$ solution are added to $V$ litres of a $p_2\%$ solution to yield a resulting concentration between $C_1\%$ and $C_2\%$, the total amount of pure solute is:

$$\text{Pure Solute} = \frac{p_1}{100}x + \frac{p_2}{100}V$$ $$\text{Total Volume} = x + V$$

This generates the compound inequality:

$$\frac{C_1}{100}(x + V) < \frac{p_1}{100}x + \frac{p_2}{100}V < \frac{C_2}{100}(x + V)$$
6.3 The Fundamental Bridge to Linear Programming (Class 12 LPP)

In Class 12, students will encounter Linear Programming, where a linear objective function $Z = ax + by$ (representing profit or cost) is maximized or minimized subject to linear inequality constraints. The Corner Point Theorem guarantees that the optimal value of $Z$, if it exists, occurs at one of the vertices (corner points) of the feasible region defined by the inequalities studied in Class 11.

Key Formulas, Identities & Theorems

Sign Reversal Axiom
ac > bc (for c < 0)
The inequality sign strictly flips when multiplying or dividing both sides by any negative quantity.
Bounded Modulus Inequality
-a ≤ x ≤ a
For shifted modulus, |x - c| <= r is equivalent to c - r <= x <= c + r (symmetric interval).
Unbounded Modulus Inequality
x ≤ -a or x ≥ a
Represents two disjoint unbounded infinite rays outside the interval (-a, a).
Compound Conjunction Inequality
S = S₁ ∩ S₂
Solution set is the intersection of solutions of both simultaneous inequalities.
2D Half-Plane Boundary
ax + by = c
Solid line for slack inequalities (<=, >=); dashed broken line for strict inequalities (<, >).
Feasible Region Intersection
R = H₁ ∩ H₂ ∩ ... ∩ Hₙ
Common polygon satisfying all half-planes simultaneously; restricted to Quadrant I by x >= 0, y >= 0.

Conceptual Solved Examples & Case Studies

Example 1
Solve the linear inequality \(5x - 3 < 3x + 1\) when: (i) \(x\) is an integer (\(x \in \mathbb{Z}\)), and (ii) \(x\) is a real number (\(x \in \mathbb{R}\)). [2 marks]
Step-by-Step Solution:
Solution:
Step 1: Simplify the inequality algebraically: $$5x - 3 < 3x + 1$$ Subtract $3x$ from both sides: $$5x - 3x - 3 < 1 \implies 2x - 3 < 1$$ Add $3$ to both sides: $$2x < 1 + 3 \implies 2x < 4$$ Divide both sides by $2$ (since $2 > 0$, sign remains unchanged): $$\mathbf{x < 2}$$
Step 2: Case (i) When $x \in \mathbb{Z}$ (Integers): The integers strictly less than $2$ are: $$\text{Solution Set} = \{\dots, -3, -2, -1, 0, 1\}$$
Step 3: Case (ii) When $x \in \mathbb{R}$ (Real numbers): The real numbers strictly less than $2$ form an infinite continuous interval: $$\text{Solution Set} = \mathbf{(-\infty, 2)}$$
Conclusion: For integers, the solution set is $\{\dots, -2, -1, 0, 1\}$; for real numbers, it is $(-\infty, 2)$.
Example 2
Ravi obtained 70 and 75 marks in the first two unit tests. Find the minimum marks he should get in the third test to have an average of at least 60 marks. [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Define the variable: Let $x$ denote the marks obtained by Ravi in the third unit test.
Step 2: Formulate the mathematical inequality: The average marks of the three tests is: $$\text{Average} = \frac{70 + 75 + x}{3} = \frac{145 + x}{3}$$ According to the problem, the average must be at least 60 marks: $$\frac{145 + x}{3} \ge 60$$
Step 3: Solve the inequality: Multiply both sides by $3$ (since $3 > 0$, the inequality sign is preserved): $$145 + x \ge 60 \times 3 \implies 145 + x \ge 180$$ Subtract $145$ from both sides: $$x \ge 180 - 145 \implies \mathbf{x \ge 35}$$
Conclusion: Ravi must obtain a minimum of 35 marks in the third test to maintain an overall average of at least 60 marks.
Example 3
Solve the compound double inequality \(-5 \le \frac{5 - 3x}{2} \le 8\) for real \(x\), and graph the solution set on the real number line. [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Clear the denominator by multiplying by 2: Since $2 > 0$, multiplying all three parts by $2$ preserves both inequality signs: $$-5 \times 2 \le 5 - 3x \le 8 \times 2 \implies -10 \le 5 - 3x \le 16$$
Step 2: Subtract 5 from all three parts: $$-10 - 5 \le -3x \le 16 - 5 \implies -15 \le -3x \le 11$$
Step 3: Divide by -3 and reverse both inequality signs: Dividing by negative number $-3$ reverses the signs of inequality: $$\frac{-15}{-3} \ge \frac{-3x}{-3} \ge \frac{11}{-3} \implies 5 \ge x \ge -\frac{11}{3}$$ Rewriting in standard ascending order: $$\mathbf{-\frac{11}{3} \le x \le 5}$$
Step 4: Interval notation & number line description: The solution set is the closed interval: $$\mathbf{x \in \left[-\frac{11}{3}, 5\right]} \quad \left(\text{or } [-3.67, 5]\right)$$ On the number line: Solid filled dots (●) are drawn at $x = -\frac{11}{3}$ and $x = 5$, with a thick shaded line segment connecting them.
Example 4
Solve the absolute value inequality \(|2x - 3| \le 5\) and express the solution in interval notation. Also solve \(|3x - 2| > 7\). [4 marks]
Step-by-Step Solution:
Solution:
Part A: Solve $|2x - 3| \le 5$: Using the fundamental theorem $|u| \le a \iff -a \le u \le a$: $$-5 \le 2x - 3 \le 5$$ Add $3$ to all parts: $$-5 + 3 \le 2x \le 5 + 3 \implies -2 \le 2x \le 8$$ Divide all parts by $2$: $$-1 \le x \le 4$$ $$\mathbf{\text{Solution Set for Part A} = [-1, 4]}$$
Part B: Solve $|3x - 2| > 7$: Using the theorem $|u| > a \iff u < -a \text{ or } u > a$: $$\text{Case 1: } 3x - 2 < -7 \implies 3x < -5 \implies x < -\frac{5}{3}$$ $$\text{Case 2: } 3x - 2 > 7 \implies 3x > 9 \implies x > 3$$ The solution set is the union of the two disjoint intervals: $$\mathbf{\text{Solution Set for Part B} = \left(-\infty, -\frac{5}{3}\right) \cup (3, \infty)}$$
Conclusion: Part A yields $[-1, 4]$; Part B yields $\left(-\infty, -\frac{5}{3}\right) \cup (3, \infty)$.
Example 5
Solve the following system of linear inequalities graphically in the 2D Cartesian plane: \(2x + y \le 8\), \(x + y \le 6\), \(x \ge 0\), \(y \ge 0\). Identify the coordinates of all corner points (vertices) of the feasible solution region. [4 marks]
Step-by-Step Solution:
Solution:
Step 1: Plot the boundary lines:
  1. Line 1: $2x + y = 8$
    • When $y = 0 \implies 2x = 8 \implies x = 4$. Intercept $A(4, 0)$.
    • When $x = 0 \implies y = 8$. Intercept $(0, 8)$.
    • Since inequality is $\le$, draw a solid line.
    • Test origin $(0, 0)$: $2(0) + 0 = 0 \le 8$ is TRUE. The half-plane containing $(0, 0)$ is the solution region.
  2. Line 2: $x + y = 6$
    • When $y = 0 \implies x = 6$. Intercept $(6, 0)$.
    • When $x = 0 \implies y = 6$. Intercept $C(0, 6)$.
    • Since inequality is $\le$, draw a solid line.
    • Test origin $(0, 0)$: $0 + 0 = 0 \le 6$ is TRUE. The half-plane containing $(0, 0)$ is the solution region.
  3. Non-negativity constraints $x \ge 0, y \ge 0$: Restrict the solution strictly to Quadrant I.

Step 2: Find the intersection point $B$ of Line 1 and Line 2: Subtract equation (2) from equation (1): $$(2x + y) - (x + y) = 8 - 6 \implies x = 2$$ Substitute $x = 2$ into $x + y = 6 \implies 2 + y = 6 \implies y = 4$. Thus, the intersection point is $\mathbf{B(2, 4)}$.
Step 3: Characterize the feasible region: The common solution region is the bounded convex polygon $OABC$ in the first quadrant, shaded by the intersection of all half-planes.
Step 4: Coordinates of corner points (vertices):
  • $\mathbf{O(0, 0)}$ (Origin)
  • $\mathbf{A(4, 0)}$ ($X$-intercept of $2x + y = 8$)
  • $\mathbf{B(2, 4)}$ (Intersection point of $2x + y = 8$ and $x + y = 6$)
  • $\mathbf{C(0, 6)}$ ($Y$-intercept of $x + y = 6$)
Example 6
A manufacturer has 600 litres of a 12% solution of acid. How many litres of a 30% acid solution must be added to it so that the acid content in the resulting mixture will be more than 15% but less than 18%? [5 marks]
Step-by-Step Solution:
Solution:
Step 1: Define the variable and total volume: Let $x$ litres of the $30\%$ acid solution be added to the $600$ litres of the $12\%$ acid solution. $$\text{Total volume of the resulting mixture} = (600 + x) \text{ litres}$$
Step 2: Determine total pure acid content: $$\text{Pure acid from 12% solution} = 12\% \text{ of } 600 = \frac{12}{100} \times 600 = 72 \text{ litres}$$ $$\text{Pure acid from 30% solution} = 30\% \text{ of } x = \frac{30}{100} \times x = 0.3x \text{ litres}$$ $$\text{Total pure acid} = 72 + \frac{30}{100}x = 72 + 0.3x \text{ litres}$$
Step 3: Set up the double inequality: The acid content must be more than 15% and less than 18% of the total volume: $$15\% \text{ of } (600 + x) < 72 + \frac{30}{100}x < 18\% \text{ of } (600 + x)$$ $$\frac{15}{100}(600 + x) < 72 + \frac{30}{100}x < \frac{18}{100}(600 + x)$$
Step 4: Solve the left-hand inequality: $$\frac{15}{100}(600 + x) < 72 + \frac{30}{100}x$$ Multiply by $100$ to clear denominators: $$15(600 + x) < 7200 + 30x \implies 9000 + 15x < 7200 + 30x$$ Subtract $15x$ and $7200$ from both sides: $$9000 - 7200 < 30x - 15x \implies 1800 < 15x \implies x > \frac{1800}{15} \implies \mathbf{x > 120}$$
Step 5: Solve the right-hand inequality: $$72 + \frac{30}{100}x < \frac{18}{100}(600 + x)$$ Multiply by $100$: $$7200 + 30x < 18(600 + x) \implies 7200 + 30x < 10800 + 18x$$ Subtract $18x$ and $7200$ from both sides: $$30x - 18x < 10800 - 7200 \implies 12x < 3600 \implies x < \frac{3600}{12} \implies \mathbf{x < 300}$$
Step 6: Combine both conditions: $$\mathbf{120 < x < 300}$$
Conclusion: The manufacturer must add between 120 litres and 300 litres of the 30% acid solution to obtain a resulting mixture with acid concentration strictly between 15% and 18%.

Common Misconceptions & Examiner Traps

Common Misconception

Forgetting to reverse the inequality sign when multiplying or dividing by a negative number

Scientific Reality & Correction

Dividing both sides by negative number $-4$ strictly flips the inequality symbol: $-4x < 20 \implies x > \frac{20}{-4} \implies \mathbf{x > -5}$.

Common Misconception

Cross-multiplying by a variable expression without knowing its sign

Scientific Reality & Correction

If $x < 2$, then $(x - 2)$ is negative, which would reverse the sign. Instead, bring 3 to the LHS: $\frac{1}{x-2} - 3 < 0 \implies \frac{7 - 3x}{x - 2} < 0$, and use the wavy curve method.

Common Misconception

Misinterpreting absolute value inequalities of the greater-than type

Scientific Reality & Correction

The inequality $|x| > 4$ means $x < -4$ OR $x > 4$, with solution set $(-\infty, -4) \cup (4, \infty)$.

Common Misconception

Using a solid boundary line for strict inequalities in 2D graphs

Scientific Reality & Correction

For strict inequalities ($<$ or $>$), the boundary line itself is NOT part of the solution set and MUST be drawn as a dashed (broken) line.

Common Misconception

Testing the origin $(0, 0)$ when the boundary line passes through the origin

Scientific Reality & Correction

Substituting $(0, 0)$ gives $0 - 0 = 0 \ge 0$, which is on the boundary line itself and provides zero information about which side to shade. Choose a test point off the line, such as $(0, 1)$ or $(1, 0)$.

Linear Inequalities, Number Line Intervals & 2D Feasible Solution Region Diagram

≤ Linear Inequalities & 2D Feasible Solution Region 1-Variable Intervals | Modulus Rules | 2D Half-Planes & Origin Test | Corner Points 1-Variable Inequality: -2 ≤ x < 5 ⇒ x ∈ [-2, 5) -2 0 5 Real Axis X → ↑ Real Axis Y O(0,0) 2x + y = 8 x + y = 6 A(4, 0) C(0, 6) B(2, 4) Vertex Feasible Region 2x+y ≤ 8, x+y ≤ 6 Core Inequality Axioms a < b ⇒ a ± c < b ± c c > 0 ⇒ ac < bc (Sign Preserved) c < 0 ⇒ ac > bc (Sign REVERSED) Modulus / Absolute Value |x| ≤ a ⇔ -a ≤ x ≤ a (Intersection) |x| ≥ a ⇔ x ≤ -a or x ≥ a (Union) |x - c| ≤ r ⇔ c - r ≤ x ≤ c + r 2D Half-Planes & Origin Test ax + by ≤ c (Solid boundary line) ax + by < c (Dashed boundary line) Test (0,0): if true, shade origin side Feasible Region & LPP Vertex x ≥ 0, y ≥ 0 (First Quadrant bounds) Common Region = Intersection of Half-Planes Vertices: O(0,0), A(4,0), B(2,4), C(0,6)

Chapter Summary & 10 Key Takeaways

Takeaway 1
An inequality is a statement involving order comparison symbols (<, >, ≤, ≥); relations involving < or > are strict inequalities, while ≤ or ≥ are slack inequalities.
Takeaway 2
Adding or subtracting the same real number to both sides of an inequality preserves the inequality sign: a < b ⟹ a ± c < b ± c.
Takeaway 3
Multiplying or dividing both sides of an inequality by a positive number preserves the inequality sign: if c > 0 and a < b, then ac < bc.
Takeaway 4
Multiplying or dividing both sides by a negative number strictly reverses the inequality sign: if c < 0 and a < b, then ac > bc.
Takeaway 5
The solution set of a linear inequality in one variable over ℝ is represented as an interval: open (a, b), closed [a, b], or semi-open [a, b) and (a, b].
Takeaway 6
On a 1D real number line, an excluded endpoint is drawn as a hollow circle (○), whereas an included endpoint is drawn as a filled solid dot (●).
Takeaway 7
For any positive real number a > 0, the modulus inequality |x| ≤ a is equivalent to the double inequality -a ≤ x ≤ a.
Takeaway 8
For any positive real number a > 0, the modulus inequality |x| ≥ a is equivalent to the union of two disjoint intervals: x ≤ -a or x ≥ a.
Takeaway 9
A linear inequality ax + by ≤ c divides the 2D Cartesian plane into two half-planes; the boundary line is solid for ≤ or ≥, and dashed for < or >.
Takeaway 10
The feasible solution region of a system of linear inequalities is the common intersection of all half-planes; in practical problems, x ≥ 0 and y ≥ 0 restrict solutions to the first quadrant.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Solve the inequality (3(x - 2))/5 ≤ (5(2 - x))/3 for real x.
Reveal Answer & Explanation
Answer: Multiply by 15: 9(x - 2) ≤ 25(2 - x) ⟹ 9x - 18 ≤ 50 - 25x ⟹ 9x + 25x ≤ 50 + 18 ⟹ 34x ≤ 68 ⟹ x ≤ 2. The solution set is (-∞, 2].
Multiply both sides by the positive LCM of denominators (15) to clear fractions, expand, and isolate x.
2
Find all pairs of consecutive odd positive integers, both of which are smaller than 10, such that their sum is more than 11.
Reveal Answer & Explanation
Answer: Let the integers be x and x + 2. We have x > 0 odd, x + 2 < 10 ⟹ x < 8, and x + (x + 2) > 11 ⟹ 2x + 2 > 11 ⟹ 2x > 9 ⟹ x > 4.5. Since x is an odd integer, x can be 5 or 7. Thus, the pairs are (5, 7) and (7, 9).
Let the smaller odd integer be x; then the next is x + 2. Set up x < 10, x + 2 < 10, and x + (x + 2) > 11.
3
Solve the double inequality 2 ≤ 3x - 4 ≤ 5.
Reveal Answer & Explanation
Answer: Add 4: 2 + 4 ≤ 3x ≤ 5 + 4 ⟹ 6 ≤ 3x ≤ 9. Divide by 3: 2 ≤ x ≤ 3. The solution set is the closed interval [2, 3].
Add 4 to all three parts simultaneously, then divide all parts by 3.
4
Solve the rational inequality (x - 2)/(x + 5) > 2.
Reveal Answer & Explanation
Answer: (x - 2)/(x + 5) - 2 > 0 ⟹ [x - 2 - 2(x + 5)] / (x + 5) > 0 ⟹ (-x - 12)/(x + 5) > 0 ⟹ (x + 12)/(x + 5) < 0 (after multiplying by -1 and reversing sign). Roots are -12 and -5. The quotient is negative between the roots: x ∈ (-12, -5).
Do not cross-multiply! Subtract 2 from both sides to get a single fraction, then use a sign chart.
5
Determine whether the point (2, 3) lies in the solution region of the system: 3x + 2y ≥ 12, x + y ≤ 6.
Reveal Answer & Explanation
Answer: For 3x + 2y ≥ 12: 3(2) + 2(3) = 6 + 6 = 12 ≥ 12 (TRUE). For x + y ≤ 6: 2 + 3 = 5 ≤ 6 (TRUE). Since both inequalities are satisfied, the point (2, 3) lies within the feasible solution region.
Substitute x = 2, y = 3 into both inequalities and check if both statements are simultaneously satisfied.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.