Fraction Calculator

Add, subtract, multiply & divide fractions with step-by-step working — mixed numbers supported

1

Fraction Calculator

Enter mixed numbers or simple fractions, pick an operation.

Fraction A

Whole

Fraction B

Whole

Enter a numerator and denominator in each fraction. Leave Whole as 0 for simple fractions. Results update automatically.

2

Additional Tools

Enter a fraction to simplify it and see its GCD.

/

Worked Examples

Adding Fractions

1/3 + 1/4
LCD(3,4) = 12
= 4/12 + 3/12
= 7/12
= 0.5833...

Simplifying a Fraction

Simplify 36/48
GCD(36,48) = 12
36 ÷ 12 = 3
48 ÷ 12 = 4
= 3/4 = 0.75

Recipe Scaling

Recipe needs 2/3 cup.
Make 1½ times as much.
2/3 × 3/2
= 6/6 = 1 cup
(exactly one full cup)

How to Add, Subtract, Multiply and Divide Fractions

Fractions represent parts of a whole and appear throughout everyday life — cooking measurements, construction dimensions, financial ratios, and academic mathematics. Mastering fraction arithmetic is a foundational skill that unlocks algebra, calculus, and beyond. This calculator handles all four operations with full step-by-step working, so you can check your answers and understand each stage of the process.

Adding and Subtracting Fractions

To add or subtract fractions, both denominators must match. The process is: (1) find the Least Common Denominator (LCD), (2) rewrite each fraction with the LCD, (3) add or subtract the numerators, and (4) simplify the result. For example, 1/4 + 1/6 requires LCD = 12, giving 3/12 + 2/12 = 5/12.

Multiplying Fractions

Multiplication is the simplest fraction operation — multiply numerator by numerator and denominator by denominator, then simplify. You do not need a common denominator. Cross-cancellation (dividing numerator and denominator by a common factor before multiplying) keeps intermediate numbers smaller and makes simplification easier.

Dividing Fractions

Division is performed by multiplying by the reciprocal: a/b ÷ c/d = a/b × d/c. Flip the second fraction, then multiply. This works because dividing by a fraction is the same as asking how many times it fits, which equals multiplying by its inverse.

Mixed Numbers

A mixed number like 2¾ combines a whole part and a fractional part. To operate on mixed numbers, first convert them to improper fractions: 2¾ = (2×4 + 3)/4 = 11/4. After computing, convert back: divide numerator by denominator, the quotient is the whole part and the remainder is the new numerator.

Simplifying Fractions and Finding GCD

A fraction is fully simplified (in lowest terms) when the numerator and denominator share no common factor other than 1. The key tool is the Greatest Common Divisor (GCD), also known as the Highest Common Factor (HCF). Using the Euclidean algorithm, GCD(a,b) = GCD(b, a mod b) until the remainder is 0.

OperationMethodKey Formula
Add / SubtractFind LCD, convert, operate on numeratorsa/b + c/d = (a·d + c·b) / (b·d), then simplify
MultiplyMultiply straight across, simplify(a/b) × (c/d) = (a·c) / (b·d)
DivideMultiply by reciprocal(a/b) ÷ (c/d) = (a/b) × (d/c)
SimplifyDivide by GCDa/b → (a÷g)/(b÷g) where g = GCD(a,b)
Mixed to Improperw whole + n/d = (w·d + n)/dMultiply whole by den, add num

LCD, LCM, and GCD Explained

The Least Common Multiple (LCM) of two numbers is the smallest positive integer divisible by both. When applied to denominators, it becomes the LCD. The GCD divides both numbers exactly. Together they satisfy: GCD(a,b) × LCM(a,b) = a × b. Both can be found efficiently using prime factorization or the Euclidean algorithm.

Fraction to Decimal Conversion

Converting a fraction to a decimal is simple: divide the numerator by the denominator. Some fractions produce terminating decimals (like 1/4 = 0.25), while others produce repeating decimals (like 1/3 = 0.333...). A fraction produces a terminating decimal if and only if its denominator (in simplified form) has no prime factors other than 2 and 5.

Frequently Asked Questions

How do you add fractions with different denominators?
To add fractions with different denominators, first find the Least Common Denominator (LCD) — the smallest number that both denominators divide into evenly. Rewrite each fraction as an equivalent fraction with the LCD as its denominator, then add the numerators and keep the LCD. Finally, simplify the result. For example, 1/3 + 1/4: LCD = 12, so you get 4/12 + 3/12 = 7/12.
How do you multiply fractions?
Multiplying fractions is straightforward: multiply the two numerators to get the new numerator, and multiply the two denominators to get the new denominator. Then simplify the result by dividing both by their GCD. For example, 2/3 × 3/4 = 6/12 = 1/2. You can also simplify before multiplying by cross-canceling common factors between any numerator and any denominator.
How do you divide fractions?
To divide one fraction by another, multiply the first fraction by the reciprocal of the second. The reciprocal of a fraction flips the numerator and denominator: the reciprocal of c/d is d/c. So a/b ÷ c/d = a/b × d/c = (a×d)/(b×c). Then simplify. For example, 3/4 ÷ 2/5 = 3/4 × 5/2 = 15/8 = 1 and 7/8.
How do you simplify a fraction?
To simplify a fraction to its lowest terms, find the Greatest Common Divisor (GCD) of the numerator and denominator, then divide both by that number. For example, 18/24: GCD(18,24) = 6, so 18÷6 = 3 and 24÷6 = 4, giving 3/4. A fraction is in simplest form when its GCD equals 1 — meaning numerator and denominator share no common factors other than 1.
How do you convert a fraction to a decimal?
To convert a fraction to a decimal, divide the numerator by the denominator. For example, 3/8 = 3 ÷ 8 = 0.375. To convert to a percentage, multiply the decimal by 100: 0.375 × 100 = 37.5%. Fractions where the simplified denominator has only factors of 2 and 5 produce terminating decimals; all other fractions produce repeating decimals such as 1/3 = 0.333...
What is a mixed number and how do you convert it?
A mixed number combines a whole number with a fractional part, such as 2 and 3/4. To convert it to an improper fraction (needed for calculations), multiply the whole number by the denominator and add the numerator: 2¾ = (2×4 + 3)/4 = 11/4. To go the other direction, divide the numerator by the denominator — the integer quotient is the whole part and the remainder becomes the new numerator.
What is the difference between LCD and GCD?
The GCD (Greatest Common Divisor), also called HCF, is the largest integer that divides two or more numbers exactly without a remainder. It is used to simplify fractions. The LCD (Least Common Denominator) equals the LCM (Least Common Multiple) of the denominators — the smallest number that all denominators divide into evenly. It is used when adding or subtracting fractions. The relationship between them is: GCD(a,b) × LCM(a,b) = a × b.