OOnDevice

Fraction Calculator

Add, subtract, multiply, and divide fractions. See step-by-step solutions with simplified results.

Works offlineNothing uploaded
=
5
6

Fraction

5/6

Mixed Number

5/6

Decimal

0.833333

How to use it

1

Enter your fractions

Input the numerator and denominator for each fraction.

2

Choose an operation

Select add, subtract, multiply, or divide.

3

View the result

See the simplified fraction result and decimal equivalent.

When to use Fraction Calculator

Your kid's homework asks to add 3/8 and 5/12 and you've blanked on the common-denominator rule. Enter both fractions, pick the operation — add, subtract, multiply, or divide — and the calculator returns the fully reduced answer plus the decimal equivalent. More useful than a plain answer: it shows the step-by-step working, so you can walk through the logic together rather than just handing over a number. Handles mixed numbers (like 2 1/3) and improper fractions automatically. The arithmetic runs on your device with JavaScript — no server involved — so the tool works whether you're at the kitchen table or on a school Chromebook in airplane mode. Walk away with both the reduced fraction and the decimal you can cross-check against a textbook answer key.

  • Add 3/8 and 5/12 with step-by-step working shown
  • Divide mixed numbers for a middle-school homework check
  • Convert 7/3 to a decimal for a recipe scaling adjustment

About this tool

Fractions trip people up because the rules change by operation — adding requires a common denominator, multiplying doesn't. Enter two fractions, choose an operation (add, subtract, multiply, or divide), and get the simplified result plus the decimal equivalent. Each answer shows the step-by-step working, so it's useful for checking homework or relearning the rules you've forgotten. Handles mixed numbers and improper fractions. Pure computation — no AI involved. Nothing is sent to a server; the math runs on your computer in the browser tab.

Frequently asked

How do you add fractions with different denominators?
Find the least common denominator (LCD), convert each fraction to have that denominator, then add the numerators. For example, 1/2 + 1/3: LCD is 6, so 3/6 + 2/6 = 5/6.
How do you simplify fractions?
Divide both the numerator and denominator by their greatest common divisor (GCD). For example, 8/12: GCD is 4, so 8÷4 / 12÷4 = 2/3.
What is a mixed number?
A mixed number combines a whole number and a fraction, like 2 1/3. This is the same as the improper fraction 7/3.
Is this fraction calculator private? Can I use it offline?
Yes on both counts. Fractions are reduced by a local GCD routine in JavaScript — no numerator, denominator, or result is ever logged off your device, and the page loads and runs without a network connection.