Using them together
All four signs can be used together.
Some examples
Example 7
3 £ y £ 7
This means that y can be bigger than 3 or equal to 3, and less than 7 or equal to 7.
So, y can be 3, 4, 5, 6 and 7.
Example 8
3 £ y < 7
This means that y can be bigger than 3 or equal to 3, and less than 7 but not equal to 7.
So, y can be 3, 4, 5, 6 but not 7.
Example 9
5 ³ y ³ -2
This means that y can be less than 5 or equal to 5, and bigger than -2 or equal to -2.
So, y can be 5, 4, 3, 2, 1, 0, -1 and -2.
Example 10
5 ³ y > -2
This means that y can be less than 5 or equal > to 5, and bigger than -2 but not equal to -2.
So, y can be 5, 4, 3, 2, 1, 0, -1 but not -2.
Go back to the top