CalcHub

Fraction Calculator

The fraction calculator performs all four arithmetic operations (addition, subtraction, multiplication, and division) on two fractions, reduces the result to lowest terms, and also shows it as a mixed number and a decimal. Enter integers (negative values allowed) for each numerator and denominator, and the calculator handles common denominators and simplification automatically — handy for checking homework, scaling recipes, or working with ratios.

Fraction A

Fraction B

Examples

Adding fractions: 1/2 + 1/3

Convert to the least common denominator 6 to get 3/6 + 2/6, then add the numerators: 5/6. It is already in lowest terms, so that is the answer.

Multiplying fractions: 3/4 × 2/5

No common denominator is needed — multiply numerators and denominators: (3 × 2)/(4 × 5) = 6/20, which simplifies by the greatest common divisor 2 to 3/10.

Dividing fractions: 5/6 ÷ 1/2

Flip the second fraction and multiply: 5/6 × 2/1 = 10/6 = 5/3. As an improper fraction it converts to the mixed number 1 2/3, or about 1.666667 as a decimal.

FAQ

What is a fraction in lowest terms (a reduced fraction)?

A fraction whose numerator and denominator share no common factor other than 1, so it cannot be simplified further. Dividing both by their greatest common divisor (GCD) reduces a fraction: 6/20 divided by the GCD 2 becomes 3/10. This calculator uses the Euclidean algorithm to find the GCD and always shows results in lowest terms.

How do I find a common denominator?

To add or subtract fractions with different denominators, use the least common multiple (LCM) of the denominators as the common denominator. Multiply each fraction's numerator and denominator by the same factor so the denominators match, then combine the numerators. For example, 1/2 + 1/3 uses the common denominator 6: 3/6 + 2/6 = 5/6.

What is the difference between a mixed number and an improper fraction?

An improper fraction has a numerator greater than or equal to its denominator (e.g. 5/3), while a mixed number combines a whole number with a proper fraction (e.g. 1 2/3). To convert, divide the numerator by the denominator: the quotient becomes the whole part and the remainder becomes the new numerator. Since 5 ÷ 3 = 1 remainder 2, 5/3 = 1 2/3.

How do calculations with negative fractions work?

The arithmetic is the same — only sign rules are added. In multiplication and division, an odd number of negative values gives a negative result, and an even number gives a positive one. By convention the sign is written on the numerator (-3/4) and the denominator is kept positive; this calculator moves any negative sign from the denominator to the numerator automatically.

How do I convert a fraction to a decimal?

Divide the numerator by the denominator: 3/4 = 3 ÷ 4 = 0.75. If the denominator's only prime factors are 2 and 5, the decimal terminates; otherwise it repeats, like 1/3 = 0.333…. This calculator shows the decimal rounded to six decimal places.

Fraction arithmetic in a nutshell

For addition and subtraction, first rewrite both fractions over a common denominator, then combine the numerators: a/b ± c/d = (ad ± bc)/bd. Using the least common multiple as the denominator keeps the numbers smaller.

For multiplication, multiply straight across (a/b × c/d = ac/bd). For division, multiply by the reciprocal of the second fraction (a/b ÷ c/d = a/b × d/c). Whatever the operation, finish by dividing out the greatest common divisor so the answer is in lowest terms.

Where fractions show up

Fractions appear throughout everyday life: recipe measurements (1/2 cup, 3/4 teaspoon), woodworking and sewing dimensions, musical time signatures (3/4 time), and map scales. Scaling a recipe to half or 1.5 times the amount is exactly a fraction multiplication problem.

In mathematics, fractions are the foundation of ratios, probability, and slopes, and they can represent values like 1/3 exactly, without the rounding error a decimal introduces. Keeping calculations in fraction form until the final step is a reliable way to avoid accumulated rounding errors.