Averaging Fractions Calculator

Average 2 to 10 fractions, mixed numbers, whole numbers, or decimals at once with exact LCD arithmetic, showing every sum, reduction, and divide-by-n step.

Loading calculator…

How to use this calculator

Enter 2 to 10 values separated by commas — whole numbers, fractions, mixed numbers, or decimals, in any combination (e.g. 1/2, 1/3 or 1, 1/2, 3/4, 9/12, 3 5/8, -12/16). The answer band updates live, and the steps below show the full least common denominator (LCD) method for the sum, followed by the divide-by-count step.

Tip: Enter a leading minus sign on any value (e.g. -3/4) to include a negative fraction in the average — the sign carries through the whole calculation automatically.

The averaging formula

Averaging fractions is adding fractions with one extra step at the end: instead of stopping at the sum, divide that sum by the number of values.

Average=f1+f2++fnn\text{Average} = \frac{f_1 + f_2 + \dots + f_n}{n}

Eight steps, from raw values to a reduced average

  1. Convert every value to an improper fraction. Whole numbers become fractions over 1; mixed numbers become whole×denominator+numeratordenominator\frac{\text{whole} \times \text{denominator} + \text{numerator}}{\text{denominator}}.
  2. Set up the sum. Line up every fraction to be added, keeping each one's own sign.
  3. Find the LCD. Take the least common multiple of every denominator, exactly as entered.
  4. Convert each fraction to the LCD. Multiply each numerator and denominator by whatever factor makes the denominator equal the LCD.
  5. Add the numerators. With every fraction now over the same denominator, add the numerators directly.
  6. Reduce the sum, if it shares a common factor with the LCD.
  7. Divide the sum by nn — equivalently, multiply by 1n\frac{1}{n}.
  8. Reduce the final result, converting to a mixed number if it's still improper.
Tip: The LCD is taken from the denominators as entered, not from their reduced form — 912\frac{9}{12} contributes a literal denominator of 12, even though it reduces to 34\frac{3}{4}. This only changes how large the intermediate LCD is, never the final average.

Why the sum has to go over a common denominator first

A fraction's denominator sets the size of the pieces it's counting. 12\frac{1}{2} counts halves and 13\frac{1}{3} counts thirds — different-sized pieces that can't simply be added numerator-to-numerator. Every fraction is rewritten over the same denominator (the LCD) first, so the numerators represent equal-sized pieces before they're combined and only then divided by the count.

Worked examples

Example 1 — two simple fractions: average of 12\frac{1}{2} and 13\frac{1}{3}

LCD(2, 3) = 6. Sum: 36+26=56\frac{3}{6} + \frac{2}{6} = \frac{5}{6}. Divide by 2: 56×12=512\frac{5}{6} \times \frac{1}{2} = \frac{5}{12}. The average is 512\frac{5}{12}.

Example 2 — mixed numbers: average of 1121\frac{1}{2}, 2142\frac{1}{4}, and 34\frac{3}{4}

As improper fractions: 32,94,34\frac{3}{2}, \frac{9}{4}, \frac{3}{4}. LCD(2, 4, 4) = 4. Sum: 64+94+34=184=92\frac{6}{4} + \frac{9}{4} + \frac{3}{4} = \frac{18}{4} = \frac{9}{2}. Divide by 3: 92×13=32\frac{9}{2} \times \frac{1}{3} = \frac{3}{2}. The average is 32=112\frac{3}{2} = 1\frac{1}{2}.

Example 3 — a fraction and a decimal: average of 14\frac{1}{4} and 0.750.75

0.75=340.75 = \frac{3}{4}, so the sum is 14+34=1\frac{1}{4} + \frac{3}{4} = 1. Divide by 2: the average is 12\frac{1}{2}.

Precision note

Every computation uses arbitrary-precision integers (BigInt), not floating-point numbers — so the LCD, every converted numerator, the sum, and the final reduced average stay exact no matter how large the denominators are or how many values are averaged.

Frequently asked questions

How do you find the average of fractions?
Add all the fractions together using the least common denominator (LCD) method, then divide that sum by how many fractions there are. For 12\frac{1}{2} and 13\frac{1}{3}, the sum is 56\frac{5}{6}, and dividing by 2 gives an average of 512\frac{5}{12}.
Why divide by n instead of averaging the numerators and denominators separately?
A fraction's value depends on both its numerator and denominator together, so averaging them independently gives a meaningless result. The sum has to be found first (over a shared denominator), and only then divided by the count of values.
Can this calculator average mixed numbers and whole numbers together?
Yes. Every value — whole number, mixed number, simple fraction, or decimal — is first converted to an improper fraction, so 1,12,3581, \frac{1}{2}, 3\frac{5}{8} can all be averaged in the same expression.
Is dividing by n the same as multiplying by 1/n?
Yes, they always give an identical result. Dividing a fraction by a whole number nn is mathematically the same as multiplying it by 1n\frac{1}{n}, which is exactly what happens after the sum is found.
How many values can I average at once?
Between 2 and 10 values in a single expression, mixing whole numbers, fractions, mixed numbers, and decimals freely.
Does averaging fractions work with negative values?
Yes. A negative fraction like 1216-\frac{12}{16} contributes a negative numerator to the sum exactly like ordinary signed addition, and the final average can itself be negative.
Does the calculator show the average as a mixed number and a decimal too?
Yes. Whenever the reduced average is an improper fraction, it is also converted to a mixed number, and a decimal expansion (up to 6 digits) is shown alongside the exact fraction.

Related calculators