Mixed Number Calculator
Add, subtract, multiply and divide mixed numbers and fractions — with the answer simplified and shown as a fraction, mixed number and decimal. Includes worked examples, a common-denominator method and GCD reducing.
Updated 2026-06-09 · Free · No sign-up · Runs privately in your browser
Leave the denominator blank for a whole number. Use the checkboxes (or a negative whole) for negative values.
| Fraction | Decimal | Percent |
|---|
What is a mixed number?
A mixed number is a whole number combined with a proper fraction, written like 2 1/3. It represents the same quantity as an improper fraction — a fraction whose numerator is larger than its denominator — so 2 1/3 and 7/3 are exactly equal.
This mixed number calculator lets you add, subtract, multiply or divide two mixed numbers (or plain fractions) and instantly returns the answer in lowest terms, shown three ways: as a mixed number, as an improper fraction, and as a decimal. Every operation runs in your browser, so nothing is sent to a server.
How do you convert a mixed number to an improper fraction?
Multiply the whole number by the denominator, add the numerator, and keep the same denominator. The exact formula the tool uses is:
improper numerator = whole × denominator + numerator
So 2 1/3 becomes (2 × 3) + 1 = 7, giving 7/3. To go back the other way, divide the numerator by the denominator: 7 ÷ 3 = 2 remainder 1, which is 2 1/3. Because the remainder is always smaller than the denominator, the leftover fraction is proper — so once an improper fraction is rewritten as a mixed number, the fractional part never stays improper.
| Mixed number | Working | Improper fraction | Decimal |
|---|---|---|---|
1 1/2 | 1×2 + 1 | 3/2 | 1.5 |
2 1/3 | 2×3 + 1 | 7/3 | 2.3333 |
3 3/4 | 3×4 + 3 | 15/4 | 3.75 |
5 2/5 | 5×5 + 2 | 27/5 | 5.4 |
How do you add, subtract, multiply and divide mixed numbers?
Convert both numbers to improper fractions first, then apply the rule for your chosen operation, and finally simplify. The calculator follows these exact steps:
- Convert each mixed number to an improper fraction using
whole × denominator + numerator. - For addition:
a/b + c/d = (a×d + c×b) / (b×d). - For subtraction:
a/b − c/d = (a×d − c×b) / (b×d). - For multiplication:
a/b × c/d = (a×c) / (b×d)— multiply straight across. - For division:
a/b ÷ c/d = (a×d) / (b×c)— multiply by the reciprocal of the second fraction. - Simplify by dividing the numerator and denominator by their greatest common divisor (GCD), keeping the denominator positive.
Multiplying the two denominators (b × d) always produces a valid common denominator for + and −. It is not always the lowest common denominator, but because the final step reduces by the GCD, the displayed answer is identical either way — which is why the tool skips the extra LCD step.
Worked example 1: addition
2 1/3 + 1 1/2
- Convert:
7/3and3/2 - Common denominator:
14/6 + 9/6 - Add numerators:
23/6 - Simplify: GCD(23, 6) = 1, so it stays
23/6 - As a mixed number:
23 ÷ 6 = 3 remainder 5→3 5/6(decimal 3.8333)
Worked example 2: multiplication
1 2/3 × 2 1/4
- Convert:
5/3and9/4 - Multiply straight across:
(5 × 9) / (3 × 4) = 45/12 - Simplify: GCD(45, 12) = 3, so
45 ÷ 3 = 15and12 ÷ 3 = 4→15/4 - As a mixed number:
15 ÷ 4 = 3 remainder 3→3 3/4(decimal 3.75)
Worked example 3: reducing with the GCD
3 1/4 − 1 3/4
- Convert:
13/4and7/4 - Subtract:
(13 × 4 − 7 × 4) / (4 × 4) = (52 − 28)/16 = 24/16 - Simplify: GCD(24, 16) = 8, so
24 ÷ 8 = 3and16 ÷ 8 = 2→3/2 - As a mixed number:
1 1/2(decimal 1.5)
All four operations on the same pair
Using 2 1/3 (7/3) and 1 1/2 (3/2), here is how each operation lands:
| Operation | Improper working | Result (fraction) | Mixed number | Decimal |
|---|---|---|---|---|
2 1/3 + 1 1/2 | (14 + 9)/6 | 23/6 | 3 5/6 | 3.8333 |
2 1/3 − 1 1/2 | (14 − 9)/6 | 5/6 | 5/6 | 0.8333 |
2 1/3 × 1 1/2 | 21/6 ÷ GCD 3 | 7/2 | 3 1/2 | 3.5 |
2 1/3 ÷ 1 1/2 | (7×2)/(3×3) | 14/9 | 1 5/9 | 1.5556 |
Notice that multiplication and division give different answers from addition and subtraction even on the same pair — a useful check when you suspect you have used the wrong rule.
Where are mixed numbers used in real life?
Mixed-number arithmetic shows up far more than the classroom suggests:
- Cooking and baking — scaling a recipe that calls for
1 3/4 cupsup or down. - Woodworking and DIY — adding lengths like
2 1/2 in + 3 5/8 infrom a tape measure. - Sewing and crafts — combining fabric or yarn measured in fractions of a yard.
- Time and scheduling — totalling shifts logged as
7 1/2 hoursplus1 1/4 hours. - Construction estimates — summing material quantities given in fractional units.
For other everyday math, the percentage calculator and the mean, median and mode calculator are handy companions, and you can browse the full math tools category for more.
Tips and common mistakes
- Always convert to improper fractions first. Trying to multiply whole parts and fractional parts separately (the FOIL-style trap) gives the wrong answer for × and ÷.
- Keep the negative sign with the whole number.
-2 1/3means-7/3, not-2 + 1/3. In this tool, entering a negative whole makes the entire mixed number negative; a minus typed into the numerator or denominator box is ignored. - Don’t forget to simplify.
24/16and3/2are equal, but only the reduced form is “lowest terms.” The calculator reduces automatically using the GCD. - A common denominator is only needed for + and −. Multiplication and division do not require one.
- Watch the reciprocal in division. It is the second fraction that flips, not the first.
- You cannot divide by a fraction whose value is zero — the tool flags that with an error. A denominator left blank or set to 0 is treated as 1, so the entry simply becomes a whole number rather than an error.
How accurate is the calculator?
All arithmetic is performed on exact integer numerators and denominators, so the fraction and mixed-number outputs are mathematically exact — there is no rounding error. The decimal is a convenience conversion rounded to four decimal places (with trailing zeros trimmed), so a repeating value such as 5/6 is shown as 0.8333 rather than 0.8333….
The one practical limitation is the range of standard JavaScript numbers: with very large whole numbers or denominators, intermediate products like b × d could exceed the safe integer limit and lose precision. For everyday fractions, recipes, measurements and homework this never happens. For deeper number work, try the mean, median and mode calculator or the square root calculator.
This tool is provided for educational and general-purpose calculation. Always double-check results that feed into safety-critical measurements or professional engineering work.
Frequently asked questions
How do you add mixed numbers?+
Convert each mixed number to an improper fraction, give them a common denominator, add the numerators, then simplify back to a mixed number. For 2 1/3 + 1 1/2 you get 7/3 + 3/2 = 14/6 + 9/6 = 23/6 = 3 5/6. The calculator does every step automatically.
What is a mixed number?+
A mixed number is a whole number combined with a proper fraction, such as 2 1/3. It represents the same value as the improper fraction 7/3, because 2 x 3 + 1 = 7.
How do you convert a mixed number to an improper fraction?+
Multiply the whole number by the denominator, add the numerator, and keep the same denominator. So 2 1/3 becomes (2 x 3 + 1)/3 = 7/3. Reverse it by dividing: 7 divided by 3 is 2 remainder 1, giving 2 1/3.
Can it multiply and divide mixed numbers too?+
Yes. Choose the multiply or divide option, and the tool converts to improper fractions, multiplies straight across (or multiplies by the reciprocal for division) and simplifies the result. For example 1 2/3 x 2 1/4 = 5/3 x 9/4 = 45/12 = 15/4 = 3 3/4.
Is the result always simplified?+
Yes. The answer is reduced to lowest terms by dividing the numerator and denominator by their greatest common divisor, then shown as a fraction, a mixed number, and a decimal.
How do you find a common denominator for two fractions?+
The quickest reliable method is to multiply the two denominators together. For 1/3 and 1/2, the common denominator is 3 x 2 = 6. You can then reduce the final answer, so you never have to find the lowest common denominator first.
Why does the calculator keep the denominator positive?+
When it reduces a result, any negative sign is stored in the numerator rather than the denominator, so every answer is shown in one consistent form. That is why a calculation that works out to 3/-4 is displayed as -3/4.
Can mixed numbers be negative?+
Yes. Enter a negative whole number and the sign applies to the entire mixed number. For instance, -2 1/3 equals -7/3, not -2 + 1/3. The sign belongs on the whole-number box, not the numerator box.