Add, subtract, multiply, or divide fractions — and convert between fractions and decimals instantly
This tool is for: Students solving fraction arithmetic problems · Anyone scaling recipes or converting measurements · People needing to simplify fractions or convert decimals to fractions
- The exact result of any fraction operation, simplified to lowest terms
- The decimal equivalent of any fraction result
- How to simplify any fraction using the greatest common divisor
- The fraction equivalent of any decimal number
Formulas Used
Fraction Addition
a/b + c/d = (a×d + b×c) / (b×d), then simplify by GCD
Where: a/b = First fraction (fraction), c/d = Second fraction (fraction), GCD = Greatest common divisor of the result numerator and denominator (integer)
Source: Standard fraction arithmetic — Khan Academy ✓ Verified
Fraction Multiplication
a/b × c/d = (a×c) / (b×d), then simplify by GCD
Where: a/b = First fraction (fraction), c/d = Second fraction (fraction)
Source: Standard fraction arithmetic — Khan Academy ✓ Verified
Greatest Common Divisor (Euclidean Algorithm)
gcd(a, b) = gcd(b, a mod b) until b = 0, then a is the GCD
Where: a = First integer (integer), b = Second integer (integer)
Source: Euclidean Algorithm — standard number theory ✓ Verified
Key Insight
Every fraction arithmetic problem follows the same pattern: find a common denominator for addition/subtraction, multiply straight across for multiplication, flip-and-multiply for division, then always simplify by dividing both parts by the GCD.
Frequently Asked Questions
How do I find a common denominator?
To add or subtract fractions, both denominators must be the same. The simplest common denominator is the product of the two denominators (b × d), but the least common denominator (LCD) is more efficient. To find the LCD, list multiples of each denominator until you find the smallest one they share. For example, for 1/3 + 1/4, multiples of 3 are 3, 6, 9, 12 and multiples of 4 are 4, 8, 12 — so the LCD is 12. Then convert each fraction: 1/3 = 4/12 and 1/4 = 3/12. This calculator uses the product method (b × d) and then simplifies the result, which always gives the correct answer.
What does GCD mean and why does it matter for fractions?
GCD stands for Greatest Common Divisor — the largest whole number that divides evenly into both the numerator and denominator. For example, the GCD of 12 and 18 is 6 because 6 is the largest number that divides into both. Dividing both parts of 12/18 by 6 gives the simplified fraction 2/3. The GCD is computed using the Euclidean algorithm, which repeatedly divides and takes remainders until the remainder is zero. Simplifying fractions makes them easier to understand, compare, and use in further calculations.
How do I convert a mixed number to an improper fraction?
A mixed number like 2 3/4 can be converted to an improper fraction by multiplying the whole number by the denominator, adding the numerator, and keeping the same denominator. For 2 3/4: multiply 2 × 4 = 8, add the numerator 8 + 3 = 11, keep denominator 4, so 2 3/4 = 11/4. To go the other way, divide the numerator by the denominator: 11 ÷ 4 = 2 remainder 3, so 11/4 = 2 3/4. This calculator works with improper fractions directly, so convert your mixed numbers before entering them.
About This Calculator
Sources:
- Khan Academy — Fraction Arithmetic — Fraction addition, subtraction, multiplication, division rules and simplification
Limitations:
- Handles proper and improper fractions
- Decimal-to-fraction conversion handles up to 6 decimal places
- Does not handle mixed numbers directly — convert to improper fraction first
- Division by zero in the second fraction is not allowed
When to consult a professional: For advanced mathematical work involving continued fractions, complex rational expressions, or algebraic fractions, use a computer algebra system like Wolfram Alpha or Mathematica.
This fraction calculator performs exact arithmetic with integers. Results are always simplified to lowest terms using the Euclidean algorithm for GCD. Decimal conversions are rounded to 6 decimal places.