The greater than (>) and less than (<) signs are essential mathematical symbols used to compare numbers, values, and expressions. They help determine whether one quantity is bigger or smaller than another and are widely used in arithmetic, algebra, statistics, and everyday decision-making.
What Are Greater Than and Less Than Signs?
These symbols show inequality between two values.
| Symbol | Name | Meaning |
|---|---|---|
| > | Greater than | Left value is larger |
| < | Less than | Left value is smaller |
Examples:
- 7 > 3 (7 is greater than 3)
- 4 < 9 (4 is less than 9)
How to Read the Signs
A simple rule helps avoid confusion:
👉 The open side always faces the larger number
👉 The pointed side faces the smaller number
Think of it like an alligator’s mouth—it opens toward the bigger value 🐊
Greater Than Sign (>)
The greater than sign (>) shows that the value on the left is larger than the value on the right.
Examples:
- 10 > 5
- 12 ÷ 3 > 3
- x > 0
This is commonly used in inequalities and number comparisons.
Less Than Sign (<)
The less than sign (<) shows that the value on the left is smaller than the value on the right.
Examples:
- 2 < 6
- 4 + 1 < 10
- y < 100
It helps define limits, ranges, and conditions.
You might also be interested in: Multiplication Sign
Greater Than and Less Than in Algebra
In algebra, these symbols are used to describe ranges of possible values.
Examples:
- x > 4
- y < 10
These expressions do not give a single answer but describe many valid solutions.
Greater Than or Equal To (≥) and Less Than or Equal To (≤)
Sometimes equality is included.
| Symbol | Meaning |
|---|---|
| ≥ | Greater than or equal to |
| ≤ | Less than or equal to |
Examples:
- x ≥ 5 (x can be 5 or more)
- y ≤ 20 (y can be 20 or less)
Using > and < in Real Life
These symbols appear in:
- Age restrictions (Age > 18)
- Speed limits (Speed < 80 km/h)
- Budget planning (Expenses < Income)
- Scientific data analysis
Common Mistakes to Avoid
- Reversing the symbol direction
- Forgetting which side is larger
- Confusing > with ≥ and < with ≤
Incorrect:
5 < 3
Correct:
5 > 3
Greater Than and Less Than in Programming
In most programming languages, the same symbols are used:
>greater than<less than
They are essential in loops, conditions, and decision-making logic.
Key Takeaways
-
means greater than
- < means less than
- The open side faces the larger value
- Used in math, science, programming, and daily life
Final Thoughts
The greater than and less than signs are simple yet powerful tools for comparison. Once you remember which way they face, they become second nature and unlock a deeper understanding of inequalities and logical reasoning.