How to Use This Calculator
This calculator handles all four fraction operations: addition, subtraction, multiplication, and division. Enter your two fractions, pick an operation, and press Calculate. The result appears as a fully simplified fraction along with a decimal equivalent, and the pie charts at the top update in real time so you get a visual feel for each value before you even click.
- Type the numerator (top number) of Fraction A into the upper input box, then type the denominator (bottom number) below the dividing line.
- Do the same for Fraction B in the second box.
- Click one of the four operation buttons: + for addition, - for subtraction, x for multiplication, or the division symbol.
- Press the Calculate button. The answer appears below with the full step-by-step working shown.
- If the result is an improper fraction, the calculator also shows the equivalent mixed number.
You can chain calculations by reading the result and typing it back in as one of your fractions for the next step. Negative numerators are supported too, so problems like -3/4 + 1/2 work fine.
What Fractions Actually Mean
A fraction is just a way of writing division. The number on the bottom, called the denominator, says how many equal pieces the whole has been cut into. The number on top, called the numerator, says how many of those pieces you are holding.
So 3/8 means the whole was sliced into 8 equal parts and you have 3 of them. Think of a pizza cut into 8 slices and you ate 3 — that is exactly 3/8 of the pizza.
There are three types worth knowing:
- Proper fractions have a numerator smaller than the denominator, like 2/5. They represent less than one whole.
- Improper fractions have a numerator equal to or larger than the denominator, like 9/4. They represent one whole or more.
- Mixed numbers combine a whole number and a proper fraction, like 2 and 1/4. They are just another way to write an improper fraction.
Both improper fractions and mixed numbers are equally valid answers. Your teacher may prefer one form, but they describe the same amount.
The Four Operations at a Glance
Each operation follows its own short set of rules. Here is a summary before the detailed walkthroughs below:
| Operation | Core Rule | Quick Example | Result |
| Addition | Common denominator, then add numerators | 1/4 + 1/6 | 5/12 |
| Subtraction | Common denominator, then subtract numerators | 5/6 - 1/4 | 7/12 |
| Multiplication | Numerator times numerator, denominator times denominator | 2/3 x 3/5 | 2/5 |
| Division | Flip the second fraction, then multiply | 3/4 / 3/8 | 2 |
Worked Example: Subtracting 5/6 - 1/4
The denominators are 6 and 4. The lowest common denominator is 12. Convert: 5/6 becomes 10/12, and 1/4 becomes 3/12. Subtract the numerators: 10 - 3 = 7. Answer: 7/12.
Step-by-Step: Adding Fractions
Adding fractions trips people up because you cannot just add the top numbers and add the bottom numbers separately. The denominators must match first. Here is a full walkthrough with 3/8 + 5/12.
- Find the lowest common denominator (LCD). The LCD of 8 and 12 is 24. To find it, list multiples of the larger number until you hit one that the smaller also divides into evenly. Multiples of 12: 12, 24. Does 8 divide into 24? Yes (24 / 8 = 3). So the LCD is 24.
- Convert each fraction to the LCD. For 3/8: multiply top and bottom by 3, giving 9/24. For 5/12: multiply top and bottom by 2, giving 10/24.
- Add the numerators. 9 + 10 = 19. Keep the denominator as 24. You now have 19/24.
- Check if you can simplify. Does any number other than 1 divide both 19 and 24? 19 is prime, so no. The answer is already in simplest form: 19/24.
Worked Example: Adding 2/5 + 3/4
LCD of 5 and 4 is 20. Convert: 2/5 = 8/20, and 3/4 = 15/20. Add: 8 + 15 = 23. Result: 23/20. That is an improper fraction, so as a mixed number it is 1 and 3/20.
Step-by-Step: Dividing Fractions
Division looks scarier than it is. The trick has one name: keep, change, flip. Keep the first fraction exactly as it is. Change the division sign to multiplication. Flip (invert) the second fraction. Then multiply normally.
- Write down the problem. Say you have 5/6 divided by 2/3.
- Keep the first fraction. 5/6 stays as 5/6.
- Change division to multiplication. The sign becomes x.
- Flip the second fraction. 2/3 becomes 3/2.
- Multiply. (5 x 3) / (6 x 2) = 15/12.
- Simplify. The GCF of 15 and 12 is 3. Divide both: 15/3 = 5 and 12/3 = 4. Final answer: 5/4, or 1 and 1/4 as a mixed number.
Did You Know?
Dividing by a fraction is the same as multiplying by its reciprocal. That is why the "flip and multiply" rule always works — you are not doing anything magical, you are just rewriting the division as a multiplication by the inverse value.
Simplifying Fractions
A fraction is in its simplest form when the numerator and denominator share no common factor greater than 1. This is also called being in lowest terms. To simplify, find the greatest common factor (GCF) of the two numbers and divide both by it.
For example, 18/24: the GCF of 18 and 24 is 6. Divide both by 6: 18/6 = 3 and 24/6 = 4. Simplified answer: 3/4.
One fast way to find the GCF is to list the factors of each number and spot the largest one they share:
- Factors of 18: 1, 2, 3, 6, 9, 18
- Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
- Common factors: 1, 2, 3, 6. Greatest: 6.
If both numbers are even, start by dividing both by 2 and repeat until they are no longer both even. This is not the fastest method but it always works and avoids having to think too hard about large numbers.
Worked Example: Simplify 36/48
Both are even, so divide by 2: 18/24. Both still even, divide by 2 again: 9/12. Now divide by 3 (both divisible): 3/4. Done. Or just spot that GCF(36,48) = 12 from the start and do it in one step: 36/12 = 3, 48/12 = 4.
Mixed Numbers and Improper Fractions
These two forms represent the same value and you can move between them freely.
Improper fraction to mixed number: Divide the numerator by the denominator. The quotient is the whole number part. The remainder goes over the original denominator. For 11/4: 11 divided by 4 is 2 remainder 3, so the mixed number is 2 and 3/4.
Mixed number to improper fraction: Multiply the whole number by the denominator, then add the numerator. That total becomes the new numerator; the denominator stays the same. For 3 and 2/5: (3 x 5) + 2 = 17, so the improper fraction is 17/5.
When adding or subtracting mixed numbers, the cleanest approach is usually to convert to improper fractions first, do the operation, then convert back. This calculator handles mixed numbers internally using that same approach.
Fraction to Decimal Reference
These are the most common fractions you will encounter. Memorising a few of them makes it much faster to check whether a calculator answer looks right.
| Fraction | Decimal | Percentage |
| 1/2 | 0.5 | 50% |
| 1/3 | 0.333... | 33.3% |
| 2/3 | 0.666... | 66.7% |
| 1/4 | 0.25 | 25% |
| 3/4 | 0.75 | 75% |
| 1/5 | 0.2 | 20% |
| 3/5 | 0.6 | 60% |
| 1/6 | 0.1666... | 16.7% |
| 1/8 | 0.125 | 12.5% |
| 1/10 | 0.1 | 10% |
Fractions like 1/3 and 1/6 produce repeating decimals, which is why those are often easier to leave as fractions rather than converting to decimal form in calculations.
Common Mistakes to Avoid
Most fraction errors come from a small set of habits. Watch out for these:
- Adding the denominators. When you add 1/3 + 1/4, the answer is not 2/7. The denominators are not terms to add — they describe the size of the pieces. The denominator in the answer comes from finding a common base.
- Skipping the common denominator step. You must convert both fractions to the same denominator before adding or subtracting. Even one step skipped gives a wrong answer.
- Flipping the first fraction when dividing. The rule is to flip the second fraction (the divisor), not the first. 3/4 / 2/5 means flip 2/5 to get 5/2, then multiply: 3/4 x 5/2 = 15/8.
- Leaving the answer unsimplified. 6/8 and 3/4 are equal, but 3/4 is the expected form. Always check the GCF of your numerator and denominator.
- Forgetting the negative sign. With negative fractions, track the sign separately. A fraction is negative if either the numerator or denominator is negative — but not if both are (negative over negative is positive).
- Multiplying when you meant to divide. The two operations feel similar because division becomes multiplication after the flip. Double-check which operation the problem asks for before you start.
Where Fractions Show Up in Real Life
Fractions are not just classroom exercises — they appear in practical situations all the time.
- Cooking and baking: Recipes almost always use fractions. If a recipe calls for 3/4 cup of flour and you want to make half the batch, you need 3/4 x 1/2 = 3/8 cup.
- Home improvement: Measuring wood, tile, or fabric requires fractions. Cutting a 2 and 3/8 inch piece from a 5 and 1/4 inch board means subtracting mixed numbers.
- Finance: Interest rates, discounts, and tax rates are often expressed as fractions. A 1/4 percent change in a mortgage rate on a large loan translates to real money.
- Time management: Scheduling often involves fractions of an hour. A 45-minute meeting is 3/4 of an hour. If you have three such meetings, that is 3 x 3/4 = 9/4 = 2 and 1/4 hours.
- Probability: The chance of rolling a 3 on a standard die is 1/6. Two such rolls land on 3 with probability 1/6 x 1/6 = 1/36.
- Music: Time signatures in music are fractions. A 3/4 time signature means 3 quarter-note beats per measure, which is why a waltz has that distinctive three-count feel.
Once you are comfortable with the mechanics, fractions become a natural tool for any problem that involves parts of a whole. The calculator above is here when the arithmetic gets tedious, but understanding the steps means you can catch an unexpected answer and investigate why it happened.