What this calculator does
The Order Fractions Least to Greatest Calculator takes any list of fractions you enter and sorts them by value. You can choose ascending order (least to greatest) or descending order (greatest to least). It also shows the decimal value of each fraction so you can see exactly how the comparison was made.
How to use it
Type your fractions into the box, separated by commas, spaces, or new lines — for example 1/2, 3/4, 2/3, 5/8. Whole numbers like 2 are treated as 2/1. Pick whether you want them sorted least to greatest or greatest to least, then read the ordered list and the table of decimal values.
The formula explained
To order fractions you need a fair way to compare them. The classic method is to find a common denominator, but an equivalent and faster approach is cross-multiplication: to compare \(\frac{a}{b}\) and \(\frac{c}{d}\) (with positive denominators), compare \(a\times d\) with \(c\times b\). If \(a\times d\) is smaller, then \(\frac{a}{b}\) is the smaller fraction. This calculator converts each fraction to its decimal value \(v = \frac{a}{b}\) and sorts on that value, which gives the same ordering.
$$\text{Sort}\left(\text{Fractions}\right)\ \text{by}\ \frac{a}{b}\ \text{ascending} \;\Rightarrow\; v_1 \le v_2 \le \cdots \le v_n$$
Worked example
Order 1/2, 3/4, 2/3, 5/8 from least to greatest. The decimals are 0.5, 0.75, 0.6667, and 0.625. Sorting them gives $$0.5 < 0.625 < 0.6667 < 0.75,$$ so the ordered list is 1/2, 5/8, 2/3, 3/4. The smallest value is 0.5 and the largest is 0.75.
FAQ
Can I mix fractions and whole numbers? Yes. A number without a slash is read as that number over 1.
What about negative fractions? Negative numerators are supported and sort below positive values as expected.
Does it simplify the fractions? No — it keeps your original form for display but compares them by their true value.