* < (less than)
* > (greater than)
* ≤ (less than or equal to)
* ≥ (greater than or equal to)
They are incredibly useful for representing relationships between numbers and variables, allowing you to understand and solve problems involving limits, ranges, and constraints. Here's a breakdown of how to use inequalities:
1. Understanding the Symbols:
* < (less than): The left side is smaller than the right side. Example: 5 < 10
* > (greater than): The left side is larger than the right side. Example: 10 > 5
* ≤ (less than or equal to): The left side is either smaller or equal to the right side. Example: 5 ≤ 5
* ≥ (greater than or equal to): The left side is either larger or equal to the right side. Example: 10 ≥ 5
2. Solving Inequalities:
The process is very similar to solving equations, with some key differences:
* Multiplying or Dividing by a Negative Number: When you multiply or divide both sides of an inequality by a negative number, you *flip* the inequality sign. For example:
* -2x < 6 --> x > -3 (flipped the sign)
* Compound Inequalities: Inequalities can be combined. For example:
* -2 < x ≤ 5 (means x is greater than -2 and less than or equal to 5)
3. Representing Solutions Graphically:
Inequalities can be represented on a number line:
* Open Circle: Used for "<" and ">" to indicate that the endpoint is *not* included in the solution.
* Closed Circle: Used for "≤" and "≥" to indicate that the endpoint *is* included.
4. Applications of Inequalities:
Inequalities have various applications in real-world scenarios:
* Budgeting: You might have a budget constraint represented by an inequality.
* Optimization: Finding the maximum or minimum value of a function under certain conditions.
* Physics: Expressing relationships between variables like speed, time, and distance.
* Statistics: Defining confidence intervals for data analysis.
Example:
Suppose you want to buy a new phone. The phone you want costs $500, but you only have $350 saved. How much more money do you need?
We can represent this situation with an inequality:
Let "x" be the amount of money you need to save.
* $350 + x ≥ $500$
Solving for x:
* $x ≥ $150$
This means you need to save at least $150 more to buy the phone.
Key Points to Remember:
* Always keep track of the inequality sign.
* Be careful when multiplying or dividing by a negative number.
* Inequalities can be used to represent various real-world situations.
Inequalities are a fundamental tool in mathematics and have wide-ranging applications. Mastering them allows you to analyze and solve problems involving constraints, ranges, and optimization.