🏆 US-Registered Digital Marketing Agency Trusted by 200+ brands · USA · UK · Canada · AUS
Advertisement
Advertisement
MATH

Adding Fractions Calculator — every step, not just the answer

Add two or three fractions and see the common denominator, the converted fractions, and the simplified result.

Leave the whole number at 0 for a simple fraction like 2/3.
Set the third numerator to 0 if you only want to add two fractions.
Sum in lowest terms
0
 
0
Improper fraction
0
Mixed number
0
Decimal
0%
As a percentage
Tip: the denominators tell you everything. If they already match, add the numerators and stop. If they do not, the first job is always finding a common denominator.
Advertisement

The adding fractions calculator above does the one thing that makes fraction addition different from every other fraction operation: it finds a common denominator first, rewrites both fractions over that denominator, and only then adds. Each of those steps is printed out with your own numbers, because the answer on its own teaches you nothing. If you are checking homework, marking a worksheet, or trying to remember a method you last used years ago, the working is the part you actually need.

Arb Digital builds free calculators for the same reason we build measurement tools for marketing clients: a number without its derivation is impossible to trust or to check. This page is deliberately narrow. It adds fractions and explains addition. If you want a single box that also subtracts, multiplies, and divides, our general fraction calculator handles all four operations — this page exists to teach addition properly, in the detail a general tool cannot spare.

What This Adding Fractions Calculator Does

Enter up to three fractions, each with an optional whole-number part, and the calculator returns their sum in every form you are likely to be asked for: the improper fraction, the mixed number, the decimal, and the percentage equivalent. Above those results it shows the least common denominator it selected, each fraction rewritten over that denominator, the raw unsimplified sum, and the greatest common divisor used to reduce that sum to lowest terms.

Negative numerators are accepted, so the tool doubles as a subtraction check — adding negative three quarters is the same operation as subtracting three quarters, which is worth understanding rather than treating as two separate rules. Zero denominators are rejected with a plain explanation instead of producing an error value, because a fraction with a denominator of zero is undefined, not merely inconvenient.

How to Use It

  1. Enter the first fraction. Put the numerator on top and the denominator below. If you are working with a mixed number like 2 1/3, put 2 in the whole-number box, 1 in the numerator, and 3 in the denominator.
  2. Enter the second fraction the same way. The two denominators do not need to match — finding a common one is the calculator's job.
  3. Add a third fraction if you need one. Leave its numerator at 0 to ignore it entirely.
  4. Read the steps panel under the results. It shows the least common denominator, the converted fractions, the sum before simplifying, and the divisor used to simplify.
  5. Pick the form you need. Schools usually want the mixed number in lowest terms; engineering and finance usually want the decimal.

The Formula: Why Addition Needs a Common Denominator

A fraction is a count of equal parts. The denominator names the size of the part; the numerator counts how many you have. Two thirds means two parts where each part is one third of the whole. One quarter means one part where the part is a quarter of the whole. You cannot add a count of thirds to a count of quarters directly, for exactly the same reason you cannot add two metres to three feet and call the answer five of anything. The units differ, so the counts are not comparable. That is precisely the role of the denominator as Wolfram MathWorld defines it — the quantity below the line that fixes the size of the part being counted — and it is why the denominators have to agree before any adding can happen.

The fix is to rewrite both fractions using parts of the same size. The least common denominator is the smallest number both denominators divide into evenly — for 3 and 4, that is 12. Two thirds becomes eight twelfths, because multiplying the denominator by 4 to reach 12 requires multiplying the numerator by 4 as well. One quarter becomes three twelfths, by multiplying top and bottom by 3. Now both fractions count twelfths, and adding is trivial: 8 + 3 = 11, giving eleven twelfths.

Written as a general rule, a/b + c/d = (a×d + c×b) ÷ (b×d), then simplify. That cross-multiplication version always works, which is why it gets taught, but it does not always give the smallest denominator. Adding one sixth to one fourth by cross-multiplication gives 10/24; using the least common denominator of 12 gives 5/12 immediately. Both are correct and both reduce to the same thing, but one leaves less cleanup. This calculator uses the least common denominator, computed as the product of the denominators divided by their greatest common divisor — the relationship described in Wolfram MathWorld's entry on the least common multiple.

Advertisement

A Worked Example, Start to Finish

Take the default values: two thirds plus one quarter. The denominators are 3 and 4. Their greatest common divisor is 1, so the least common denominator is 3 × 4 ÷ 1 = 12. Rewrite: 2/3 = 8/12 and 1/4 = 3/12. Add the numerators over the shared denominator: 8/12 + 3/12 = 11/12. Check whether it simplifies — the greatest common divisor of 11 and 12 is 1, so eleven twelfths is already in lowest terms. It is less than one, so there is no mixed number to extract. As a decimal it is 0.9167, and as a percentage, 91.67%.

Now a harder one that shows why the steps matter. Add 5/6 and 7/8. The denominators share a factor of 2, so the least common denominator is 6 × 8 ÷ 2 = 24, not 48. Rewriting gives 20/24 and 21/24, which sum to 41/24. That is an improper fraction — the numerator exceeds the denominator — so it converts to the mixed number 1 and 17/24. Anyone who stops at 41/24 has the right value but usually not the answer the question wanted, and anyone who used 48 as the denominator ends up with 82/48 and an extra reduction step to do.

Mixed Numbers: Convert First, Always

The single most common error in fraction addition is trying to handle mixed numbers piecemeal — adding the whole parts, adding the fraction parts, and stitching the two back together. It works right up until the fractional parts sum to more than one, at which point the carry gets forgotten. Adding 2 3/4 and 1 1/2 by that method gives 3 and 5/4, which is not wrong exactly, but it is not finished either; the correct answer is 4 1/4.

Converting to improper fractions first removes the problem entirely. Multiply the whole number by the denominator and add the numerator: 2 3/4 becomes (2 × 4 + 3)/4 = 11/4, and 1 1/2 becomes 3/2. Common denominator 4 gives 11/4 + 6/4 = 17/4, which converts back to 4 1/4. This calculator does that conversion automatically, which is why the whole-number box is separate — you never have to do the improper-fraction arithmetic by hand, but you can see it in the steps panel.

Negative mixed numbers deserve a warning. Minus two and a half means −(2 + 1/2) = −5/2, not −2 + 1/2. If you are entering a negative mixed number here, put the minus sign on the whole number and use a positive numerator; the calculator applies the sign to the whole quantity, which matches how the notation is normally read.

When the Denominators Already Match

If both denominators are the same, skip the conversion entirely: add the numerators and keep the denominator. Three sevenths plus two sevenths is five sevenths. Nothing else changes, because the parts are already the same size. Students who have just been taught the least-common-denominator method sometimes apply it anyway and end up computing 21/49 + 14/49 = 35/49, then reducing back to 5/7 — correct, but three unnecessary steps. Checking whether the denominators match before doing anything else is the fastest habit to build.

The related shortcut is worth knowing too: when one denominator is a multiple of the other, the larger one is already the least common denominator. Adding 1/4 and 3/8 needs only the first fraction rewritten, as 2/8, giving 5/8. There is no need to compute 32 as a denominator or reduce afterwards.

Where Fraction Addition Turns Up Outside Homework

Recipe scaling is the everyday case. Combining 3/4 cup of one ingredient with 2/3 cup of another gives 9/12 + 8/12 = 17/12 cups, or 1 5/12 cups — a number you would never get right by eyeballing the measuring jug. Woodworking and construction run on sixteenths and thirty-seconds of an inch, where adding stock thicknesses is constant fraction addition and rounding to a decimal early is exactly how a joint ends up loose.

Time is fraction addition in disguise. Three quarters of an hour plus one third of an hour is 9/12 + 4/12 = 13/12 hours, which is one hour and five minutes. Timesheets and billing systems that store hours as decimals are quietly doing this conversion for you, and the rounding they apply is where small discrepancies creep in over a month. Probability adds the same way: the chance of rolling a 1 or a 2 on a fair die is 1/6 + 1/6 = 2/6 = 1/3, and the reduction to lowest terms is what makes the result readable.

Reading the Answer in the Right Form

Every result here is shown four ways because different contexts demand different forms, and converting between them by hand is where errors get introduced. The improper fraction is the exact value and the safest thing to carry into a further calculation. The mixed number is easier to picture and is what most school answers require. The decimal is what you need for measurement or spreadsheets, though it is often an approximation — eleven twelfths is 0.91666… forever, and any decimal you write down is rounded. The percentage is the decimal times 100, useful when the fraction represents a proportion; if that is your main use, our percentage calculator handles the reverse direction, and the ratio calculator covers proportions expressed as a to b.

Keep the exact fraction as long as you can. Rounding to 0.92 early and then multiplying by a large quantity magnifies the error, and in any chain of calculations the fraction form is the one that stays exact.

Need a calculator, converter, or interactive tool built for your own site?

Arb Digital builds fast, accessible, dependency-free web tools that earn search traffic and keep visitors on the page. Browse what we have published, or tell us what you need.

Browse All Free Tools Talk to Arb Digital

Common Mistakes to Avoid

  • Adding the denominators. One half plus one half is one, not two quarters. The denominator names the part size and never gets added.
  • Forgetting to scale the numerator. If you multiply a denominator by 4 to reach the common denominator, the numerator must be multiplied by 4 as well, or you have changed the value of the fraction.
  • Leaving the answer unsimplified. 6/8 is a correct value but rarely an accepted answer; the greatest common divisor of 2 reduces it to 3/4.
  • Stopping at an improper fraction when the question asked for a mixed number, or the reverse — read what form is being requested.
  • Handling mixed numbers in two pieces and losing the carry when the fractional parts sum past one. Convert to improper fractions first.

Related Free Tools From Arb Digital

Use the simplify fractions calculator to reduce any result to lowest terms with the divisor shown, the mixed number calculator to convert between improper and mixed forms, and the LCM and GCF calculator to find common denominators on their own. For the other three operations see the multiplying fractions calculator and the dividing fractions calculator, or the all-in-one fraction calculator. The full free online tools hub lists everything else.

Frequently Asked Questions

How do you add fractions with different denominators?

Find the least common denominator, rewrite each fraction over it by multiplying its numerator and denominator by the same factor, add the numerators, keep the denominator, then simplify. For 2/3 + 1/4 the least common denominator is 12, giving 8/12 + 3/12 = 11/12.

Do you add the denominators when adding fractions?

No. The denominator describes the size of each part, so it stays the same once both fractions share it. Only the numerators, which count the parts, are added together.

What is the least common denominator?

It is the smallest number that every denominator divides into evenly. It equals the product of the denominators divided by their greatest common divisor, so for 6 and 8 it is 48 divided by 2, which is 24.

How do you add mixed numbers?

Convert each mixed number to an improper fraction by multiplying the whole number by the denominator and adding the numerator, add as normal, then convert the result back. This avoids losing the carry when the fractional parts sum to more than one.

What happens if a denominator is zero?

The fraction is undefined, because it asks how many parts fit into a whole when each part has no size. The calculator rejects a zero denominator with a message rather than returning a numeric result.

Can I add three fractions at once?

Yes. Find a common denominator for all three, convert each one, then add all the numerators. This calculator accepts a third fraction and handles the shared denominator automatically.

How is this different from the general fraction calculator?

The general fraction calculator performs all four operations in one box. This page covers addition only and shows the common denominator and conversion steps in full, which is the part of the method that causes the most trouble.

This tool is provided for educational and general reference use. Always check results against the method your course or specification requires.

Advertisement
Advertisement

Take it further

Arb Digital assistant

👋 Hey! Want to grow your business? Ask me anything — a free marketing proposal is on the table!