Calculate Fractions Instantly

Add, subtract, multiply, divide, or simplify

+

Quick rules

Add/subtract: find a common denominator, convert, then add/subtract numerators. Multiply: numerator × numerator over denominator × denominator. Divide: multiply by the reciprocal. Simplify: divide both parts by their GCD (Greatest Common Divisor).

How to use our fraction calculator

Select an operation using the buttons at the top, then enter the numerator and denominator for each fraction. Results appear instantly: the simplified fraction, mixed number (when applicable), decimal equivalent, and percentage. The step-by-step panel shows how the result was reached. For Simplify, only one fraction is needed.

Numerator and denominator

A fraction has two parts separated by a horizontal bar (the vinculum). The number above the bar is the numerator - it counts how many parts you have. The number below is the denominator - it defines how many equal parts the whole is divided into.

$$\frac{\text{Numerator (parts taken)}}{\text{Denominator (total parts)}}$$

In the fraction ¾, the denominator 4 means the whole is split into 4 equal pieces, and the numerator 3 means you are referring to 3 of those pieces. Change the denominator and the size of each piece changes; change the numerator and the count of pieces changes.

FractionDenominator means...Numerator means...In words
1/2Split into 2 equal partsTake 1 of themOne half
3/4Split into 4 equal partsTake 3 of themThree quarters
2/5Split into 5 equal partsTake 2 of themTwo fifths
5/3Split into 3 equal partsTake 5 of themFive thirds (improper)

When the numerator equals the denominator (e.g. 4/4), the fraction equals 1 - all parts are taken. When the numerator is 0, the fraction equals 0 regardless of the denominator. A denominator of 0 is undefined - dividing by zero has no mathematical meaning.

Adding fractions

To add two fractions, both must share a common denominator. The standard approach is to cross-multiply to create equivalent fractions with the same denominator, then add the numerators:

$$\frac{a}{b} + \frac{c}{d} = \frac{a \times d + c \times b}{b \times d}$$

Example

Add ¾ and ½:

$$\frac{3}{4} + \frac{1}{2} = \frac{3 \times 2 + 1 \times 4}{4 \times 2} = \frac{6 + 4}{8} = \frac{10}{8} = \frac{5}{4}$$

The result 10/8 simplifies to 5/4 (or 1¼ as a mixed number) because GCD (10, 8) = 2.

The calculator uses the least common multiple (LCM) of the two denominators as the common denominator, which produces smaller intermediate numbers and avoids unnecessary simplification steps.

Subtracting fractions

Subtraction follows the same common-denominator logic as addition - only the sign between the numerators changes:

$$\frac{a}{b} - \frac{c}{d} = \frac{a \times d - c \times b}{b \times d}$$

Example

Subtract ¼ from 5/6:

$$\frac{5}{6} - \frac{1}{4} = \frac{5 \times 4 - 1 \times 6}{6 \times 4} = \frac{20 - 6}{24} = \frac{14}{24} = \frac{7}{12}$$

GCD (14, 24) = 2, so 14/24 simplifies to 7/12.

Multiplying fractions

Multiplication is the most straightforward fraction operation - no common denominator is required. Multiply numerators together and denominators together, then simplify:

$$\frac{a}{b} \times \frac{c}{d} = \frac{a \times c}{b \times d}$$

Example

Multiply ⅔ by 3/5:

$$\frac{2}{3} \times \frac{3}{5} = \frac{2 \times 3}{3 \times 5} = \frac{6}{15} = \frac{2}{5}$$

GCD (6, 15) = 3, so 6/15 simplifies to 2/5.

A useful shortcut when multiplying is to cross-cancel before multiplying: if a numerator and a different denominator share a common factor, divide both by that factor first. In the example above, the 3 in the numerator and the 3 in the denominator cancel to give 2/5 directly.

Dividing fractions

Dividing by a fraction is the same as multiplying by its reciprocal - flip the second fraction and multiply:

$$\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{a \times d}{b \times c}$$

Example

Divide ¾ by 2/5:

$$\frac{3}{4} \div \frac{2}{5} = \frac{3}{4} \times \frac{5}{2} = \frac{3 \times 5}{4 \times 2} = \frac{15}{8}$$

The result 15/8 is already fully simplified (GCD = 1), and as a mixed number it is 1⅞.

Simplifying (reducing) fractions

A fraction is in its simplest form when the numerator and denominator share no common factor other than 1. The standard method uses the greatest common divisor (GCD):

$$\frac{a}{b} \div \gcd(a,b) = \frac{a / \gcd(a,b)}{b / \gcd(a,b)}$$

Example

$$\frac{18}{24}: \gcd(18,24) = 6 \implies \frac{18 \div 6}{24 \div 6} = \frac{3}{4}$$

The GCD can be found using the Euclidean algorithm: divide the larger number by the smaller, then replace the larger with the smaller and the smaller with the remainder, repeating until the remainder is zero. The last non-zero remainder is the GCD.

Simplification reference

FractionGCDSimplifiedDecimal
2/421/20.5
4/841/20.5
6/932/30.6667
12/1643/40.75
15/2053/40.75
18/2463/40.75
20/30102/30.6667
36/48123/40.75

Converting fractions to decimal and percentage

Every fraction represents a division. Converting is straightforward:

$$\text{Decimal} = \frac{\text{Numerator}}{\text{Denominator}}$$

$$\text{Percentage} = \frac{\text{Numerator}}{\text{Denominator}} \times 100$$

FractionDecimalPercentage
1/20.550%
1/30.3333…33.33…%
1/40.2525%
1/50.220%
2/30.6667…66.67…%
3/40.7575%
3/50.660%
7/80.87587.5%

Mixed numbers

A mixed number combines a whole number and a proper fraction - for example, 1¾ means 1 + ¾ = 7/4 as an improper fraction. The calculator shows the mixed-number form whenever the result is an improper fraction (numerator greater than denominator).

To convert a mixed number to an improper fraction before entering it into the calculator: multiply the whole number by the denominator and add the numerator. For 2⅗: (2 × 5) + 3 = 13, so 2⅗ = 13/5.

Common mistakes when calculating fractions

Adding denominators instead of finding a common one

A very common error: ½ + ⅓ ≠ 2/5. You cannot add ½ and ⅓ by adding 1+1 = 2 and 2+3 = 5. The correct answer is 3/6 + 2/6 = 5/6.

Forgetting to simplify

An unsimplified fraction like 6/8 is not wrong, but it is not in its standard form. Always check whether GCD (numerator, denominator) > 1 and divide both by it. 6/8 → GCD = 2 → 3/4.

Dividing incorrectly - not flipping the second fraction

To divide, flip the second fraction (not the first) and multiply. ¾ ÷ ⅖ becomes ¾ × 5/2 = 15/8. A common error is to flip the first fraction instead.

Not applying sign rules to negative fractions

A negative fraction can be written three ways: −a/b = a/(−b) = −(a/b). When multiplying or dividing negative fractions, count the total number of negative signs - an odd count gives a negative result, even gives a positive.

Reviewing a project cost split between three contractors: one had billed for 1/3 of the work, another for 1/4. A colleague calculated their combined share as 2/7 - by adding the numerators (1+1=2) and the denominators (3+4=7).

The actual combined share is 7/12, found using 12 as the common denominator: 4/12 + 3/12 = 7/12. The difference between 2/7 (about 28.6%) and 7/12 (about 58.3%) is not small.

The add-denominators error appears in non-mathematical contexts more often than you would expect from people who otherwise handle numbers confidently.

Scaling a recipe from 3/4 cup down to 1/8 cup portions: the question is how many 1/8-cup measures fit in 3/4 cup, which is 3/4 ÷ 1/8 = 3/4 × 8/1 = 24/4 = 6. In three separate instances, the person doing the calculation flipped the first fraction instead of the second, getting 4/3 × 1/8 = 4/24 = 1/6. That gives 0.17 instead of 6 - a factor-of-36 error from flipping the wrong fraction. The rule is always to flip the divisor (the second fraction), never the dividend.

Frequently asked questions about fractions

How do you add fractions with different denominators?

Find the least common multiple (LCM) of both denominators. Convert each fraction so both have that denominator, then add the numerators. Example: 1/3 + 1/4 → LCM = 12 → 4/12 + 3/12 = 7/12.

How do you multiply fractions?

Multiply numerator × numerator and denominator × denominator, then simplify. No common denominator is needed. Example: 2/3 × 3/5 = 6/15 = 2/5.

How do you divide fractions?

Multiply the first fraction by the reciprocal of the second: a/b ÷ c/d = a/b × d/c. Example: 3/4 ÷ 2/5 = 3/4 × 5/2 = 15/8.

How do you simplify a fraction?

Divide both numerator and denominator by their greatest common divisor (GCD). Example: 18/24 → GCD = 6 → 3/4.

How do you convert a fraction to a decimal?

Divide the numerator by the denominator. Example: 3/4 = 3 ÷ 4 = 0.75.

How do you convert a fraction to a percentage?

Divide the numerator by the denominator, then multiply by 100. Example: 3/4 = 0.75 × 100 = 75%.

What is an improper fraction?

An improper fraction has a numerator larger than (or equal to) its denominator - for example, 7/4. It is equivalent to a mixed number: 7/4 = 1¾. Both forms are mathematically correct; improper fractions are often easier to work with in calculations.

Test your knowledge

Quiz: how well do you know fractions?

5 questions · ~2 min

1. In the fraction 3/4, what does the denominator (4) represent?

The denominator defines how many equal parts the whole is split into. In 3/4, the whole is divided into 4 equal pieces. The numerator (3) counts how many of those pieces you are referring to.

2. Using the subtraction formula, what is 5/6 - 1/4?

Using cross-multiplication: (5 x 4 - 1 x 6) / (6 x 4) = (20 - 6) / 24 = 14/24. GCD(14, 24) = 2, so 14/24 simplifies to 7/12.

3. When dividing two fractions, which fraction gets flipped to form the reciprocal?

Only the divisor (the second fraction) is flipped. For example, 3/4 / 2/5 becomes 3/4 x 5/2 = 15/8. Flipping the first fraction instead is the most common division error.

4. What is 15/20 in its simplest form?

GCD(15, 20) = 5. Dividing both by 5 gives 15/5 = 3 and 20/5 = 4, so 15/20 simplifies to 3/4.

5. A student calculates 1/2 + 1/3 = 2/5 by adding numerators and denominators. What is the correct answer?

The correct answer is 5/6. The common denominator of 2 and 3 is 6. Converting gives 3/6 + 2/6 = 5/6. Adding numerators and denominators directly is a common error that produces a result smaller than either fraction alone.

Key terms