Solve Multi-Step Inequalities

Algebra-1

1. Fundamental Concepts

  • Definition: Multi-step inequalities involve solving inequalities that require more than one step to isolate the variable.
  • Operations: Include addition, subtraction, multiplication, and division of both sides by positive or negative numbers.
  • Sign Reversal: Multiplying or dividing both sides of an inequality by a negative number reverses the inequality sign.

2. Key Concepts

Basic Rule: $$3x + 4 \cdot 2 > 10$$
Distributive Property: $$2(x - 3) + 4 < 6$$
Application: Used in real-world scenarios such as budgeting, physics, and engineering problems.

3. Examples

Example 1 (Basic)

Problem: Solve $$3x + 4 > 10$$

Step-by-Step Solution:

  1. Subtract 4 from both sides: $$3x > 6$$
  2. Divide both sides by 3: $$x > 2$$
Validation: Substitute x=3 → Original: 3(3) + 4 = 13 > 10 ✓

Example 2 (Intermediate)

Problem: Solve $$2(x - 3) + 4 < 6$$

Step-by-Step Solution:

  1. Distribute the 2: $$2x - 6 + 4 < 6$$
  2. Simplify: $$2x - 2 < 6$$
  3. Add 2 to both sides: $$2x < 8$$
  4. Divide both sides by 2: $$x < 4$$
Validation: Substitute x=3 → Original: 2(3 - 3) + 4 = 4 < 6 ✓

4. Problem-Solving Techniques

  • Isolation Strategy: Always start by isolating the variable on one side of the inequality.
  • Sign Awareness: Be cautious when multiplying or dividing by negative numbers, as it changes the direction of the inequality.
  • Verification Step: After solving, substitute a value from the solution set back into the original inequality to verify correctness.