34.2k views
1 vote
Explain how you would order from least to greatest three numbers that include a positive number a negative number and a zero

User Anastazia
by
7.5k points

1 Answer

1 vote
The negative numbers would be first, but instead of seeing if the number was smaller, you'd see if it was bigger, such as -4 is less than -3. Then the 0 would be added to the sequence, then the positive numbers, such as 2 is less than 5. An example would be
-4, -3, 0, 2, 5
User Gasper
by
6.6k points