0.6, 0.49, 0.85, 0.5

Order in least to greatest is
0.49, 0.85, 0.5, 0.6 ???

nope. Try writing the values as

0.60, 0.49, 0.85, 0.50

the trailing zeroes do not affect the values, but it makes it easier to compare them.

Oh. Thanks!

To order the numbers from least to greatest, you need to compare each number and arrange them accordingly. Here's how you can do it:

1. Start with the first two numbers: 0.6 and 0.49.
- Since 0.49 is smaller than 0.6, swap their positions.
New order: 0.49, 0.6, 0.85, 0.5

2. Compare the next two numbers: 0.6 and 0.85.
- Since 0.6 is smaller than 0.85, leave them as they are.
Current order: 0.49, 0.6, 0.85, 0.5

3. Compare the next two numbers: 0.85 and 0.5.
- Since 0.5 is smaller than 0.85, swap their positions.
Final order: 0.49, 0.6, 0.5, 0.85

Therefore, the numbers in order from least to greatest are: 0.49, 0.6, 0.5, 0.85