Mixed Numbers Calculator
Add, subtract, multiply, or divide two mixed numbers, whole numbers, or fractions — see every improper-fraction step and the reduced, mixed-number answer.
How to use this calculator
Enter a whole number, a fraction (numerator/denominator), or a full mixed number (both boxes filled) on each side, then choose an operation. The calculator converts each side to an improper fraction, applies the matching formula, reduces the result by its greatest common factor (GCF), and converts back to a mixed number when the answer is improper.
The core idea: everything becomes a fraction
A mixed number is a whole number paired with a proper fraction, like (one and a half) or . Before any arithmetic happens, this calculator converts every mixed number (and every whole number) into an improper fraction using one formula:
In words: multiply the whole number by the denominator, add the numerator, and place the result over the same denominator. A plain whole number is treated as ; a plain fraction is used as-is.
Example: .
The sign convention for negative mixed numbers
This trips people up because it looks like ordinary addition of a negative whole number and a positive fraction, but a mixed number is not a sum of two independently-signed parts — it's one signed quantity written in two pieces. This calculator always applies the sign to the whole mixed value before converting.
The four formulas (applied to the improper fractions)
Once both sides are improper fractions and , the calculator reuses the same cross-multiplication formulas as a plain fractions calculator — no common denominator needs to be found first.
Addition
Subtraction
Multiplication
Division — keep the first fraction, change ÷ to ×, and flip the second:
After every operation: reduce, then convert back to a mixed number
- Find the GCF of the raw numerator and denominator and divide both by it.
- Convert back to a mixed number if the reduced numerator's absolute value is at least the denominator: divide with remainder, and the quotient becomes the whole part.
Worked examples
Example 1 — addition:
Convert: and . Apply the formula: . Reduce by GCF(30, 8) = 2: . Convert back: remainder . The answer is .
Example 2 — a negative mixed number:
Convert: (the sign applies to the whole value) and . Apply the formula: . The answer is — already reduced, no mixed-number form needed.
Example 3 — division:
Convert: and . Keep, change, flip: . Reduce: the answer is , a whole number.
Example 4 — multiplication:
Convert: and . Multiply straight across: . Reduce by GCF(20, 6) = 2: . Convert back: remainder . The answer is .
Common results reference
| Operation | Example | Answer |
|---|---|---|
| Add | 1 1/2 + 2 1/4 | 3 3/4 |
| Add (negative) | −1 1/2 + 2 | 1/2 |
| Subtract | 1 3/4 − 2 1/2 | −3/4 |
| Multiply | 2 1/2 × 1 1/3 | 3 1/3 |
| Divide | 3 ÷ 1 1/2 | 2 |
| Add (whole numbers) | 5 + 3 | 8 |
Precision note
Every computation uses arbitrary-precision integers (BigInt), not floating-point numbers — so the improper-fraction conversion, the cross-multiplied result, the GCF, and the final reduced (or mixed) answer are always exact, no matter how large the whole numbers, numerators, or denominators are.
Frequently asked questions
- How do you add two mixed numbers?
- Convert each mixed number to an improper fraction with , then add the two improper fractions the same way you would add any fractions: . Finally reduce and convert back to a mixed number if the result is improper.
- How do you subtract mixed numbers?
- The same conversion as addition, but subtract the cross products: . For example becomes .
- How do you multiply mixed numbers?
- Convert both mixed numbers to improper fractions first, then multiply straight across: . You cannot multiply the whole and fraction parts separately — the improper-fraction conversion has to happen first.
- How do you divide mixed numbers?
- Convert both mixed numbers to improper fractions, then keep the first fraction, change ÷ to ×, and flip (take the reciprocal of) the second fraction: .
- What does a negative sign in front of a mixed number mean?
- The sign applies to the whole mixed value, not just the whole-number part. means , not . When entering a negative mixed number, type the minus sign in the whole-number box — the numerator of a mixed number must be entered without a sign.
- Can I enter just a whole number or just a fraction instead of a mixed number?
- Yes. Leave the numerator and denominator boxes empty to enter a plain whole number (like 5), or leave the whole-number box empty to enter a plain fraction (like 3/4). Both are treated as w/1 and n/d respectively before the formula is applied.
- Why does the calculator show an improper fraction before the final answer?
- Every mixed-number operation is really a fraction operation in disguise — the calculator converts each mixed number to an improper fraction first, applies the matching addition, subtraction, multiplication, or division formula, and only converts back to a mixed number at the very end if the reduced result is improper.