An inequality is a mathematical statement that shows two expressions are not equal, where one is greater than or less than the other.
Inequality Symbols
| Symbol | Meaning |
|---|
| < | less than |
| > | greater than |
| ≤ | less than or equal to |
| ≥ | greater than or equal to |
For example, "TSh 5,000 is less than TSh 10,000" can be written as 5,000<10,000.
Solving Linear Inequalities
A linear inequality in one unknown is similar to a linear equation, but instead of an equals sign, we use an inequality symbol. To solve it, we follow rules similar to solving equations, but with one important exception.
Key Rules:
- Adding or subtracting the same number on both sides does not change the direction of the inequality.
- Multiplying or dividing both sides by a positive number does not change the direction.
- Multiplying or dividing both sides by a negative number reverses the direction of the inequality.
Worked Example
Solve: x−4≤7
Solution:
x−4+4≤7+4
x≤11
The solution is x≤11. This means any number less than or equal to 11 satisfies the inequality.
Number Line Representation
We can show inequalities on a number line:
- Use an open circle (○) when the endpoint is not included (< or >).
- Use a closed circle (●) when the endpoint is included (≤ or ≥).
For x≤11, we draw a closed circle at 11 and shade to the left.
For x>−3, we draw an open circle at -3 and shade to the right.
Compound Inequalities
A compound inequality combines two inequalities using "and" or "or".
Using "and"
3≤x<8 means x≥3 and x<8.
The solution is the overlap of both conditions.
Using "or"
x<−1 or x>4 means the value of x can satisfy either condition.
Worked Example
Solve: 10≤2x−4<16
Solution:
Add 4 to all parts:
10+4≤2x−4+4<16+4
14≤2x<20
Divide all parts by 2:
214≤x<220
7≤x<10
The solution is 7≤x<10.