ΣCALCULATORWizard171+ Calculators

⅔ Fraction Calculator

Add, subtract, multiply, divide fractions with step-by-step solutions. Mixed numbers, simplify to lowest terms, and compare, all in one tool.

= ?

Enter numerators (top) and denominators (bottom), choose + or −

= ?

Enter fractions and choose × or ÷

Enter a fraction to reduce to lowest terms

?
Which
is
larger?
Result

📐 Step-by-Step Solution

Details

💡

Fractions in Real Life: Cooking, Construction, and Finance

Fractions appear constantly, halving a recipe, reading a tape measure, calculating a discount. In construction, measurements are almost always fractional: 3/4 inch plywood, 1-1/2 inch screws. A mistake in fraction addition on a cut list means a wasted board or a gap in the wall. In cooking, fractions matter most when scaling. Doubling 3/4 cup gives 1-1/2 cups; halving gives 3/8 cup. To divide a fraction, multiply by its reciprocal: half of 3/4 = 3/4 × 1/2 = 3/8. In finance, fractions express interest rates (3/4 percent per month) and ownership stakes. Being fluent with fractions prevents rounding errors that compound over time.

CalculatorWizard Team Updated: 2026-04-10
Affiliate Recommendation
Expert Pick
Top Pick

Stainless Steel Measuring Cup Set

Fractions made physical, 1/4, 1/3, 1/2, 1 cup
Professional-grade measuring cups with all fractional sizes, stackable and dishwasher safe, clearly stamped with both fraction and decimal equivalents.
7-piece set with all fractions
Stainless steel construction
Long handles for stability
Dishwasher safe
Shop on Amazon

Adding and Subtracting Fractions: The LCD Method

The fundamental rule of fraction addition is that you can only add fractions that share the same denominator. When denominators differ, you must find the Least Common Denominator (LCD), the smallest number that both denominators divide into evenly, convert both fractions to equivalent forms using that LCD, then add the numerators while keeping the denominator. For 1/2 + 1/3: the LCD of 2 and 3 is 6. Convert: 1/2 = 3/6 and 1/3 = 2/6. Now add: 3/6 + 2/6 = 5/6. The LCD equals the Least Common Multiple (LCM) of the denominators, which you can find by listing multiples or using the formula LCD = (a × b) / GCD(a, b).

Subtraction follows the identical process, find the LCD, convert to equivalent fractions, then subtract the numerators. The crucial detail is tracking signs: when subtracting a negative numerator, the double negative becomes addition. For 3/4 − 1/6: LCD = 12, so 9/12 − 2/12 = 7/12. After computing the result, always check whether the answer simplifies, divide both numerator and denominator by their Greatest Common Divisor (GCD). If the GCD is 1, the fraction is already in lowest terms. If not, divide both by the GCD to produce the simplified form.

a/b + c/d = (a×d + b×c) / (b×d) → then simplify by GCD

Multiplying and Dividing Fractions: The Easy Operations

Multiplication is actually the simplest fraction operation, no LCD needed. Simply multiply numerators together and denominators together: (a/b) × (c/d) = (a×c) / (b×d). For 2/3 × 3/4: numerators give 2×3=6, denominators give 3×4=12, so the result is 6/12, which simplifies to 1/2. A powerful shortcut is cross-cancellation before multiplying: if any numerator shares a common factor with any denominator (not necessarily the paired one), cancel that factor first. This keeps numbers smaller and often eliminates the need to simplify afterward. For 6/8 × 4/9: 6 and 9 share a factor of 3 (giving 2 and 3), and 8 and 4 share a factor of 4 (giving 2 and 1). Result: (2×1)/(2×3) = 2/6 = 1/3.

Division uses the "Keep-Change-Flip" (KCF) method, also called multiply by the reciprocal. Keep the first fraction unchanged, change the division sign to multiplication, and flip (take the reciprocal of) the second fraction: (a/b) ÷ (c/d) = (a/b) × (d/c) = (a×d)/(b×c). For 1/2 ÷ 1/4: keep 1/2, change ÷ to ×, flip 1/4 to 4/1, multiply: 1/2 × 4/1 = 4/2 = 2. This works because dividing by a fraction is the same as multiplying by its reciprocal, the two operations are mathematical inverses of each other.

a/b ÷ c/d = a/b × d/c = (a×d) / (b×c)

Mixed Numbers: Converting and Calculating

A mixed number combines a whole number and a proper fraction, like 2½ or 3¾. Before performing any arithmetic with mixed numbers, convert them to improper fractions (where numerator ≥ denominator). The conversion formula: multiply the whole number by the denominator, add the numerator, place the result over the original denominator. For 2½: (2×2) + 1 = 5, over denominator 2, giving 5/2. For 3¾: (3×4) + 3 = 15, over 4, giving 15/4. Once converted, apply the standard operation (add, subtract, multiply, or divide) and convert the answer back to a mixed number by dividing: quotient becomes the whole, remainder becomes the new numerator over the original denominator.

Converting an improper fraction back to a mixed number is simple division with remainder. For 17/5: 17 ÷ 5 = 3 with remainder 2, so the mixed number is 3⅖. For 22/7: 22 ÷ 7 = 3 remainder 1, giving 3 1/7. This back-and-forth conversion is essential for mixed number arithmetic. Note that you should simplify the improper fraction before converting back, 20/8 simplifies to 5/2, which then converts to 2½, cleaner than converting 20/8 directly to 2 4/8 and then simplifying the fractional part separately.

Simplifying Fractions: The GCD Method

A fraction is in lowest terms (simplest form) when the numerator and denominator share no common factor other than 1, their Greatest Common Divisor is 1. To simplify, find the GCD of numerator and denominator, then divide both by it. For 36/48: find GCD(36,48). Using prime factorization: 36 = 2² × 3² and 48 = 2⁴ × 3. The GCD is 2² × 3 = 12. Divide: 36÷12 = 3 and 48÷12 = 4. Simplified: 3/4. The Euclidean algorithm provides a faster GCD calculation for large numbers: repeatedly replace the larger number with the remainder of dividing larger by smaller until the remainder is 0. The last non-zero remainder is the GCD.

A practical simplification shortcut: if both numbers are even, divide by 2 repeatedly until at least one is odd. Then check divisibility by 3 (digits sum divisible by 3), 5 (ends in 0 or 5), 7, 11, and so on. Each time you find a common factor, divide both by it. Continue until no common factors remain. For 72/90: both even, divide by 2 → 36/45. Now 36 and 45 are both divisible by 9 (36=9×4, 45=9×5) → 4/5. GCD(4,5) = 1, so 4/5 is fully simplified. This step-by-step approach is often faster mentally than computing the GCD directly for numbers you encounter in everyday arithmetic.

Comparing Fractions: Cross-Multiplication and Decimal Conversion

The most reliable method to compare two fractions is cross-multiplication. To compare a/b vs c/d, compute a×d and b×c. If a×d > b×c, then a/b > c/d. If a×d < b×c, then a/b < c/d. If equal, the fractions are equivalent. For 2/3 vs 3/4: cross-multiply to get 2×4=8 and 3×3=9. Since 8 < 9, we have 2/3 < 3/4. This works because converting both fractions to the common denominator b×d and comparing numerators gives exactly these cross products. Cross-multiplication is the butterfly method, draw an X between the fractions and compare the products at the top of each wing.

The decimal method is often faster for intuitive comparison: divide each fraction's numerator by its denominator. 2/3 ≈ 0.667 and 3/4 = 0.75. Since 0.667 < 0.75, clearly 2/3 < 3/4. For ranking multiple fractions, convert all to decimals, rank the decimals, then map back to the original fractions. This approach scales well to comparing three or more fractions simultaneously. The LCD method (convert all fractions to the same denominator and compare numerators) is most useful in teaching contexts because it makes the comparison visual and explicit, but cross-multiplication is fastest for quick two-fraction comparisons.

Tools for Working with Fractions

Amazon's Choice

Digital Kitchen Scale: 0.1g Precision

$13.99
★★★★☆ (54,320)

Weigh ingredients by grams instead of wrestling with fractional cup measurements.

View on Amazon →
Best Seller

Stainless Measuring Cups & Spoons Set

$22.99
★★★★☆ (31,450)

All fractional measurements in one stackable set, 1/8 tsp through 1 cup.

View on Amazon →
Top Rated

Fractions Workbook: Practice Problems

$9.95
★★★★☆ (12,800)

Clear, step-by-step fraction operations with hundreds of practice problems.

View on Amazon →
Affiliate Recommendation
🚀 Next Step Recommendation
Best Seller

Fractions & Decimals Math Workbook

Master fractions with step-by-step practice
Covers fraction operations, mixed numbers, improper fractions, and decimal conversions with hundreds of practice problems and answer keys.
Step-by-step examples
Mixed numbers & improper fractions
Decimal conversion practice
Answer key included
Shop on Amazon

Frequently Asked Questions

How do I add fractions with different denominators?
Find the LCD (Least Common Denominator), convert both fractions to equivalent fractions using that LCD, then add the numerators and keep the denominator. Example: 1/2 + 1/3 → LCD = 6 → 3/6 + 2/6 = 5/6. Always simplify the result if possible.
What is the easiest way to divide fractions?
Keep-Change-Flip: keep the first fraction, change ÷ to ×, flip the second fraction. Example: 3/4 ÷ 1/2 = 3/4 × 2/1 = 6/4 = 3/2 = 1½. This works because dividing by a number is the same as multiplying by its reciprocal.
How do I convert a mixed number to an improper fraction?
Multiply the whole number by the denominator, then add the numerator. That result becomes the new numerator over the original denominator. Example: 3¾ = (3×4 + 3)/4 = 15/4. To reverse it: divide numerator by denominator, quotient is the whole, remainder is the new numerator.
How do I simplify a fraction to lowest terms?
Find the GCD (Greatest Common Divisor) of the numerator and denominator, then divide both by it. Example: 12/16, GCD(12,16) = 4, so 12÷4 = 3 and 16÷4 = 4. Result: 3/4. When GCD = 1, the fraction is already fully simplified.
Why is the denominator never allowed to be zero?
A fraction represents division: a/b means a ÷ b. Division by zero is undefined in mathematics, there is no number that when multiplied by 0 gives a non-zero result. So any fraction with denominator 0 is mathematically meaningless and undefined.
How do I compare 2/3 and 3/4 to see which is larger?
Cross-multiply: 2×4 = 8 and 3×3 = 9. Since 8 < 9, we have 2/3 < 3/4. Alternatively, convert to decimals: 2/3 ≈ 0.667 and 3/4 = 0.75, again 2/3 < 3/4. So 3/4 is the larger fraction by 0.083 (or 1/12).

💡 Quick Answers

How do you add fractions with different denominators?
Find a common denominator first. For 1/3 + 1/4, the LCD is 12. Convert: 1/3 = 4/12, 1/4 = 3/12. Add numerators: 4/12 + 3/12 = 7/12. The denominator stays the same. Multiplying the two denominators always gives a common denominator (though not always the smallest).
How do you multiply and divide fractions?
Multiply: multiply numerators together, multiply denominators together. 2/3 × 3/4 = 6/12 = 1/2. Simplify by dividing by the GCF. Divide: keep-change-flip. 2/3 ÷ 3/4 = 2/3 × 4/3 = 8/9. Division by a fraction is the same as multiplication by its reciprocal.
How do you convert a fraction to a decimal?
Divide numerator by denominator. 3/4 = 3÷4 = 0.75. Key conversions: 1/8=0.125, 1/4=0.25, 1/3≈0.333, 3/8=0.375, 1/2=0.5, 5/8=0.625, 2/3≈0.667, 3/4=0.75, 7/8=0.875.