Fraction Calculator

This fraction calculator adds, subtracts, multiplies, and divides fractions or mixed numbers. Results are simplified with step-by-step solutions.

Add, subtract, multiply, and divide fractions with step-by-step solutions. Supports mixed numbers (like 2 3/4) and automatically simplifies every result to its lowest terms. Includes a visual bar display showing the size of each fraction.

Ad
Ad

About Fraction Calculator

How Fraction Arithmetic Works

Each operation follows specific rules. The calculator applies these automatically and shows each step.

Addition and subtraction require a common denominator:

  1. Find the least common denominator (LCD) of both fractions
  2. Convert each fraction to an equivalent fraction with the LCD
  3. Add or subtract the numerators
  4. Simplify the result

Example: 2/3 + 3/4

LCD of 3 and 4 is 12. Convert: 8/12 + 9/12 = 17/12 = 1 5/12

Multiplication is simpler - multiply straight across:

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

Example: 2/3 x 5/7 = 10/21

Division flips the second fraction and multiplies:

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

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

Simplifying Fractions

A fraction is in simplest form when the numerator and denominator share no common factors other than 1. The calculator uses the Euclidean algorithm to find the greatest common divisor (GCD):

Example: Simplify 18/24

  1. Find GCD(18, 24): 24 = 1 x 18 + 6, then 18 = 3 x 6 + 0. GCD = 6
  2. Divide both: 18/6 = 3, 24/6 = 4
  3. Result: 3/4

Mixed Numbers and Improper Fractions

A mixed number like 3 1/2 combines a whole number with a fraction. An improper fraction like 7/2 has a numerator larger than the denominator. They represent the same value.

To convert a mixed number to an improper fraction:

(Whole x Denominator + Numerator) / Denominator

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

To convert back: divide the numerator by the denominator. 7 / 2 = 3 remainder 1, so 3 1/2.

Converting Between Fractions, Decimals, and Percentages

FractionDecimalPercentage
1/20.550%
1/30.333...33.3%
1/40.2525%
1/50.220%
1/60.166...16.7%
1/80.12512.5%
1/100.110%
2/30.666...66.7%
3/40.7575%
3/80.37537.5%
5/60.833...83.3%
7/80.87587.5%

To convert any fraction to a decimal, divide the numerator by the denominator. To convert to a percentage, multiply the decimal by 100.

Where Fractions Show Up

  • Cooking: Recipes use fractions constantly (3/4 cup, 1/3 teaspoon). Scaling a recipe that calls for 2/3 cup to make 1.5x the quantity: 2/3 x 3/2 = 1 cup. The recipe scaler handles this automatically.
  • Construction: Imperial measurements use fractions of an inch (3/8", 5/16", 7/32"). Lumber is sold in fractional dimensions though the actual size differs from the nominal size.
  • Music: Time signatures are fractions. A 3/4 time signature means three quarter-note beats per bar. Musical notes relate by fractions: a half note is 1/2 of a whole note, a quarter note is 1/4.
  • Finance: Stock prices were historically quoted in fractions (the NYSE used eighths until 2001). Bond yields and interest rates are sometimes expressed as fractions of a percentage point (a "basis point" is 1/100 of a percent).
  • Probability: The chance of rolling a 6 on a die is 1/6. Drawing an ace from a deck is 4/52 = 1/13.

Common Mistakes with Fractions

  • Adding numerators and denominators separately: 1/3 + 1/4 is NOT 2/7. You need a common denominator: 4/12 + 3/12 = 7/12.
  • Forgetting to simplify: 6/8 is correct but should be written as 3/4.
  • Cancelling across addition: In (2 + 4)/4, you cannot cancel the 4s. The answer is 6/4 = 3/2, not 2 + 1 = 3.
  • Dividing instead of multiplying by reciprocal: 3/4 divided by 2/5 is not (3/4) x (2/5). You must flip: (3/4) x (5/2).

For percentage-based math, the percentage calculator handles conversions and calculations. For GCF and LCM computations used in finding common denominators, try the GCF and LCM calculator.

Why Are Fractions So Hard to Learn?

Fractions are the single biggest stumbling block in primary school mathematics. On the 2017 National Assessment of Educational Progress (NAEP), only 32% of US fourth graders could correctly identify which fractions were greater than, less than, or equal to 1/2 - the simplest possible comparison task. A landmark 2012 paper by Siegler et al. in Psychological Science found that fifth-grade fraction knowledge was a stronger predictor of high-school algebra performance than whole-number arithmetic, IQ, or family income.

The difficulty has a concrete cause. Whole-number intuition works against you with fractions. Children learn that 4 is bigger than 2, so they assume 1/4 is bigger than 1/2. They learn that adding means combining, so they add 1/3 + 1/4 as 2/7. Researchers call this the "whole number bias" - and it takes deliberate practice to overcome.

Fraction misconceptionWhole-number reasoningWhy it fails
1/4 > 1/2 because 4 > 2Bigger number = bigger valueIn a fraction the denominator divides, so larger denominators mean smaller pieces
1/3 + 1/4 = 2/7Add the tops, add the bottomsAddition needs a common denominator; 1/3 + 1/4 = 7/12
2/6 is not the same as 1/3Different digits = different numberEquivalent fractions scale both parts by the same factor
Multiplying by 1/2 makes it biggerMultiplication always grows numbersMultiplying by a fraction less than 1 always shrinks the value

What Is the Difference Between Proper, Improper, and Unit Fractions?

Every fraction fits into one of three classical categories, and the vocabulary matters because textbooks and exam papers use it.

  • Proper fraction: numerator smaller than denominator, value is less than 1. Examples: 2/5, 7/8, 11/12.
  • Improper fraction: numerator at least as big as denominator, value is 1 or greater. Examples: 5/4, 9/3, 100/7. Every improper fraction can be rewritten as a mixed number.
  • Unit fraction: numerator is exactly 1. Examples: 1/2, 1/3, 1/1000. Ancient Egyptian mathematics used only unit fractions - the Rhind Mathematical Papyrus (c. 1550 BCE, held at the British Museum) expresses non-unit fractions as sums of distinct unit fractions, a system called Egyptian fraction notation.
  • Complex fraction: a fraction whose numerator or denominator is itself a fraction, such as (2/3)/(4/5). Simplify by multiplying by the reciprocal of the bottom: (2/3) * (5/4) = 10/12 = 5/6.

How Do You Find the Least Common Denominator Quickly?

The LCD of two denominators is their least common multiple (LCM). The fastest route uses prime factorisation:

  1. Factor each denominator into primes (e.g. 12 = 2² * 3, 18 = 2 * 3²).
  2. Take the highest power of each prime that appears in either factorisation.
  3. Multiply those together. For 12 and 18: 2² * 3² = 36. That is the LCD.

A shortcut that often works for small numbers: LCD = (a * b) / GCD(a, b). For 12 and 18, GCD is 6, so LCD = (12 * 18) / 6 = 36. This calculator uses that identity internally because it generalises cleanly to any pair of integers.

Worked example: 5/12 + 7/18. LCD is 36. Convert: 5/12 = 15/36 and 7/18 = 14/36. Add: 29/36. GCD(29, 36) = 1, so 29/36 is already simplified.

When Did the World Stop Trading in Fractions?

Fractions dominated stock-market pricing for more than two centuries. The New York Stock Exchange used eighths of a dollar (12.5 cents) as its minimum tick because early 19th-century American trading inherited the Spanish silver dollar, which was physically divided into eight "pieces of eight." That system survived until the SEC mandated decimalization under the Common Cents Stock Pricing Act of 1997. The NYSE completed its switch on 29 January 2001, and all US equity markets followed on 9 April 2001. The change tightened bid-ask spreads from typically 1/16 ($0.0625) to one cent, saving retail investors an estimated $1.5 billion per year according to an SEC study.

Cooking measurements have gone the opposite way. US recipes still use 1/4 tsp, 1/3 cup, 2/3 cup etc. because teaspoons, cups, and pints are base-2 and base-3 friendly. Metric recipes have largely moved to decimals (15 ml, 240 ml). For recipe scaling see the recipe scaler; for converting between cup, tbsp, tsp and ml use the cooking unit converter.

Common Mistakes That Cost Marks on Exams

Most fraction errors on GCSE maths papers and US state tests fall into five recurring categories. The scientific calculator can double-check any decimal result, but most exam boards require the working itself.

MistakeWrong answerCorrect answer
Adding without common denominator1/2 + 1/3 = 2/51/2 + 1/3 = 3/6 + 2/6 = 5/6
Forgetting to flip when dividing2/3 / 4/5 = 8/152/3 / 4/5 = 2/3 * 5/4 = 10/12 = 5/6
Cancelling across a plus sign(3 + 6)/6 cancels to 3 + 1 = 4(3 + 6)/6 = 9/6 = 3/2
Leaving an unsimplified answer12/182/3 (divide both by GCD 6)
Misplacing the negative sign-1/2 + 1/4 = 1/4-1/2 + 1/4 = -2/4 + 1/4 = -1/4

The UK NCETM Primary Mastery materials reserve a full unit to "reasoning with fractions" specifically because teaching the mechanics without the reasoning leads to exactly these errors. The English National Curriculum expects fluency with addition and subtraction of fractions with different denominators by Year 6 (age 10-11), and Common Core in the US targets the same skill at Grade 5.

Sources

All calculations run in your browser. Nothing is stored or sent to a server.

Frequently Asked Questions

How do I add fractions with different denominators?

To add fractions with different denominators, first find the least common denominator (LCD) of both fractions. Convert each fraction so they share that denominator, then add the numerators and keep the denominator. This calculator handles that process automatically and shows you each step.

What is a mixed number and how does the calculator handle it?

A mixed number combines a whole number with a fraction, such as 2 3/4. When you enable mixed number mode, you can enter the whole part separately. The calculator converts mixed numbers to improper fractions internally before performing the operation, then converts the result back if applicable.

How does the calculator simplify fractions?

The calculator finds the greatest common divisor (GCD) of the numerator and denominator using the Euclidean algorithm, then divides both by that value. For example, 6/8 simplifies to 3/4 because the GCD of 6 and 8 is 2.

Can I divide by a fraction that has zero in the numerator?

No. Dividing by zero is undefined in mathematics. If the second fraction has a numerator of zero (making it equal to zero), the calculator will show an error. The denominator of any fraction must also be non-zero.

What operations does this fraction calculator support?

The calculator supports all four basic arithmetic operations for fractions and mixed numbers. You can add (+), subtract (-), multiply (*), and divide (/) any two fractions. Each operation shows the step-by-step solution so you can follow the math.

Link to this tool

Copy this HTML to link to this tool from your website or blog.

<a href="https://toolboxkit.io/tools/fraction-calculator/" title="Fraction Calculator - Free Online Tool">Try Fraction Calculator on ToolboxKit.io</a>