XConvert
Downloads
Pricing

Fraction Calculator Online

Calculate fractions instantly—add, subtract, multiply, or divide fractions and get clean results you can copy in seconds.

Result (simplified)
5 / 6
0.833333 (decimal)

How to Use the Fraction Calculator Online

  1. Enter the First Fraction: Type the numerator and denominator into the first input pair (e.g., 3 over 4 for ¾). Mixed numbers are supported — enter the whole part separately, or type the improper-fraction equivalent (e.g., 7/2 for 3½). Negative fractions accept a minus sign in either field.
  2. Pick the Operation: Choose + (add), − (subtract), × (multiply), or ÷ (divide). Each operation runs the appropriate rule — addition and subtraction find a common denominator first; multiplication multiplies numerators and denominators directly; division flips the second fraction and multiplies.
  3. Enter the Second Fraction: Type the second numerator and denominator. The calculator handles like denominators (3/8 + 1/8), unlike denominators (1/2 + 1/3), mixed-number operands, and operations that produce improper fractions or whole numbers.
  4. Read the Result: The output displays the answer reduced to lowest terms (divided by the greatest common divisor), the decimal equivalent (e.g., 5/8 = 0.625), and, for results ≥ 1, the equivalent mixed number (e.g., 7/4 = 1¾). Everything runs client-side — no upload, no sign-up, no watermark.

Why Use a Fraction Calculator?

Fractions appear everywhere outside the math classroom — recipes, woodworking measurements, gear ratios, dosing, music time signatures, financial percentages, mortgage rate comparisons. The arithmetic is mechanical but error-prone by hand: finding the least common denominator, multiplying the right numerator pair, reducing 24/36 to 2/3 by recognizing GCD(24,36) = 12. A calculator removes the slip-up risk and shows the simplified result instantly. Common scenarios:

  • Recipe scaling — Halving a recipe that calls for 3/4 cup flour gives 3/8 cup; doubling 2/3 cup gives 4/3 = 1⅓ cups. Tripling a 1/8 tsp salt becomes 3/8 tsp. Calculator output as a mixed number maps directly to standard US measuring spoons (1/8, 1/4, 1/3, 1/2, 1, 1½ tsp).
  • Construction and woodworking — US framing and cabinetry use 1/16″ increments. Adding 5/8″ + 3/16″ + 1/2″ on a layout line requires a common denominator of 16: 10/16 + 3/16 + 8/16 = 21/16 = 1 5/16″. Calculator handles the LCD step instantly.
  • Probability and odds — Compound probabilities multiply: rolling two sixes on fair dice is 1/6 × 1/6 = 1/36. Card-game odds, lottery math, and basic statistics all reduce to fraction arithmetic.
  • Music rhythm and time signatures — A dotted quarter note equals 3/8 of a whole note; adding a sixteenth (1/16) gives 7/16. Composers and arrangers use fractional arithmetic to verify a measure adds to 4/4.
  • Gear ratios and pulleys — A bicycle in a 50/16 chainring/cog combination has gear ratio 50/16 = 25/8 = 3.125. Divide one ratio by another to find effective ratio changes when swapping cassettes.
  • Financial percentages as fractions — A 1/4 percent rate cut on a mortgage, 1/8 commission, or 3/4 share allocation all reduce to fraction operations. The calculator's decimal output makes percentage conversion immediate (3/8 = 37.5%).
  • Pharmacology and dosing — Pediatric doses often come as fractions of an adult dose (1/2 tablet, 2/3 of 250 mg). Multi-dose calculations multiply fraction by mg to produce final dose.

For aspect-ratio math (which is fraction reduction in disguise — 1920×1080 simplifies to 16:9 by dividing by GCD = 120), see the Aspect Ratio Calculator.

Fraction Operation Rules — Quick Reference

Operation Rule Worked example
Addition (same denominator) Add numerators, keep denominator 1/8 + 3/8 = 4/8 = 1/2
Addition (different denominators) Find LCD, convert, add numerators 1/2 + 1/3 → LCD 6 → 3/6 + 2/6 = 5/6
Subtraction (same denominator) Subtract numerators, keep denominator 5/8 − 3/8 = 2/8 = 1/4
Subtraction (different denominators) Find LCD, convert, subtract numerators 3/4 − 1/3 → LCD 12 → 9/12 − 4/12 = 5/12
Multiplication Multiply numerators × numerators, denominators × denominators, then simplify 2/3 × 4/5 = 8/15
Division Invert the second fraction (reciprocal), then multiply 3/4 ÷ 2/5 = 3/4 × 5/2 = 15/8 = 1 7/8
Mixed-number addition Convert each to improper, find LCD, add, convert back 1½ + 2⅓ = 3/2 + 7/3 = 9/6 + 14/6 = 23/6 = 3 5/6
Simplification Divide numerator and denominator by their GCD 18/24 → GCD(18,24)=6 → 3/4

The least common denominator (LCD) is the least common multiple of the two denominators. For 1/2 + 1/3, LCM(2,3) = 6. For 1/4 + 1/6, LCM(4,6) = 12. When denominators share no common factor, LCM is simply their product (1/3 + 1/5 → LCM = 15).

Common Fraction–Decimal Cheat Sheet

Fraction Decimal Percent Notes
1/2 0.5 50% Terminating
1/3 0.333… 33.33…% Repeating (period 1) — written 0.3̄
2/3 0.666… 66.66…% Repeating
1/4 0.25 25% Terminating
3/4 0.75 75% Terminating
1/5 0.2 20% Terminating
1/6 0.1666… 16.66…% Repeating after first digit
1/7 0.142857… ~14.29% Repeating (period 6: 142857)
1/8 0.125 12.5% Terminating (powers of 2 always terminate)
1/9 0.111… 11.11…% Repeating
1/10 0.1 10% Terminating
1/12 0.0833… 8.33…% Repeating
1/16 0.0625 6.25% Standard in US measurement
1/32 0.03125 3.125% Common in machining tolerances

A fraction's decimal terminates if and only if its reduced denominator's prime factors are only 2s and 5s. So 3/40 terminates (40 = 2³·5), but 1/6 repeats (6 = 2·3 — the factor of 3 forces repetition).

Frequently Asked Questions

Why do I need a common denominator to add or subtract, but not to multiply?

Adding fractions means combining quantities of the same-sized piece. 1/2 + 1/3 cannot be answered as "2/5" because each fraction divides the whole into a different number of pieces — halves and thirds aren't directly addable any more than "two apples + three oranges = five applegranges." Rewriting both with denominator 6 (3/6 + 2/6) puts the pieces on the same scale, so they combine cleanly to 5/6. Multiplication works differently — "1/2 of 1/3" means cutting a third into halves, which produces sixths directly (1/2 × 1/3 = 1/6), so no common-scale step is needed.

How do I reduce a fraction to its simplest (lowest) form?

Find the greatest common divisor (GCD) of the numerator and denominator, then divide both by it. For 18/24: GCD(18, 24) = 6, so 18/24 = 3/4. The Euclidean algorithm finds GCD efficiently — repeatedly replace (a, b) with (b, a mod b) until b = 0; the remaining a is the GCD. Example: GCD(48, 18) → GCD(18, 12) → GCD(12, 6) → GCD(6, 0) = 6. The calculator runs this on every result, so output is always in lowest terms.

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

A mixed number combines a whole and a fraction: 3½ means 3 + 1/2. An improper fraction has numerator ≥ denominator: 7/2 is the improper form of 3½. They're the same value, written differently. To convert mixed → improper: multiply the whole by the denominator and add the numerator (3 × 2 + 1 = 7, over the original denominator → 7/2). To convert improper → mixed: divide numerator by denominator; the quotient is the whole part and the remainder over the original denominator is the fractional part (38 ÷ 3 = 12 remainder 2 → 12 2/3). Most arithmetic is easier in improper form, so the calculator converts internally then displays both at the end.

How do I turn a decimal into a fraction — especially a repeating one?

For terminating decimals, count the decimal places, put the digits over the matching power of 10, then reduce. 0.625 → 625/1000 → divide by GCD(625, 1000) = 125 → 5/8. For repeating decimals, use the algebra trick: let x = 0.333…, multiply by 10 → 10x = 3.333…, subtract → 9x = 3, so x = 3/9 = 1/3. For 0.1666… (one digit repeats after a non-repeating digit), let x = 0.1666…, 10x = 1.666…, 100x = 16.666…, so 90x = 15 → x = 15/90 = 1/6. Every rational number — terminating or repeating — can be written exactly as a fraction; only irrationals (π, √2) cannot.

Are fractions and ratios the same thing?

They're closely related but used differently. A fraction describes a part of a whole — 3/4 of a pizza means three of four equal slices. A ratio compares two separate quantities — 3:1 means "three units of A for every one unit of B." A 3:1 ratio of flour to water (3 cups flour, 1 cup water) has 4 total parts; the fractional share of flour is 3/4, not 3/1. So every ratio can be expressed as a fraction of the total, but the bare ratio "3:1" and the bare fraction "3/1" describe different objects. Mixing them up causes recipe and chemistry-dilution errors regularly. The calculator treats inputs as fractions of a whole; if you have a ratio, convert by writing each side as part/total first.

How do I scale a recipe by a fractional amount — say halve a recipe that uses 3/4 cup?

Multiply each ingredient quantity by 1/2. 3/4 × 1/2 = 3/8 cup. Doubling instead: 3/4 × 2 = 3/2 = 1½ cups. Tripling 1/8 tsp: 1/8 × 3 = 3/8 tsp. The mixed-number output maps directly to standard US measuring spoons and cups (1/8, 1/4, 1/3, 1/2, 2/3, 3/4, 1, 1½, 2). If you end up with an awkward fraction like 5/16 cup, the nearest standard measure is 1/3 cup (since 1/3 ≈ 0.333 and 5/16 = 0.3125 — close enough for most recipes outside baking).

Why does dividing by a fraction "invert and multiply" — that always felt like a magic trick?

It looks like a trick but it's just algebra applied to the definition of division. Division asks "how many of the divisor fit into the dividend?" So 6 ÷ 2 = 3 because three 2s fit into 6. For 1 ÷ 1/2, the question is "how many halves fit into one whole?" — the answer is 2, which equals 1 × 2 (the reciprocal of 1/2). Algebraically, a ÷ (b/c) = a × (c/b) because multiplying numerator and denominator of a ÷ (b/c) by c/b gives (a × c/b) ÷ 1 = a × c/b. The reciprocal trick collapses the two-step "find a common denominator, then divide numerators" into a one-step multiplication, which is why every algebra book teaches it that way.

Can the calculator handle negative fractions or fractions that result in a negative answer?

Yes. Put a minus sign on either the numerator or denominator (−3/4 and 3/−4 are equivalent and both equal −0.75). Operations follow standard sign rules: a negative times a positive is negative (−1/2 × 2/3 = −1/3), two negatives multiply to a positive (−1/2 × −1/3 = 1/6). Subtraction can produce a negative result if the second operand is larger (1/4 − 3/4 = −1/2). The result displays with a single minus sign in front rather than negating both top and bottom.

What's the difference between simplifying a fraction and converting it to a decimal?

Simplifying keeps the result a fraction but in lowest terms — 24/36 → 2/3, still a fraction, still exact. Converting to decimal divides numerator by denominator — 2/3 → 0.666… Exact rational fractions can produce inexact-looking decimals (the digits repeat forever), so simplification preserves exactness, while decimal conversion is convenient for measurement or comparison. The calculator shows both: the simplified fraction is the canonical answer; the decimal is for readability and use in tools that take decimal input (CAD software, spreadsheets, scientific calculators).

Related Calculate tools
Percentage CalculatorRatio CalculatorBmi CalculatorBmr CalculatorTdee CalculatorBody Fat CalculatorCalorie CalculatorDue Date Calculator

Image Tools

Image CompressorCompress JPEGCompress PNGCompress GIFCompress WebPImage ConverterJPG ConverterImage Resizer

Video Tools

Video CompressorCompress MP4MP4 to GIFVideo to GIFVideo ConverterMP4 ConverterVideo Cutter

Audio Tools

Audio CompressorCompress MP3Compress WAVAudio ConverterMP3 ConverterFLAC to MP3Audio Cutter

Document Tools

Compress PDFMerge Images to PDFSplit PDFPDF to JPGUnzip FilesRAR Extractor

Converters

Time Zone ConverterMeeting PlannerIST to ESTTime Zone AbbreviationsUnit ConverterLength ConverterFlow Rate Converter
© 2026 XConvert.com. All Rights Reserved.
About UsPrivacy PolicyTerms of ServiceContactHelp Us Grow