Least to Greatest Calculator

Sort Numbers from Least to Greatest or Greatest to Least

Enter a list of fractions, decimals, and percentages to sort them in ascending or descending order.

Please enter valid numbers (fractions, decimals, or percentages) separated by commas.

How to Sort Numbers from Least to Greatest or Greatest to Least

Sorting numbers is a fundamental mathematical operation that arranges a list of numbers in a specific order, either from smallest to largest (ascending order) or from largest to smallest (descending order).

Sorting Process

  1. Convert all numbers to a common format (usually decimal).
  2. Compare the converted numbers and arrange them in the desired order.
  3. Rewrite the sorted list using the original number formats.

Example

Let's sort the following list from least to greatest: 75%, 0.5, 2/3, 0.25, 1/2

  1. Convert to decimals:
    • 75% = 0.75
    • 0.5 = 0.5
    • 2/3 ≈ 0.6667
    • 0.25 = 0.25
    • 1/2 = 0.5
  2. Sort in ascending order:

    0.25, 0.5, 0.5, 0.6667, 0.75

  3. Rewrite using original formats:

    0.25, 1/2, 0.5, 2/3, 75%

Visual Representation

0.25 0.5 0.5 0.6667

This diagram illustrates the relative sizes of the sorted numbers.