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.
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.
-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.
Eight steps, from raw values to a reduced average
- Convert every value to an improper fraction. Whole numbers become fractions over 1; mixed numbers become .
- Set up the sum. Line up every fraction to be added, keeping each one's own sign.
- Find the LCD. Take the least common multiple of every denominator, exactly as entered.
- Convert each fraction to the LCD. Multiply each numerator and denominator by whatever factor makes the denominator equal the LCD.
- Add the numerators. With every fraction now over the same denominator, add the numerators directly.
- Reduce the sum, if it shares a common factor with the LCD.
- Divide the sum by — equivalently, multiply by .
- Reduce the final result, converting to a mixed number if it's still improper.
Why the sum has to go over a common denominator first
A fraction's denominator sets the size of the pieces it's counting. counts halves and 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 and
LCD(2, 3) = 6. Sum: . Divide by 2: . The average is .
Example 2 — mixed numbers: average of , , and
As improper fractions: . LCD(2, 4, 4) = 4. Sum: . Divide by 3: . The average is .
Example 3 — a fraction and a decimal: average of and
, so the sum is . Divide by 2: the average is .
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 and , the sum is , and dividing by 2 gives an average of .
- 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 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 is mathematically the same as multiplying it by , 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 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.