Explain how you would order from least to greatest three numbers that include a positive number a negative number and a zero

Respuesta :

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