Connect via MCP →

Enter Calculation

Formula

Formula: Fractions Calculator
Show calculation steps (1)
  1. Multiply / Divide fractions

    Multiply / Divide fractions: Fractions Calculator

    Multiply numerators and denominators; division multiplies by the reciprocal of B.

Advertisement

Results

Result (reduced fraction)
-11/8
Mixed number: -1 3/8
Result Numerator -11
Result Denominator 8
Decimal -1.375
Step 1: Apply +: (-3*8 + -5*4) / (4*8) = -44/32. Step 2: GCD(|-44|, |32|) = 4. Step 3: Reduce: -44/32 = -11/8. Step 4: As a mixed number: -1 3/8.

What this calculator does

This Fractions Calculator adds, subtracts, multiplies and divides two fractions, and can also compute a fraction "of" another (the same as multiplying). After the arithmetic it automatically reduces the answer to lowest terms, rewrites it as a mixed number where appropriate, and gives the decimal value plus a full step-by-step solution so you can follow exactly how the result was obtained.

Two fractions combined with plus, minus, times and divide symbols shown as pie slices
The calculator adds, subtracts, multiplies and divides two fractions.

How to use it

Enter the numerator and denominator of the first fraction, choose the operation (add, subtract, multiply, divide, or "of"), then enter the second fraction. Negative numerators are allowed; the sign is carried on the numerator and the denominator is always normalized to a positive value. Denominators must not be zero, and you cannot divide by a fraction equal to zero.

The formulas

For fractions \(a/b\) and \(c/d\): addition and subtraction use a common denominator,

$$\frac{a}{b} \pm \frac{c}{d} = \frac{a\,d \pm c\,b}{b\,d}$$

Multiplication and division give:

$$\frac{a}{b}\times\frac{c}{d}=\frac{a\,c}{b\,d}, \quad \frac{a}{b}\div\frac{c}{d}=\frac{a\,d}{b\,c}$$

Division multiplies the first fraction by the reciprocal of the second. The raw result is then reduced by dividing the numerator and denominator by their greatest common divisor (GCD), found with Euclid's algorithm.

Advertisement
Cross-multiplication diagram showing a/b plus c/d combined over a common denominator
Adding fractions: cross-multiply, then add over the common denominator \(b\cdot d\).

Worked example

Compute \(-3/4 + -5/8\). The common denominator is \(4\times 8 = 32\), so the numerator is

$$(-3)(8) + (-5)(4) = -24 - 20 = -44$$

giving \(-44/32\). The GCD of 44 and 32 is 4, so the reduced fraction is \(-11/8\). As a mixed number that is \(-1\tfrac{3}{8}\), and as a decimal \(-1.375\).

FAQ

What does "of" mean? "A of B" means a fraction of another quantity, such as "1/2 of 3/4", which is mathematically identical to multiplication.

Why is the answer reduced automatically? Lowest-terms form is the standard way to express a fraction, so 4/6 is shown as 2/3.

Can I use negative fractions? Yes. Enter a negative numerator; the calculator carries the sign and always keeps the denominator positive.

Last updated: