Due to math content, this page has special requirements (including JavaScript) for full functionality.
With your current viewing scenario, it is not appearing and behaving as it is supposed to!
Please visit Dr. Carol J.V. Fisher's Homepage (link at left) to learn what this site has to offer.
Watch the "Welcome" video to get startedhope to see you back here soon!
| sentence | how to read | truth of sentence |
| x < y | x is less than y | TRUE when x lies to the left of y on a number line; FALSE otherwise |
| x > y | x is greater than y | TRUE when x lies to the right of y on a number line; FALSE otherwise |
| x ≤ y | x is less than or equal to y | TRUE when x < y or x = y ; FALSE otherwise |
| x ≥ y | x is greater than or equal to y | TRUE when x > y or x = y ; FALSE otherwise |