# Mixed Number Calculator

Add, subtract, multiply, and divide mixed numbers instantly. Converts between mixed numbers and improper fractions with simplified results.

## What this calculates

Work with mixed numbers and improper fractions without the headache. Enter two mixed numbers, pick an operation, and get the answer as both a fraction and a decimal. For example, 2 3/4 + 1 1/2 gives you 4 1/4.

## Inputs

- **Whole Number (1st)** — Whole number part of the first mixed number.
- **Numerator (1st)** — Numerator of the fractional part.
- **Denominator (1st)** — Denominator of the fractional part.
- **Operation** — options: Add (+), Subtract (−), Multiply (×), Divide (÷) — Choose the arithmetic operation.
- **Whole Number (2nd)** — Whole number part of the second mixed number.
- **Numerator (2nd)** — Numerator of the fractional part.
- **Denominator (2nd)** — Denominator of the fractional part.

## Outputs

- **1st as Improper Fraction** — formatted as text — The first mixed number converted to an improper fraction.
- **2nd as Improper Fraction** — formatted as text — The second mixed number converted to an improper fraction.
- **Result (Improper Fraction)** — formatted as text — The result as an improper fraction.
- **Result (Mixed Number)** — formatted as text — The result as a simplified mixed number.
- **Result (Decimal)** — The result as a decimal value.

## Details

**How Mixed Number Arithmetic Works**

A mixed number like 2 3/4 combines a whole number (2) with a fraction (3/4). To do math with mixed numbers, the calculator first converts them to improper fractions, then operates, and finally converts back.

**Step-by-step: 2 3/4 + 1 1/2**

1. Convert to improper fractions: 2 3/4 = 11/4, and 1 1/2 = 3/2
2. Find a common denominator: 11/4 + 6/4
3. Add the numerators: 17/4
4. Convert back: 17/4 = 4 1/4

**Converting Mixed Numbers to Improper Fractions**

Multiply the whole number by the denominator, add the numerator, and keep the same denominator. For 3 2/5: (3 x 5 + 2) / 5 = 17/5.

**Converting Improper Fractions to Mixed Numbers**

Divide the numerator by the denominator. The quotient is the whole number, the remainder is the new numerator. For 17/4: 17 / 4 = 4 remainder 1, so the answer is 4 1/4.

## Frequently Asked Questions

**Q: What is a mixed number?**

A: A mixed number is a combination of a whole number and a proper fraction, like 3 1/2 (three and one-half). It represents a value greater than (or equal to) the whole number but less than the next whole number.

**Q: How do you add mixed numbers?**

A: Convert each mixed number to an improper fraction, find a common denominator, add the numerators, then simplify and convert back. For example, 2 1/3 + 1 1/4 becomes 7/3 + 5/4 = 28/12 + 15/12 = 43/12 = 3 7/12.

**Q: What is the difference between a mixed number and an improper fraction?**

A: They represent the same value in different forms. A mixed number like 2 3/4 shows whole and fractional parts separately. The equivalent improper fraction, 11/4, has a numerator larger than its denominator. Both equal 2.75.

**Q: Can mixed numbers be negative?**

A: Yes. A negative mixed number like -2 3/4 means negative two and three-quarters (-2.75). When you enter a negative whole number in this calculator, the sign applies to the entire mixed number.

---

Source: https://vastcalc.com/calculators/math/mixed-number
Category: Math
Last updated: 2026-04-08
