Metrics Calculator

Updated March 13, 2026

Fraction Calculator

To add fractions, find the least common denominator, convert both fractions, and add the numerators. To multiply, multiply straight across. To divide, flip the second fraction and multiply. This calculator handles all four operations on fractions and mixed numbers with step-by-step solutions.

Key Takeaways

  • To add or subtract fractions, find the least common denominator (LCD), convert both fractions, then add or subtract the numerators.
  • To multiply fractions, multiply numerators together and denominators together. No common denominator is needed.
  • To divide fractions, flip the second fraction (reciprocal) and multiply.
  • Simplify results by dividing numerator and denominator by their greatest common divisor (GCD).
  • Convert mixed numbers to improper fractions first: whole × denominator + numerator, over the same denominator.

How Fraction Arithmetic Works

A fraction represents a part of a whole. The top number (numerator) tells you how many parts you have, and the bottom number (denominator) tells you how many equal parts make up the whole. Fraction arithmetic follows four distinct sets of rules depending on the operation.

For addition and subtraction, both fractions must share the same denominator before you can combine them. You find the least common denominator, adjust both numerators accordingly, then add or subtract the numerators while keeping the denominator unchanged.

For multiplication, you multiply numerators together and denominators together. No common denominator is needed. For division, you flip the second fraction (find its reciprocal) and then multiply.

Leah at her Pinewood Falls bakery uses fraction arithmetic constantly. When she scales a recipe that calls for 2/3 cup of sugar to make 1½ batches, she calculates 2/3 × 3/2 = 6/6 = 1 cup. She uses the fraction to decimal converter when she needs to set her digital scale.

The Fraction Formulas

Addition: a/b + c/d = (a×d + c×b) / (b×d)

Subtraction: a/b − c/d = (a×d − c×b) / (b×d)

Multiplication: a/b × c/d = (a×c) / (b×d)

Division: a/b ÷ c/d = (a×d) / (b×c)

These cross-multiplication formulas always work, but using the LCD (least common denominator) for addition and subtraction produces smaller numbers that are easier to simplify.

Maya is studying fractions for a placement test. She needs to add 3/8 + 5/12. Using the LCD method: LCD of 8 and 12 is 24. Convert: 9/24 + 10/24 = 19/24. Using cross multiplication: (3×12 + 5×8) / (8×12) = (36 + 40) / 96 = 76/96 = 19/24. Both methods reach the same answer, but the LCD approach avoids simplifying at the end.

Finding the Least Common Denominator

The least common denominator (LCD) is the smallest number that both denominators divide into evenly. It equals the least common multiple (LCM) of the two denominators. There are two common methods to find it:

Method Steps Example (denominators 8 and 12)
List multiplesList multiples of each denominator until you find the first common one8: 8, 16, 24... / 12: 12, 24... → LCD = 24
GCD methodLCD = (a × b) / GCD(a, b)GCD(8, 12) = 4. LCD = (8 × 12) / 4 = 24

The GCD method is faster for large numbers. The GCD (greatest common divisor) can be found using the Euclidean algorithm.

After finding the LCD, multiply each fraction's numerator by the factor needed to bring its denominator up to the LCD. For 3/8 with LCD 24: multiply numerator and denominator by 3 (since 24 ÷ 8 = 3), giving 9/24. For 5/12: multiply by 2 (since 24 ÷ 12 = 2), giving 10/24.

Simplifying Fractions

A fraction is in simplest form when the numerator and denominator have no common factors other than 1. To simplify, divide both by their greatest common divisor (GCD). The Euclidean algorithm finds the GCD efficiently: repeatedly divide the larger number by the smaller and take the remainder, until the remainder is 0. The last non-zero remainder is the GCD.

Original Fraction GCD Simplified Decimal
4/841/20.5
6/932/30.6667
12/1862/30.6667
15/2553/50.6
24/36122/30.6667
35/4975/70.7143

Decimals rounded to 4 places. Some fractions (like 1/3, 1/7) produce repeating decimals that cannot be expressed exactly.

Common Fraction–Decimal Equivalents

The table below shows commonly used fractions and their decimal and percentage equivalents. These come up frequently in cooking, construction, and everyday math.

Fraction Decimal Percent Fraction Decimal Percent
1/20.550%1/80.12512.5%
1/30.333...33.3%3/80.37537.5%
2/30.667...66.7%5/80.62562.5%
1/40.2525%7/80.87587.5%
3/40.7575%1/160.06256.25%
1/50.220%1/100.110%

Fractions with denominators that are powers of 2 or 5 produce terminating decimals. All others produce repeating decimals.

Dana frequently uses fractions in her Pinewood Falls construction projects. Lumber is measured in fractions of an inch. A 2×4 is actually 1 1/2 × 3 1/2 inches. When she needs to cut a board into thirds and account for 1/8-inch saw blade kerf, she subtracts 2/8 (two cuts) from the total length, then divides the remainder by 3. She uses this calculator for the arithmetic and the decimal to fraction converter when reading measurements from her digital caliper. The percentage calculator is also useful when converting fractions to percentages for estimates and quotes.

This calculator performs exact fraction arithmetic using integer numerators and denominators. Results are mathematically precise, but very large numerators or denominators may exceed JavaScript's safe integer range (253 − 1). For everyday fractions this is not a concern.


Related Calculators

Frequently Asked Questions

How do you add fractions with different denominators?

Find the least common denominator (LCD) of both fractions, convert each fraction to an equivalent fraction with that denominator, then add the numerators. For example, 1/3 + 1/4: the LCD is 12, so convert to 4/12 + 3/12 = 7/12. The denominator stays the same; only the numerators are added.

How do you multiply fractions?

Multiply the numerators together and multiply the denominators together. For example, 2/3 × 4/5 = (2 × 4) / (3 × 5) = 8/15. You do not need a common denominator for multiplication. Simplify the result if possible by dividing both numerator and denominator by their greatest common divisor (GCD).

How do you divide fractions?

Multiply the first fraction by the reciprocal (flip) of the second fraction. For example, 3/4 ÷ 2/5 = 3/4 × 5/2 = 15/8 = 1 7/8. This is called the "keep, change, flip" method: keep the first fraction, change division to multiplication, and flip the second fraction.

What is the difference between a proper fraction and an improper fraction?

A proper fraction has a numerator smaller than the denominator (e.g., 3/4), so its value is less than 1. An improper fraction has a numerator equal to or larger than the denominator (e.g., 7/4), so its value is 1 or greater. Improper fractions can be converted to mixed numbers: 7/4 = 1 3/4.

How do you simplify a fraction?

Divide both the numerator and denominator by their greatest common divisor (GCD). For example, to simplify 12/18: the GCD of 12 and 18 is 6, so 12/18 = (12 ÷ 6) / (18 ÷ 6) = 2/3. A fraction is fully simplified when the numerator and denominator share no common factors other than 1.

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

Multiply the whole number by the denominator, add the numerator, and place the result over the original denominator. For example, 2 3/5 = (2 × 5 + 3) / 5 = 13/5. To convert back: divide the numerator by the denominator. The quotient is the whole number, the remainder is the new numerator.

How often do people use fraction calculations?

Fraction arithmetic comes up daily in cooking (doubling or halving recipes), construction (measuring lumber and pipe in inches and fractions), academics (math homework and exams), and crafts (sewing patterns measured in fractions of a yard). Any field that uses imperial measurements relies heavily on fraction math.