Fraction Calculator

Check out this free online fraction calculator. It quickly solves addition, subtraction, multiplication, and division of proper, improper, or mixed fractions, showing simplified results and step-by-step solutions.

Fraction Calculator

Please enter valid numbers.
Result
Simplified:
Mixed Number:
As Decimal:
As Percentage:
๐Ÿ“ Step-by-Step Solution โ–ผ

Fraction Calculator

I have spent years teaching fractions to students who were absolutely convinced they could not do math. Almost every time, the problem was not intelligence. It was that nobody had ever explained fractions clearly. Once the logic clicked, the arithmetic followed.

This guide is written with that same goal: explain fractions the way a good teacher would, so the calculator becomes a tool you understand, not just one you depend on.

What Is a Fraction, and Why Should You Actually Care?

A fraction is simply a way of describing a part of something. The number on the bottom, called the denominator, tells you how many equal pieces the whole thing was cut into. The number on top, called the numerator, tells you how many of those pieces you are working with.

So if you slice a pizza into 8 equal pieces and grab 3, you have 3/8 of the pizza. Simple enough. But here is what most people miss: the denominator is not just a number. It defines the size of each piece. That detail becomes critical the moment you try to add fractions together, and we will come back to it.

Fractions matter beyond school. Recipes use them. Lumber is measured in them. Interest rates and probability involve them. If you have ever scaled a recipe up for a crowd (multiplying every ingredient by 5/2 to go from 4 servings to 10), cut material to 1 3/4 inches, or worked through an SAT problem, you have done fraction math whether you called it that or not. Students who struggle with fractions tend to struggle with algebra, geometry, and almost everything that follows, because fractions are the foundation, not a detour.

One rule that never changes: the denominator can never be zero. Dividing something into zero parts is not possible. A zero in the denominator makes a fraction undefined, full stop.

The Five Types of Fractions You Will Encounter

Fractions come in different forms, and recognizing which type you are dealing with changes how you handle it.

  • Proper fractions: the numerator is smaller than the denominator. The value is less than one whole. Examples: 1/2, 3/4, 7/8. These are the most familiar type.
  • Improper fractions: the numerator is larger than or equal to the denominator. The value is one or more. Examples: 5/4, 9/3, 11/6. These show up constantly as results of addition and multiplication.
  • Mixed numbers: a whole number sitting next to a proper fraction. Examples: 1 1/4, 2 3/5, 4 7/8. This is just an improper fraction written in a more readable form. Before doing any calculation with a mixed number, you need to convert it to an improper fraction first.
  • Unit fractions: any fraction where the numerator is exactly 1. Examples: 1/2, 1/5, 1/8. These are the building blocks. Every fraction is a combination of unit fractions.
  • Equivalent fractions: different fractions that represent the same value. For example, 1/2, 2/4, and 4/8 are all equal to 0.5. Recognizing equivalence is the key to simplifying and to finding common denominators.

There is also a type worth knowing by name even if it sounds unfamiliar: like fractions share the same denominator (1/8, 3/8, 5/8). Unlike fractions have different denominators (1/3, 3/5, 7/9). This distinction matters most for addition and subtraction.

How to Add Fractions

Addition is where most students make their first serious fraction mistake. The rule sounds simple: you can only add fractions that share the same denominator. But understanding why that rule exists is what makes it stick.

Think back to the denominator defining the size of each piece. If you are adding thirds and quarters, you are trying to combine pieces of different sizes. That does not work directly, just like you cannot add 3 inches and 4 centimeters by simply writing 7. You have to convert to the same unit first.

The formula:

a/b + c/d = (a x d + c x b) / (b x d)

The step-by-step approach using the Least Common Denominator (LCD):

  1. Find the LCD — the smallest number that both denominators divide into evenly. This is the Least Common Multiple (LCM) of the two denominators.
  2. Rewrite each fraction with the LCD as the new denominator.
  3. Add the numerators. Keep the denominator.
  4. Simplify the result.

Worked example: 1/3 + 1/4

The denominators are 3 and 4. Multiples of 3: 3, 6, 9, 12. Multiples of 4: 4, 8, 12. The LCD is 12.

  • 1/3 becomes 4/12 (multiply top and bottom by 4)
  • 1/4 becomes 3/12 (multiply top and bottom by 3)
  • 4/12 + 3/12 = 7/12

Result: 7/12

The mistake I see constantly in class: students add the numerators together and add the denominators together. So 1/3 + 1/4 becomes 2/7. This is wrong every time without exception. The denominators tell you the size of the pieces. You cannot add sizes. You can only add counts of pieces once the sizes match.

For mixed numbers: convert to improper fractions first. Multiply the whole number by the denominator, add the numerator, and place the result over the original denominator. So 1 1/2 becomes (1 x 2 + 1)/2 = 3/2. Then add as normal.

How to Subtract Fractions

Subtraction follows the exact same logic as addition. You need a common denominator. Everything else is the same, except you subtract the numerators instead of adding them.

The formula:

a/b – c/d = (a x d – c x b) / (b x d)

Worked example: 5/6 – 1/3

The LCD of 6 and 3 is 6. Convert 1/3 to 2/6. Then:

5/6 – 2/6 = 3/6

Simplify by dividing both parts by 3: 1/2

Worked example with mixed numbers: 3 1/2 – 1 2/3

Convert both to improper fractions first:

  • 3 1/2 = (3 x 2 + 1)/2 = 7/2
  • 1 2/3 = (1 x 3 + 2)/3 = 5/3

Find the LCD of 2 and 3, which is 6:

  • 7/2 = 21/6
  • 5/3 = 10/6

Subtract: 21/6 – 10/6 = 11/6

Convert back: 11/6 = 1 5/6

The most common mistake here is forgetting to convert mixed numbers before subtracting, then getting confused when the fraction part of the first number is smaller than the fraction part of the second. Converting to improper fractions first eliminates that problem completely.

How to Multiply Fractions

Multiplication is the relief after addition and subtraction. No common denominator needed. No LCD to find. You simply multiply straight across.

The formula:

a/b x c/d = (a x c) / (b x d)

Multiply the numerators together to get the new numerator. Multiply the denominators together to get the new denominator. Then simplify.

Worked example: 2/3 x 4/5

2 x 4 = 8. 3 x 5 = 15. Result: 8/15 (already in simplest form).

Multiplying a fraction by a whole number: write the whole number as a fraction over 1. So 3 x 2/5 becomes 3/1 x 2/5 = 6/5 = 1 1/5.

The cross-cancelling shortcut: before multiplying, check if any numerator shares a common factor with the opposite denominator. This reduces the numbers early and makes simplification easier at the end.

Example: 4/9 x 3/8

The 4 in the first numerator and the 8 in the second denominator share a factor of 4: 4/4 = 1 and 8/4 = 2. The 3 in the second numerator and the 9 in the first denominator share a factor of 3: 3/3 = 1 and 9/3 = 3. After cancelling: 1/3 x 1/2 = 1/6. Much cleaner than multiplying 12/72 and then simplifying.

For mixed numbers: always convert to improper fractions first, then multiply.

Example: 2 1/2 x 1 1/3 = 5/2 x 4/3 = 20/6 = 3 1/3

How to Divide Fractions

Division is the operation that confuses students the most. Not because it is difficult, but because the method looks strange the first time you see it. Once you understand why it works, it stops being strange.

The formula:

a/b / c/d = a/b x d/c = (a x d) / (b x c)

Flip the second fraction upside down and multiply. That flipped version is called the reciprocal.

Why does flipping work?

Dividing by a fraction is asking: how many of these fit into that? Asking how many 1/2 slices fit into 3/4 of a pizza is the same as asking 3/4 x 2/1. Multiplying by the reciprocal answers exactly that question. It is not a shortcut or a trick. It is what division of fractions literally means.

A phrase that helps students remember the steps: Keep, Change, Flip. Keep the first fraction unchanged. Change the division sign to multiplication. Flip the second fraction. Then multiply.

Worked example: 3/4 / 2/5

Keep 3/4. Change to multiplication. Flip 2/5 to get 5/2.

3/4 x 5/2 = 15/8 = 1 7/8

Worked example with mixed numbers: 2 1/2 / 1 1/4

Convert first: 2 1/2 = 5/2 and 1 1/4 = 5/4.

Flip the second: 5/4 becomes 4/5.

Multiply: 5/2 x 4/5 = 20/10 = 2

Always convert mixed numbers to improper fractions before dividing. Students who skip this step almost always get the wrong answer.

Quick Reference: All Four Operations in One Table

OperationFormulaExampleResult
Addition(a x d + c x b) / (b x d)1/2 + 1/35/6
Subtraction(a x d – c x b) / (b x d)3/4 – 1/41/2
Multiplication(a x c) / (b x d)2/3 x 3/41/2
Division(a x d) / (b x c)3/4 / 3/82
SimplificationDivide both by GCF12/163/4
Mixed to Improper(Whole x Denominator + Numerator) / Denominator2 3/411/4
Improper to MixedDivide; quotient is whole, remainder is numerator11/42 3/4

How to Simplify Fractions

Every result should be in its simplest form, meaning no number other than 1 divides evenly into both the numerator and the denominator. This is called reducing a fraction to its lowest terms.

The tool for this is the Greatest Common Factor (GCF), also called the Greatest Common Divisor (GCD). It is the largest number that divides into both numbers without leaving a remainder.

Example: Simplify 18/24

Factors of 18: 1, 2, 3, 6, 9, 18. Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24. The GCF is 6.

18 / 6 = 3. 24 / 6 = 4. Simplified result: 3/4

If you are not sure of the GCF, divide by 2, then 3, then 5 repeatedly until nothing else divides evenly. CalculatorHub’s Fraction Calculator simplifies every result automatically.

Fraction to Decimal Conversions

Sometimes a decimal is more useful than a fraction. Sometimes you start with a decimal and need a fraction. Here is how both work.

Fraction to decimal: divide the numerator by the denominator. That is all. 3/4 = 3 / 4 = 0.75.

Decimal to fraction: count the decimal places, use a power of 10 as the denominator, then simplify. So 0.375 has three decimal places, which gives 375/1000. The GCF of 375 and 1000 is 125. Divide both: 3/8.

The most common fractions and their decimal equivalents are worth knowing from memory:

FractionDecimalPercentage
1/20.550%
1/30.333…33.3%
2/30.666…66.7%
1/40.2525%
3/40.7575%
1/50.220%
1/80.12512.5%
3/80.37537.5%
5/80.62562.5%
7/80.87587.5%

Should You Calculate by Hand or Use the Calculator?

Learn the method first. Work through problems manually until the steps feel familiar. Students who skip straight to a calculator without understanding the process tend to struggle when the format changes. Once the method is clear, using a calculator is not laziness.

It is good practice. Accuracy matters, and arithmetic errors are easy to make. CalculatorHub’s calculator shows every step, so you can follow the reasoning even while it does the arithmetic.

Wrapping Up

Fractions are not complicated. They have a reputation for being hard because they are often taught as rules to memorize rather than ideas to understand. Three things matter: the denominator defines the size of each piece, you cannot add pieces of different sizes without converting first, and division by a fraction is the same as multiplying by its reciprocal.

Once those three ideas click, every operation makes sense on its own terms. CalculatorHub’s Fraction Calculator gives you a fast, verified answer with all steps shown whenever you need it. For percentage work alongside fractions, the Percentage Calculator on CalculatorHub covers that in the same free format.

Frequently Asked Questions

What does “of” mean in a fraction problem?

Answer: When a word problem says “what is 1/3 of 3/8,” the word “of” means multiply. Rewrite it as 1/3 x 3/8 and solve. This trips up students constantly because it does not look like a multiplication problem. But any time you see “of” between two fractions, multiply them.

How do I add fractions with different denominators?

Answer: Find the Least Common Denominator first. That is the smallest number both denominators divide into evenly. Rewrite each fraction with that new denominator, then add the numerators. For 1/4 + 1/6: the LCD is 12, so you add 3/12 + 2/12 = 5/12. CalculatorHub’s calculator finds the LCD automatically and shows every conversion step.

Why do you flip the fraction when dividing?

Answer: Because dividing by a fraction asks how many of that fraction fit into the other number. That question is mathematically identical to multiplying by the reciprocal. Dividing by 2/3 gives the exact same result as multiplying by 3/2, every single time. Flipping is not a trick. It is what division of fractions actually means.

How do I convert a mixed number to an improper fraction?

Answer: Multiply the whole number by the denominator, then add the numerator. Put that result over the original denominator. For 3 2/5: (3 x 5 + 2) / 5 = 17/5. This step is required before any calculation with mixed numbers. Skipping it is the most reliable way to get a wrong answer.

What does simplifying a fraction mean?

Answer: It means rewriting the fraction so the numerator and denominator share no common factors other than 1. Divide both by their Greatest Common Factor. For 18/24, the GCF is 6, so 18/24 = 3/4. Most teachers and every standardized test expect simplified answers.

Can I calculate with negative fractions?

Answer: Yes. Negative fractions follow the same operation rules as positive ones. A negative sign in either the numerator or denominator makes the result negative. A negative sign in both cancels out and makes the result positive. Enter a minus sign before the numerator to input a negative value. CalculatorHub’s calculator handles negative mixed numbers like -2 1/3 correctly.