Fraction Calculator

Quick Answer

A fraction calculator performs arithmetic on fractions of the form a/b by finding a common denominator for addition and subtraction (a/b + c/d = (ad + bc)/bd), multiplying numerators and denominators for multiplication (a/b x c/d = ac/bd), and multiplying by the reciprocal for division. Results are reduced by dividing by the greatest common divisor.

Also searched as: fraction calculator, fraction

=
7
12
Decimal: 0.5833...

Step-by-Step Solution

Copied!

How Fraction Arithmetic Works

A fraction is a number that represents a part of a whole, written as one integer (the numerator) divided by another non-zero integer (the denominator). Fractions are one of the oldest mathematical concepts, with evidence of their use in ancient Egyptian mathematics dating back to 1800 BCE. According to the National Council of Teachers of Mathematics (NCTM), fraction proficiency is a critical gateway skill for success in algebra and higher mathematics.

Working with fractions requires understanding four basic operations: addition, subtraction, multiplication, and division. Each follows specific rules. For addition and subtraction, fractions must share a common denominator before the numerators can be combined. For multiplication, you simply multiply across. For division, you multiply by the reciprocal of the divisor. This calculator performs all four operations and shows every step, making it useful for students, teachers, engineers, and anyone working with ratios or proportional relationships.

Research from the National Assessment of Educational Progress (NAEP) shows that only about 50% of U.S. eighth graders can correctly order three fractions from least to greatest. Fraction difficulties are the single strongest predictor of struggles with algebra, which underscores the importance of building strong fraction skills early.

The Fraction Formulas

The four fundamental fraction operations each have a standard formula. These formulas are taught in elementary mathematics worldwide and are consistent with the definitions in the Wolfram MathWorld reference.

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)

Where a and c are numerators, and b and d are denominators (b and d cannot be zero). After computing the raw result, the fraction is simplified by dividing both numerator and denominator by their greatest common divisor (GCD). For example, adding 2/3 + 3/4: the raw result is (2×4 + 3×3) / (3×4) = 17/12. Since GCD(17, 12) = 1, the fraction is already in simplest form, equal to 1 5/12 or approximately 1.4167.

Key Terms You Should Know

Fractions vs. Decimals vs. Percentages

Fractions, decimals, and percentages are three different ways to express the same value. Understanding how to convert between them is essential. The table below shows common conversions used in everyday math, cooking, finance, and engineering.

Fraction Decimal Percentage Common Use
1/20.550%Half portions, 50-50 splits
1/30.3333...33.33%Recipes, equal three-way splits
1/40.2525%Quarter measurements, finances
1/80.12512.5%Construction, stock prices
2/30.666766.67%Supermajority votes, recipes
3/40.7575%Three-quarter time, discounts
3/80.37537.5%Wrench sizes, lumber dimensions
5/80.62562.5%Hardware, engineering tolerances

Use our Percentage Calculator for quick conversions, or the Decimal to Fraction Calculator for precise decimal-to-fraction work.

Practical Examples

Cooking and recipes. A recipe calls for 2/3 cup of flour, but you want to make 1.5 batches. You need 2/3 × 3/2 = 6/6 = 1 cup of flour. If you only have a 1/4-cup measuring cup, you need 1 ÷ 1/4 = 4 scoops. Fraction arithmetic is essential for scaling recipes up or down, especially when dealing with non-standard measurements.

Construction and woodworking. A board is 5 3/4 feet long and you need to cut off 2 1/8 feet. Convert to improper fractions: 23/4 − 17/8. Finding the LCD (8): 46/8 − 17/8 = 29/8 = 3 5/8 feet remaining. In the U.S., lumber dimensions, drill bit sizes, and pipe fittings are commonly measured in fractions of an inch (1/16", 3/32", 1/8", etc.).

Finance and investment. Historically, U.S. stock prices were quoted in fractions (eighths and sixteenths) until the SEC mandated decimalization in 2001. A stock at 45 3/8 meant $45.375 per share. Understanding fraction-to-decimal conversion remains important when reading historical financial data. Use our Fraction to Decimal Calculator for quick conversions.

Tips for Working with Fractions

Fractions in Education: Why They Matter

According to a longitudinal study published by the U.S. Department of Education, fifth-grade fraction knowledge is the strongest predictor of high school math achievement, even more than whole-number arithmetic or geometry skills. The NCTM recommends that students spend substantial time on fraction concepts from grades 3 through 6, including visual models (fraction bars, number lines, area models) alongside procedural computation.

Common fraction misconceptions include treating the numerator and denominator as separate whole numbers (believing 1/3 + 1/4 = 2/7) and assuming a larger denominator means a larger fraction (thinking 1/8 > 1/4). Research from the Institute of Education Sciences shows that using visual representations alongside algorithmic procedures significantly reduces these misconceptions. This calculator's step-by-step display serves a similar purpose by making each operation transparent.

Frequently Asked Questions

How do you add fractions with different denominators?

To add fractions with different denominators, you must first find a common denominator. The most efficient approach is to use the least common denominator (LCD), which is the smallest number both denominators divide into evenly. For example, to add 1/3 + 1/4, the LCD of 3 and 4 is 12. Convert each fraction: 1/3 = 4/12 and 1/4 = 3/12. Now add the numerators: 4/12 + 3/12 = 7/12. If the result can be simplified, divide both parts by their GCD. This method works for any two fractions and extends to three or more fractions by finding the LCD of all denominators.

How do you multiply and divide fractions?

Multiplying fractions is straightforward: multiply the numerators together and the denominators together. For example, 2/3 × 4/5 = (2×4)/(3×5) = 8/15. For division, multiply by the reciprocal of the second fraction. So 2/3 ÷ 4/5 becomes 2/3 × 5/4 = 10/12, which simplifies to 5/6. A helpful tip is to cross-cancel common factors before multiplying to keep the numbers small. For instance, in 3/8 × 4/9, the 3 and 9 share a factor of 3 and the 4 and 8 share a factor of 4, giving 1/2 × 1/3 = 1/6.

How do you simplify a fraction to lowest terms?

To simplify a fraction, find the greatest common divisor (GCD) of the numerator and denominator, then divide both by it. For example, to simplify 24/36, find the GCD of 24 and 36. Using the Euclidean algorithm: 36 = 1×24 + 12, then 24 = 2×12 + 0, so GCD = 12. Dividing: 24/12 = 2 and 36/12 = 3, giving 2/3. A fraction is fully simplified when the GCD of its numerator and denominator is 1. This process is the same method used by our Prime Factorization Calculator to break numbers into their prime components.

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

To 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, 3 2/5 becomes (3×5 + 2)/5 = 17/5. To convert back, divide the numerator by the denominator: 17 ÷ 5 = 3 remainder 2, so 17/5 = 3 2/5. Converting to improper fractions before performing arithmetic operations avoids errors and makes the computation more systematic, especially for subtraction where borrowing with mixed numbers can be confusing.

What is the difference between a proper and improper fraction?

A proper fraction has a numerator smaller than its denominator, so its value is between 0 and 1 (e.g., 3/4 = 0.75). An improper fraction has a numerator greater than or equal to its denominator, so its value is 1 or greater (e.g., 7/4 = 1.75). Improper fractions can also be written as mixed numbers: 7/4 = 1 3/4. Both forms are mathematically equivalent. In academic math, improper fractions are often preferred for computation because they are easier to work with in formulas, while mixed numbers are more common in everyday contexts like cooking measurements and construction.

Why can't the denominator of a fraction be zero?

Division by zero is undefined in mathematics because no number multiplied by zero can produce a non-zero result. If you write 5/0, you are asking "what number times 0 equals 5?" -- and no such number exists. This is a fundamental rule established in the axioms of arithmetic. According to the NIST mathematical standards, division by zero is not a valid operation. In computing, attempting to divide by zero typically produces an error or the special value "Infinity." This calculator validates inputs and prevents zero denominators to ensure accurate results.

Related Calculators