Inequality Solutions Made Easy: A Complete Guide with Examples

Linear Inequalities – Complete Guide with Solutions

Understanding Inequalities

What is an Inequality?

An inequality is a mathematical statement that compares two values or expressions to show that one is less than, greater than, less than or equal to, or greater than or equal to the other.

Unlike an equation (which says two things are equal), an inequality allows a range of possible values.

Common Inequality Symbols

Symbol Meaning Example
\( < \) Less than \( x < 10 \)
\( > \) Greater than \( y > 3 \)
\( \leq \) Less than or equal to \( x \leq 7 \)
\( \geq \) Greater than or equal to \( y \geq 2 \)

Why are Inequalities Useful?

Inequalities help us describe situations where values can vary but have limits or ranges, such as:

  • Budget constraints
  • Speed limits
  • Age or height restrictions
  • Temperature thresholds

Real-Life Example: Budget Constraint for Buying Groceries

Imagine you have ₹3000 to spend on fruits and vegetables this month.
You want to make sure your total spending does not exceed your budget.

Let:
  • \( x \) = amount spent on fruits (in ₹)
  • \( y \) = amount spent on vegetables (in ₹)
The inequality to represent your budget is:
\( x + y \leq 3000 \)
This means the combined spending on fruits and vegetables must be less than or equal to ₹3000.

Solution of Inequalities are Intervals

The solution to an inequality like \( x + y \leq 3000 \) is the set of all possible values of \( x \) and \( y \) that satisfy the inequality.

These solutions are often represented as intervals on the real number line because inequalities describe ranges or sets of values, not just single points.

For example, if we consider a simpler inequality like \( x \leq 5 \), the solution is all real numbers less than or equal to 5. This corresponds to the interval:

\[ (-\infty, 5] \]

Here, the round bracket ( at \(-\infty\) means the set extends indefinitely to the left, and the square bracket ] at 5 means 5 is included in the solution set.

Similarly, inequalities with two variables, like the grocery budget example, define a region of possible values that can be represented using intervals or more complex shapes.


Real-Life Example: Speed Limit on a Highway

Suppose the speed limit on a highway is 60 km/h.
You want to make sure your speed \( s \) (in km/h) does not exceed this limit.

The inequality representing this is:
\( s \leq 60 \)
This means your speed can be any value less than or equal to 60 km/h.

The solution to this inequality is the interval:
\[ (-\infty, 60] \]
which includes all speeds up to and including 60 km/h. (keep in mind speed can't be nagative so it will be \([0,60]\), for the shake of explantion we write \( (-\infty, 60] \) )

🔢 Types of Intervals

Interval Type Symbolic Notation Description
Open Interval \((a, b)\) All real numbers between \(a\) and \(b\), excluding both endpoints.
Closed Interval \([a, b]\) Includes both \(a\) and \(b\).
Half-Open (Left) \([a, b)\) Includes \(a\), excludes \(b\).
Half-Open (Right) \((a, b]\) Excludes \(a\), includes \(b\).
Infinite Interval \[(-\infty, b]\] ,\[(a, \infty)\] Extends to infinity; uses open brackets with \(\infty\).

Open vs Solid Circles

Endpoint Type Symbol Meaning
Included (Closed) 🔴 Solid Circle The endpoint is part of the interval.
Excluded (Open) ⚪ Open Circle The endpoint is not part of the interval.

📏 Steps to Draw an Interval

  1. Draw a horizontal line with a center mark labeled 0.
  2. Identify the type of interval and its endpoints.
  3. Mark the endpoints:
    • Use 🔴 for included (closed) points.
    • Use ⚪ for excluded (open) points.
  4. Draw a bold segment or arrow connecting the points based on interval type.

🧠 Examples

Example 1: \( (2, 5) \)
⚪──────⚪ (open on both ends)
Example 2: \( [2, 5] \)
🔴──────🔴 (closed on both ends)
Example 3: \( [2, 5) \)
🔴──────⚪ (left closed, right open)
Example 4: \( (-\infty, 3] \)
<──────🔴 (arrow to left, closed at 3)
Example 5: \( (0, \infty) \)
⚪──────> (open at 0, continues right)

Visual Representation of Intervals on the Real Number Line

0 [-2, 6] 0 (-2, 6) 0 [-2, 6) 0 (-2, 6] 0 (-2, ∞) 0 [-2, ∞) 0 (-∞, 6) 0 (-∞, 6] 0 (-∞, ∞)

Types of Tips We'll Include:

🧠 Concept Tips

  • Inequality sign flips when multiplying/dividing by a negative number.
  • Never include a value that makes the denominator zero — it's always excluded.

📏 Graphing Tips

  • Use open circles for strict inequalities like < and >, closed circles for ≤, ≥.
  • Infinity is always open — never include ∞ or -∞ in your solution.

🚨 Exam Tips

  • Always test one value from each interval — never assume signs without checking.
  • Watch out for trap options in MCQs: endpoints included/excluded.

🎯 Shortcut Tips

  • If both numerator and denominator are linear, test sign changes around roots quickly.
  • You can directly use sign charts for rational inequalities to avoid long calculations.

Tips and Cautions: What NOT to Do While Solving Inequalities

  • 💡 Do not forget to reverse the inequality sign when multiplying or dividing both sides by a negative number.
  • 💡 Do not add or subtract incorrectly—always perform the same operation on both sides to keep the inequality balanced.
  • 💡 Do not treat inequalities like equations; inequalities represent ranges, not just single values.
  • 💡 Do not ignore absolute value rules—split absolute value inequalities into two cases properly.
  • 💡 Do not forget to express the solution set clearly using interval notation or set-builder notation.
  • 💡 Do not forget that dividing by zero is undefined—avoid dividing by variables unless you know their sign.
  • 💡 Do not skip steps—write each algebraic manipulation carefully to avoid mistakes.
  • 💡 Do not confuse "less than" (<) with "less than or equal to" (≤), and similarly with "greater than".
  • 💡 Do not forget to check your solution by plugging values back into the original inequality when possible.

10 Simple Linear Inequality Problems

Example 1: Solve \( x + 4 > 7 \)

Problem: Solve for \( x \).

To isolate \( x \), subtract 4 from both sides of the inequality. This keeps the inequality balanced and maintains the direction since we are subtracting a positive number.

\[ x + 4 > 7 \] \[ x > 7 - 4 \]\[\Rightarrow x > 3 \]
Answer: \( x \in (3, \infty) \)

Example 2: Solve \( 2x - 5 \leq 9 \)

Problem: Solve for \( x \).

Add 5 to both sides to move constants to the right side, maintaining the inequality direction. Then divide both sides by 2 to solve for \( x \). Dividing by a positive number does not change the inequality.

\[ 2x - 5 \leq 9 \]\[ 2x \leq 9 + 5 \] \[2x \leq 14 \] \[x \leq \displaystyle \frac{14}{2} = 7 \]
Answer: \( x \in (-\infty, 7] \)

Example 3: Solve \( 3x + 2 < 11 \)

Problem: Solve for \( x \).

Subtract 2 from both sides first, then divide by 3. Since 3 is positive, the inequality direction remains the same.

\[ 3x + 2 < 11\]\[ \Rightarrow 3x < 11 - 2 \]\[\Rightarrow 3x < 9\]\[ \Rightarrow x < \displaystyle \frac{9}{3} = 3 \]
Answer: \( x \in (-\infty, 3) \)

Example 4: Solve \( 5 - x \geq 2 \)

Problem: Solve for \( x \).

Subtract 5 from both sides first. Then multiply both sides by -1 to get \( x \) alone. Remember when multiplying or dividing by a negative number, the inequality sign flips direction.

\[ 5 - x \geq 2\]\[ \Rightarrow -x \geq 2 - 5\]\[ \Rightarrow -x \geq -3\]\[ \Rightarrow x \leq 3 \]
Answer: \( x \in (-\infty, 3] \)

Example 5: Solve \( |x| < 6 \)

Problem: Solve the absolute value inequality.

The absolute value inequality \( |x| < 6 \) means that the distance of \( x \) from 0 is less than 6. This can be rewritten as a compound inequality without absolute value: \( -6 < x < 6 \).

\[ -6 < x < 6 \]
Answer: \( x \in (-6, 6) \)

Example 6: Solve \( |x - 2| \geq 5 \)

Problem: Solve the absolute value inequality.

Absolute value inequality \( |x - 2| \geq 5 \) means the distance between \( x \) and 2 is at least 5. This splits into two cases:
1) \( x - 2 \geq 5 \) which gives \( x \geq 7 \)
2) \( x - 2 \leq -5 \) which gives \( x \leq -3 \)

\[x - 2 \geq 5\]\[ \Rightarrow x \geq 7\] \[ x - 2 \leq -5\]\[ \Rightarrow x \leq -3\]
Answer: \( x \in (-\infty, -3] \cup [7, \infty) \)

Example 7: Solve \( -3x > 12 \)

Problem: Solve for \( x \).

Divide both sides by -3 to isolate \( x \). Because we are dividing by a negative number, the inequality direction reverses.

\[ -3x > 12 \]\[\Rightarrow x < \displaystyle \frac{12}{-3} = -4 \]
Answer: \( x \in (-\infty, -4) \)

Example 8: Solve \( 4x + 1 \geq 2x + 7 \)

Problem: Solve for \( x \).

Move all terms containing \( x \) to one side and constants to the other:
Subtract \( 2x \) from both sides and subtract 1 from both sides, then divide by the positive number 2.

\[ 4x + 1 \geq 2x + 7\]\[ \Rightarrow 4x - 2x \geq 7 - 1\]\[ \Rightarrow 2x \geq 6\]\[ \Rightarrow x \geq 3 \]
Answer: \( x \in [3, \infty) \)

Example 9: Solve \( 3 - 2x < 1 \)

Problem: Solve for \( x \).

Subtract 3 from both sides, then divide by -2. Remember to reverse the inequality sign when dividing by a negative number.

\[ 3 - 2x < 1\] \[\Rightarrow-2x < -2\]\[ \Rightarrow x > 1 \]
Answer: \( x \in (1, \infty) \)

Example 10: Solve \( 7x - 4 > 3x + 12 \)

Problem: Solve for \( x \).

Subtract \( 3x \) from both sides and add 4 to both sides to isolate terms:
Then divide both sides by 4 to solve for \( x \).

\[ 7x - 4 > 3x + 12\]\[ \Rightarrow 4x - 4 > 12\]\[ \Rightarrow 4x > 16\]\[ \Rightarrow x > 4 \]
Answer: \( x \in (4, \infty) \)

Now we see how to solve inequalities of the following types

1. Less than (<)

\[ \displaystyle \frac{ax+b}{cx+d} < k \]

2. Greater than (>)

\[ \displaystyle \frac{ax+b}{cx+d} > k \]

3. Less than or equal to (≤)

\[ \displaystyle \frac{ax+b}{cx+d} \leq k \]

4. Greater than or equal to (≥)

\[ \displaystyle \frac{ax+b}{cx+d} \geq k \]

Algorith to solve the inequaties of above type

  • Step 1: Rewrite the Inequality
    Bring all terms to one side so the inequality compares to zero:

  • Step 2: Simplify the Expression
    Combine into a single rational expression. Make the coefficient of \(x\) positive in both numerator and denominator if needed.

  • Step 3: Find Critical Points
    Solve for the values where the numerator and denominator are zero. These critical points divide the real line into intervals: \[ \text{Numerator} = 0,\quad \text{Denominator} = 0 \]

  • Step 4: Determine Sign on Intervals
    In the rightmost interval, the expression is positive. Alternate signs in each region from right to left. Mark them accordingly on the number line.

  • Step 5: Write the Solution
    Depending on the sign in the inequality (>, ≥, <, ≤), choose intervals that satisfy it. Exclude or include boundary points appropriately:
    • Exclude points where the denominator is zero (undefined)
    • Include points where the expression equals zero if the inequality is ≤ or ≥

  • Solved Example Using Step-by-Step Algorithm

    Example 1: \(\displaystyle \displaystyle \frac{2x - 3}{x + 1} > 1\)

  • Step 1: Rewrite the inequality
    Bring all terms to one side so we compare to 0:
    \[ \displaystyle \frac{2x - 3}{x + 1} > 1 \] \[ \Rightarrow \displaystyle \frac{2x - 3}{x + 1} - 1 > 0 \] Make common denominator:
    \[ \displaystyle \frac{2x - 3 - (x + 1)}{x + 1} > 0 \] \[ \Rightarrow \displaystyle \frac{x - 4}{x + 1} > 0 \]
  • Step 2: Simplify the expression
    The simplified form is:
    \[ \displaystyle \frac{x - 4}{x + 1} > 0 \]
  • Step 3: Find critical points
    Set numerator and denominator equal to 0:
    • Numerator: \(x - 4 = 0 \Rightarrow x = 4\)
    • Denominator: \(x + 1 = 0 \Rightarrow x = -1\)
    These divide the number line into 3 intervals:
    \[ (-\infty, -1),\quad (-1, 4),\quad (4, \infty) \]
  • Step 4: Determine sign on intervals
    Use test points:
    • \(x = -2\): \(\displaystyle \frac{-6}{-1} = 6 > 0\)
    • \(x = 0\): \(\displaystyle \frac{-4}{1} = -4 < 0\)
    • \(x = 5\): \(\displaystyle \frac{1}{6} > 0\)
    Sign chart:
    \[ (+) \quad |_{x=-1} \quad (-) \quad |_{x=4} \quad (+) \]
  • Step 5: Write the solution
    The inequality \(\displaystyle \frac{x - 4}{x + 1} > 0\) is satisfied where expression is positive:
    • \((-∞, -1)\): ✅ Yes
    • \((-1, 4)\): ❌ No
    • \((4, ∞)\): ✅ Yes
    Exclude points:
    • \(x = -1\) (undefined)
    • \(x = 4\) (strict inequality)
    Final Answer:
    \[ (-\infty, -1) \cup (4, \infty) \]
  • Sign Chart on Real Number Line

    -1 4 + +

    Interpretation: Expression is positive in \((-∞, -1)\) and \((4, ∞)\), negative in \((-1, 4)\).
    Undefined at \(x = -1\), zero at \(x = 4\).

    Example 2: Solve \( \displaystyle \displaystyle \frac{2x + 3}{x - 1} < 4 \)

  • Step 1: Rewrite the inequality
    Bring all terms to one side and simplify: \[ \displaystyle \frac{2x + 3}{x - 1} < 4\] \[ \Rightarrow \displaystyle \frac{2x + 3}{x - 1} - 4 < 0\] \[ \Rightarrow \displaystyle \frac{2x + 3 - 4(x - 1)}{x - 1} < 0\] \[ \Rightarrow \displaystyle \frac{-2x + 7}{x - 1} < 0\] Here there is a negative sign infront of \(x\), so we will write it as \[\displaystyle \frac{2x - 7}{x - 1} > 0\].

  • Step 2: Find critical points
    Set numerator and denominator to 0:
    • Numerator: \(2x - 7 = 0 \Rightarrow x = \displaystyle \frac{7}{2} = 3.5\)
    • Denominator: \(x - 1 = 0 \Rightarrow x = 1\)
    These divide the number line into: \[ (-\infty, 1),\quad (1, 3.5),\quad (3.5, \infty) \]

  • Step 3: Test intervals between critical points
    Pick one test point from each region:
    • \(x = 0\): \(\displaystyle \frac{2(0) - 7}{0 - 1} = 7 > 0 \Rightarrow \text{✓ True}\)
    • \(x = 2\): \(\displaystyle \frac{4 - 7}{1} = -3 < 0 \Rightarrow \text{✗ False}\)
    • \(x = 4\): \(\displaystyle \frac{8 - 7}{3} = \displaystyle \frac{1}{3} < 0 \Rightarrow \text{✓ True}\)

  • Step 4: Write final solution
    The expression \(\displaystyle \frac{2x - 7}{x - 1} < 0\) is true in intervals:
    • \((-∞, 1)\): ✅ Valid
    • \((1, 3.5)\): ❌ Invalid
    • \((3.5, ∞)\): ✅ Valid
    Note: Exclude:
    • \(x = 1\): not in domain
    • \(x = 3.5\): not included because strict inequality

    Sign Chart on Real Number Line

    1 3.5 + - +

    Valid solution regions for:
    \( \displaystyle \displaystyle \frac{2x - 7}{x - 1} > 0 \) are \( x \in (-\infty, 1) \cup (3.5, \infty) \)


    Final Answer: \( x \in (-\infty, 1) \cup (3.5, \infty) \)
  • Problem 3: Solve the inequality

    \[ \displaystyle \frac{2x + 3}{4} - 3 < \displaystyle \frac{x - 4}{3} - 2 \]

    Step 1: Simplify both sides

    Simplify LHS:
    \[ \displaystyle \frac{2x + 3}{4} - 3 = \displaystyle \frac{2x + 3 - 12}{4}\] \[= \displaystyle \frac{2x - 9}{4} \]
    Simplify RHS:
    \[ \displaystyle \frac{x - 4}{3} - 2 = \displaystyle \frac{x - 4 - 6}{3} = \displaystyle \frac{x - 10}{3} \] So the inequality becomes:
    \[ \displaystyle \frac{2x - 9}{4} < \displaystyle \frac{x - 10}{3} \]

    Step 2: Eliminate denominators

    Multiply both sides by LCM(4, 3) = 12:
    \[ 12 \cdot \displaystyle \frac{2x - 9}{4} < 12 \cdot \displaystyle \frac{x - 10}{3} \] \[ 3(2x - 9) < 4(x - 10) \] \[ 6x - 27 < 4x - 40 \]

    Step 3: Solve for \(x\)

    Bring all variables to one side:
    \[ 6x - 4x < -40 + 27 \] \[ 2x < -13 \] \[ x < -\displaystyle \frac{13}{2} \]

    \[Answer \;: \; (-\infty, -\displaystyle \frac{13}{2})\]

    Example 4: Solve\[ \displaystyle \frac{4x + 3}{2x - 5} < 6 \]

    Solution:

    \[ \displaystyle \frac{4x + 3}{2x - 5} < 6 \]

    Step 1: Bring all terms to one side

    \[ \displaystyle \frac{4x + 3}{2x - 5} - 6 < 0 \] Make a single rational expression: \[ \displaystyle \frac{4x + 3 - 6(2x - 5)}{2x - 5} < 0 \] Simplify numerator: \[ \displaystyle \frac{4x + 3 - (12x - 30)}{2x - 5} = \displaystyle \frac{-8x + 33}{2x - 5} \] As we can see here is nagative sign infront of \(x\), so inequality will change to: \[ \displaystyle \frac{8x - 33}{2x - 5} > 0 \]

    Step 2: Find critical points

    • Numerator zero: \(8x - 33 = 0 \Rightarrow x = \displaystyle \frac{33}{8} = 4.125\)
    • Denominator zero: \(2x - 5 = 0 \Rightarrow x = \displaystyle \frac{5}{2} = 2.5\)

    These points divide the number line into intervals: \[ (-\infty, 2.5),\quad (2.5, 4.125),\quad (4.125, \infty) \]

    Step 3: Analyze signs in each interval

    • Choose \(x = 0\) in \((-∞, 2.5)\): \(\displaystyle \frac{8(0) - 33}{2(0) - 5} = \displaystyle \frac{33}{5} > 0\)
    • Choose \(x = 3\) in \((2.5, 4.125)\): \(\displaystyle \frac{8(3) - 33}{2(3) - 5} = -9 < 0\)
    • Choose \(x = 5\) in \((4.125, ∞)\): \(\displaystyle \frac{40 - 33}{10 - 5} = \displaystyle \frac{7}{5} > 0\)

    Step 4: Select intervals where expression is < 0

    Negative in intervals: \[ (-\infty, 2.5)\quad \text{and} \quad (4.125, \infty) \] Note: We exclude \(x = 2.5\) since denominator becomes 0 and \(x = 4.125\) since inequality is strict (<).

    Final Answer:
    \[ \boxed{x \in (-\infty, \displaystyle \frac{5}{2}) \cup \left(\displaystyle \frac{33}{8}, \infty\right)} \]

    Sign Chart on Real Line

    2.5 4.125 + - +

    Solving system of linear inequalities

    Example 1 : Solve \(2x - 7 > 5 - x \), \(11 - 5x \leq 1\)

    Solution: lets first solve 1. First Inequality: \(2x - 7 > 5 - x\)

    \[ 2x - 7 > 5 - x \Rightarrow 3x > 12 \Rightarrow x > 4 \] So, the solution is: \(x > 4\)

    On Number Line:

    4 \(x > 4\)

    2. Second Inequality: \(11 - 5x \leq 1\)

    \[ 11 - 5x \leq 1 \Rightarrow -5x \leq -10 \Rightarrow x \geq 2 \] So, the solution is: \(x \geq 2\)

    On Number Line:

    2 \(x \geq 2\)

    3. Final Step: Take the Intersection

    We need to find the values of \(x\) that satisfy both inequalities. So will take the intersection of both the interval ie \[(4, \infty) \cap [2, \infty)\] in above we can see that \(2, \infty)\) lies inside \((4, \infty)\), thus solution will be that interval which is common i.e \[(4, \infty)\]

    Final Solution on Real Line:

    4 \(x > 4\) Final Answer: The solution to the system is\(\;x \in (4, \infty)\)
    (Students will think why we not included \(4\) in answer, while 4 is already in \([2, \infty)\), this is beacsue 4 is absent in \((4, \infty)\), and we take the intersection, in intersection we just write the elements which are common in both sets.)

    Example 2: Solve

    \[ \displaystyle \frac{2x - 3}{4} - 2 \geq \displaystyle \frac{4x}{3} - 6 \]

    \[ 2(2x + 3) < 6(x - 2) + 10 \]

    Solution


    Lets first solve first part

    \[\displaystyle \displaystyle \frac{2x - 3}{4} - 2 \geq \displaystyle \frac{4x}{3} - 6\]

    Multiply both sides by 12 to clear denominators:

    \[ 12\left(\frac{2x - 3}{4} - 2\right) \geq 12\left(\frac{4x}{3} - 6\right) \]

    \[ 3(2x - 3) - 24 \geq 4(4x) - 72 \]

    Simplify:

    \[ 6x - 9 - 24 \geq 16x - 72 \]

    \[ 6x - 33 \geq 16x - 72 \]

    Bring variables to one side:

    \[ 6x - 33 - 16x \geq -72\] \[\implies -10x - 33 \geq -72 \]

    Add 33 to both sides:

    \[ -10x \geq -39 \]

    Divide by \(-10\) and reverse inequality:

    \[ x \leq \displaystyle \frac{39}{10} = 3.9 \]

    2) Solve \(2(2x + 3) < 6(x - 2) + 10\)

    Expand both sides:

    \[ 4x + 6 < 6x - 12 + 10 \]

    \[ 4x + 6 < 6x - 2 \]

    Bring variables to one side:

    \[ 4x + 6 - 6x < -2 \] \[\implies -2x + 6 < -2 \]

    Subtract 6:

    \[ -2x < -8 \]

    Divide by \(-2\) and reverse inequality:

    \[ x > 4 \]

    Final result:

    \[ x \leq 3.9 \quad \text{and} \quad x > 4 \]

    There is no solution because the two conditions contradict each other.

    Example 3 : Solve the System of Rational Inequalities

    Given:

    \[ \displaystyle \frac{2x + 1}{7x - 1} > 5 \quad \text{and} \quad \displaystyle \frac{x + 7}{x - 8} > 2 \]

    1) Solve \( \displaystyle \frac{2x + 1}{7x - 1} > 5 \)

    Subtract 5 from both sides:

    \[ \displaystyle \frac{2x + 1}{7x - 1} - 5 > 0\] \[ \Rightarrow \displaystyle \frac{2x + 1 - 5(7x - 1)}{7x - 1} > 0 \]

    Simplify the numerator:

    \[ 2x + 1 - 35x + 5 = -33x + 6\] \[\Rightarrow \displaystyle \frac{-33x + 6}{7x - 1} > 0 \] now we will make numerator positive by multiplying (-1) \[ \displaystyle \frac{33x - 6}{7x - 1} < 0 \]

    Find critical points by solving numerator and denominator = 0:

    • Numerator: \(33x - 6 = 0 \Rightarrow x = \displaystyle \frac{2}{11}\)
    • Denominator: \(7x - 1 = 0 \Rightarrow x = \displaystyle \frac{1}{7}\)

    Now make sign chart using points \(x = \displaystyle \frac{1}{7}\) and \(x = \displaystyle \frac{2}{11}\)

    Test intervals: \[ (-\infty, \displaystyle \frac{1}{7}), \quad (\displaystyle \frac{1}{7}, \displaystyle \frac{2}{11}), \quad (\displaystyle \frac{2}{11}, \infty) \]

    Sign of expression \(\displaystyle \frac{33x - 6}{7x - 1}\):

    • \(x < \displaystyle \frac{1}{7}\): both negative → positive ✅
    • \(\displaystyle \frac{1}{7} < x < \displaystyle \frac{2}{11}\): num neg, den pos → negative ❌
    • \(x > \displaystyle \frac{2}{11}\): both negative → positive ✅

    required interval: \[ \frac{1}{7} < x < \displaystyle \frac{2}{11} \]

    (student may get confuse why we take \(\displaystyle \frac{1}{7} < x < \displaystyle \frac{2}{11}\) as solution in this inequality, see inequality \(\displaystyle \frac{33x - 6}{7x - 1}<0\) should be negative, that is why we chosse this interval)

    2) Solve \( \displaystyle \frac{x + 7}{x - 8} > 2 \)

    Subtract 2 from both sides:

    \[ \displaystyle \frac{x + 7}{x - 8} - 2 > 0\] \[ \Rightarrow \displaystyle \frac{x + 7 - 2(x - 8)}{x - 8} > 0 \]

    Simplify the numerator:

    \[ x + 7 - 2x + 16 = -x + 23\] \[ \Rightarrow \displaystyle \frac{-x + 23}{x - 8} > 0 \] now we will remove the negative sign in numerator we will get, \[\displaystyle \frac{x - 23}{x - 8} < 0\]

    Find critical points:

    • Numerator: \(x - 23 = 0 \Rightarrow x = 23\)
    • Denominator: \(x - 8 = 0 \Rightarrow x = 8\)

    Test intervals: \[ (-\infty, 8), \quad (8, 23), \quad (23, \infty) \]

    Sign of \(\displaystyle \frac{x - 23}{x - 8}\):

    • \(x < 8\): num negative, den negative → positive ✅
    • \(8 < x < 23\): num negative, den positive → negative ❌
    • \(x > 23\): both positive → positive ✅

    Solution: \[ 8 < x < 23 \]

    Final Answer:

    From 1st inequality: \(\displaystyle \frac{1}{7}x < \displaystyle \frac{2}{11} \)
    From 2nd inequality: \(8 < x < 23\)

    No intersection between these intervals.

    Solution Set: No solution

    Word problem


    Example 4:
    A solution of 8% boric acid is to be diluted by adding a 2% boric acid solution to it. The resulting mixture should have a concentration of more than 4% but less than 6%. If there are 640 liters of the 8% solution, how many liters of the 2% solution must be added?

    Step 1: Define the variable

    Let \( x \) be the number of liters of the 2% boric acid solution added.

    Step 2: Set up the inequality

    Total acid from 8% solution: \( 0.08 \times 640 = 51.2 \) liters
    Acid from 2% solution: \( 0.02x \)
    Total acid = \( 51.2 + 0.02x \)
    Total volume = \( 640 + x \)
    Desired concentration: between 4% and 6%

    So, \[ 0.04 < \frac{51.2 + 0.02x}{640 + x} < 0.06 \]

    Step 3: Solve the left part of the inequality

    \[ \frac{51.2 + 0.02x}{640 + x} > 0.04\] \[\Rightarrow 51.2 + 0.02x > 0.04(640 + x) \] \[ 51.2 + 0.02x > 25.6 + 0.04x \] \[ 25.6 > 0.02x \Rightarrow x < 1280 \]

    Step 4: Solve the right part of the inequality

    \[ \frac{51.2 + 0.02x}{640 + x} < 0.06\] \[ \Rightarrow 51.2 + 0.02x < 0.06(640 + x) \] \[ 51.2 + 0.02x < 38.4 + 0.06x \] \[ 12.8 < 0.04x \Rightarrow x > 320 \]

    ✅ Final Answer:
    The number of liters of 2% solution to be added must be between:
    \[ \boxed{320 < x < 1280} \]
    So, more than 320 liters but less than 1280 liters must be added.

    Exmaple 5: A company manufacture bikes and it costs and revenue function for a month are C =3000+3x/2 and R = 5x respectively, where x is number of bikes produced and sold in a week. How many bikes must be sold for the earn profit

    SolutionA company manufactures bikes and has the following:

    • Cost function: \( C = 3000 + \frac{3x}{2} \)
    • Revenue function: \( R = 5x \)

    \(x\) = number of bikes produced and sold per week.

    Question: How many bikes must be sold to earn a profit?

    Step 1: Set up the inequality for profit

    Profit means: \[ R > C \Rightarrow 5x > 3000 + \frac{3x}{2} \]

    Step 2: Solve the inequality

    Subtract \( \frac{3x}{2} \) from both sides:

    \[ 5x - \frac{3x}{2} > 3000 \] Convert 5x to fraction with denominator 2: \[ \frac{10x - 3x}{2} > 3000 \Rightarrow \frac{7x}{2} > 3000 \]

    Multiply both sides by 2:

    \[ 7x > 6000 \Rightarrow x > \frac{6000}{7} \approx 857.14 \]

    ✅ Final Answer:
    The company must sell at least \[ \boxed{858 \text{ bikes}} \] to earn a profit (since \(x\) must be a whole number).

    Practice Questions

    🧠 Practice Problems on Inequalities

    1. Solve: \( 3x - 5 > 7 \) Answer: \( x > 4 \)

    2. Solve: \( 2(x - 3) \leq 4x + 1 \) Answer: \( x \geq -7 \)

    3. Solve the compound inequality: \( 1 < 2x + 3 \leq 9 \) Answer: \( -1 < x \leq 3 \)

    4. Solve and express in interval notation: \( -2 \leq 5 - x < 3 \) Answer: \( 2 < x \leq 7 \) → Interval: \( (2, 7] \)

    5. Solve: \( \displaystyle \frac{3x + 2}{2} < 5 \) Answer: \( x < \frac{8}{3} \)

    6. Solve: \( \displaystyle\frac{2x + 5}{x - 1} \geq 3 \) Answer: \( x \leq -1 \quad \text{or} \quad x > 4 \)

    7. Solve: \(\displaystyle \frac{4x - 3}{x + 2} < 1 \) Answer: \( -2 < x < 5 \)

    8. Word Problem: A number increased by 5 is less than 12. What is the number? Answer: \( x + 5 < 12 \Rightarrow x < 7 \)

    9. Word Problem: The length of a rectangle is more than twice its width. If the width is \( w \), express the inequality. Answer: \( \text{Length} > 2w \)

    10. Solve: \( -3(x - 2) > 2x + 9 \) Answer: \( x < -3 \)

    11. Solve: \( 7 - 2x \leq 3x + 12 \) Answer: \( x \geq -1 \)

    12. Graph Interpretation: If a number line has a filled circle on 3 and an arrow going left, what inequality is represented? Answer: \( x \leq 3 \)

    13. Solve: \( \left|2x - 5\right| \leq 7 \) Answer: \( -1 \leq x \leq 6 \)

    14. Solve: \(\displaystyle \frac{2x - 1}{x + 3} > 1 \) Answer: \( x < -3 \quad \text{or} \quad x > 4 \)

    Post a Comment

    0 Comments