How Fraction Arithmetic Works, Explained
A fraction is a division written sideways: 3/4 means 3 ÷ 4, and every calculation here follows the rules of arithmetic rather than approximating with decimals. The four operations use two basic ideas — a common denominator for adding and subtracting, and straight-across multiplication for multiplying and dividing:
| Operation | Rule |
|---|---|
| Addition | a/b + c/d = (ad + cb) / bd |
| Subtraction | a/b − c/d = (ad − cb) / bd |
| Multiplication | a/b × c/d = (a × c) / (b × d) |
| Division | a/b ÷ c/d = (a × d) / (b × c) |
After any operation the result is reduced to lowest terms by dividing the numerator and denominator by their greatest common divisor (GCD) — the largest number that divides both evenly. Mixed numbers are converted to improper fractions before computing (1 1/2 becomes 3/2), and every result is shown in all three standard forms so you can read whichever your context needs.
Step-by-Step Example: Adding 1 1/2 + 1/3
Recipes are where fractions show up most often — halving, doubling, and combining ingredient amounts. Let's add 1 1/2 cups to 1/3 cup.
- Convert the mixed number: 1 1/2 = (1 × 2 + 1) / 2 = 3/2.
- Find a common denominator: 2 × 3 = 6, so 3/2 = 9/6 and 1/3 = 2/6.
- Add the numerators: 9/6 + 2/6 = 11/6.
- Convert back to a mixed number: 11 ÷ 6 = 1 remainder 5, so 11/6 = 1 5/6.
- Check the decimal: 11 ÷ 6 = 1.8333 — the calculator shows 1.833333.
Enter 1 1/2 as Fraction A and 1/3 as Fraction B in the widget above with "Add fractions" selected — the result, 1 5/6, appears instantly along with the improper form 11/6 and the decimal.
Reference Table: Common Decimal ↔ Fraction Conversions
| Decimal | Fraction (lowest terms) | As Sixteenths |
|---|---|---|
| 0.0625 | 1/16 | 1/16 |
| 0.125 | 1/8 | 2/16 |
| 0.25 | 1/4 | 4/16 |
| 0.333… | 1/3 | ≈ 5/16 |
| 0.375 | 3/8 | 6/16 |
| 0.5 | 1/2 | 8/16 |
| 0.625 | 5/8 | 10/16 |
| 0.666… | 2/3 | ≈ 11/16 |
| 0.75 | 3/4 | 12/16 |
| 0.875 | 7/8 | 14/16 |
Repeating decimals like 0.333… have no exact finite fraction, which is why the decimal-to-fraction mode rounds to a chosen granularity (1/2, 1/4, 1/8, 1/16, 1/32, or 1/64) — handy when you need a ruler- or recipe-friendly answer rather than an exact one.
Common Fraction → Percentage Equivalents
| Fraction | Decimal | Percentage |
|---|---|---|
| 1/2 | 0.5 | 50% |
| 1/3 | 0.333… | 33.3% |
| 1/4 | 0.25 | 25% |
| 1/5 | 0.2 | 20% |
| 1/8 | 0.125 | 12.5% |
| 1/16 | 0.0625 | 6.25% |
Percentages and fractions are two readings of the same relationship: a percent is just a fraction with a denominator of 100. Halving a recipe that calls for 1/4 cup is the same operation as taking 50% of it — the calculator keeps the fraction form so measurements stay exact, but the decimal output is ready to drop straight into a spreadsheet or a calculator app.
Troubleshooting & Practical Tips
Why Results Are Always Reduced
A fraction isn't finished until it's in lowest terms: 4/8, 2/4, and 1/2 are the same value, but only 1/2 is reduced. The calculator finds the GCD of the numerator and denominator and divides both by it, so you never have to simplify by hand — and comparisons between results stay honest.
Mixed vs. Improper Display
Both forms are correct; which one you want depends on context. Construction and cooking usually prefer mixed numbers ("1 5/6 cups"), while algebra prefers improper fractions (11/6) because they're easier to multiply and divide with. The calculator shows both, plus the decimal, so there's nothing to re-derive.
Negative Fractions
A negative value can be written as a negative whole, a negative numerator, or a negative denominator — they're all equivalent. The calculator normalizes everything so the sign lands on the whole part of a mixed number or the numerator of a proper fraction, keeping the denominator positive.
Common Mistakes to Avoid
- Adding or subtracting denominators — only numerators change once a common denominator exists.
- Forgetting to convert mixed numbers to improper fractions before multiplying or dividing.
- Multiplying crosswise ("cross-multiplying") when actually multiplying straight across.
- Trying to divide by zero — no real number results, and the calculator flags it rather than guessing.
- Assuming a repeating decimal can be written exactly as a finite fraction — use the granularity rounding for practical answers.