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.
How to use this 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.
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
| Fraction | GCD | Simplified | Decimal |
|---|---|---|---|
| 2/4 | 2 | 1/2 | 0.5 |
| 4/8 | 4 | 1/2 | 0.5 |
| 6/9 | 3 | 2/3 | 0.6667 |
| 12/16 | 4 | 3/4 | 0.75 |
| 15/20 | 5 | 3/4 | 0.75 |
| 18/24 | 6 | 3/4 | 0.75 |
| 20/30 | 10 | 2/3 | 0.6667 |
| 36/48 | 12 | 3/4 | 0.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$$
| Fraction | Decimal | Percentage |
|---|---|---|
| 1/2 | 0.5 | 50% |
| 1/3 | 0.3333… | 33.33…% |
| 1/4 | 0.25 | 25% |
| 1/5 | 0.2 | 20% |
| 2/3 | 0.6667… | 66.67…% |
| 3/4 | 0.75 | 75% |
| 3/5 | 0.6 | 60% |
| 7/8 | 0.875 | 87.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
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.
Frequently asked questions
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.