# Mixed Number Fraction Calculator

Add, subtract, multiply, divide, and simplify mixed number fractions with clear step-by-step conversions and instant results.

---

- **Canonical URL:** https://dothecalculation.com/calculators/mixed-number-calculator
- **Category:** Math calculators
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology

---

## Mixed Number Fraction Calculator

Add, subtract, multiply, and divide mixed number fractions, and convert them to improper fractions with step-by-step solutions.

- Mixed numbers arithmetic (+, -, ×, ÷)
- Improper fraction conversions
- Step-by-step lowest terms simplification

## Introduction to Mixed Numbers and Fractions

Fractions represent parts of a whole, consisting of a numerator (top part) and a denominator (bottom part). Fractions are categorized into three forms: proper fractions (numerator is smaller than denominator), improper fractions (numerator is larger than or equal to denominator), and mixed numbers. A mixed number combines a whole number and a proper fraction, such as \(3 \frac{1}{2}\). Mixed numbers are commonly used in everyday measurements, cooking recipes (e.g., \(2 \frac{1}{4}\) cups of milk), and building blueprints.

While mixed numbers are easy to read and visualize in real life, performing arithmetic operations with them directly can be complicated. The standard algebraic practice is to convert mixed numbers to improper fractions before performing operations like addition, subtraction, multiplication, or division. After the calculation, the resulting improper fraction is simplified and converted back to a mixed number or integer.

This calculator automates mixed number arithmetic. By entering the whole number, numerator, and denominator for two mixed fractions, the solver performs addition, subtraction, multiplication, or division, showing step-by-step fraction conversions and the simplification to lowest terms.

## Converting Between Mixed Numbers and Improper Fractions

To convert a mixed number \(W \frac{N}{D}\) to an improper fraction:

1. Multiply the whole number \(W\) by the denominator \(D\). 2. Add the numerator \(N\) to the product. Let this result be \(N_{improper} = W \cdot D + N\). 3. Write the improper fraction as: $$\text{Improper Fraction} = \frac{N_{improper}}{D}$$

To convert an improper fraction \(\frac{N}{D}\) back to a mixed number:

1. Perform integer division of \(N\) by \(D\). The quotient is the whole number \(W\). 2. The remainder of this division is the new numerator \(N_{new}\). 3. The mixed number is written as \(W \frac{N_{new}}{D}\).

## Rules of Mixed Fractions Arithmetic

1. **Addition / Subtraction**: Convert to improper fractions, then combine over a common denominator (this calculator uses the product of the two denominators, \(D_A \times D_B\), rather than searching for the smallest possible common denominator), add or subtract the numerators, and simplify the result to lowest terms at the end.

2. **Multiplication**: Convert to improper fractions, multiply numerators together, multiply denominators together, and simplify.

3. **Division**: Convert to improper fractions, multiply the first fraction by the reciprocal (flip) of the second fraction, and simplify.

## How to Use This Calculator

Enter the whole number, numerator, and denominator for Fraction A and Fraction B, then choose an operation (+, −, ×, ÷). The calculator converts both to improper fractions, performs the operation, simplifies to lowest terms using the greatest common divisor, and converts the result back to a mixed number.

## Worked Example: 2 1/3 + 1 3/4

$$2\tfrac{1}{3} = \frac{2 \times 3 + 1}{3} = \frac{7}{3}, \qquad 1\tfrac{3}{4} = \frac{1 \times 4 + 3}{4} = \frac{7}{4}$$

$$\frac{7}{3} + \frac{7}{4} = \frac{7 \times 4 + 7 \times 3}{3 \times 4} = \frac{28 + 21}{12} = \frac{49}{12}$$

The fraction \(\frac{49}{12}\) is already in lowest terms (GCD = 1). Converting back to a mixed number: \(49 \div 12 = 4\) remainder \(1\), so the result is \(4\tfrac{1}{12} \approx 4.0833\) — matching what the calculator returns for its default inputs.

## Related Calculators

For simple fraction arithmetic without whole-number parts, use the [fraction calculator](/calculators/fraction-calculator). To convert any fraction or mixed number straight to a decimal, see the [fraction to decimal calculator](/calculators/fraction-to-decimal-calculator).

## Frequently asked questions

### What is a mixed number?

A mixed number combines a whole number and a proper fraction, such as 2¾.

### What is an improper fraction?

A fraction where the numerator is greater than or equal to the denominator, such as 11/4.

### How do you convert a mixed number to an improper fraction?

Multiply the whole number by the denominator, add the numerator, and place the result over the original denominator.

### How do you convert an improper fraction to a mixed number?

Divide the numerator by the denominator. The quotient is the whole number, and the remainder is the numerator over the same denominator.

### How do you add mixed numbers?

Convert them to improper fractions, combine over a common denominator, add the numerators, and simplify.

### Does this calculator use the Least Common Denominator (LCD) when adding or subtracting?

Not exactly — it multiplies the two denominators together to get a common denominator (which may be larger than the true LCD), then simplifies the final result down to lowest terms using the GCD. The end answer is identical either way.

### How do you multiply mixed numbers?

Convert to improper fractions first, multiply numerators and denominators, and convert back to a mixed number.

### How do you divide mixed numbers?

Convert to improper fractions, multiply by the reciprocal of the divisor, and simplify.

### What is the reciprocal of a fraction?

The reciprocal is found by swapping the numerator and the denominator (e.g., the reciprocal of 3/4 is 4/3).

### Can mixed numbers be negative?

Yes, a negative mixed number like -2½ means both the whole number and the fraction parts are negative.

### How do you simplify a fraction to lowest terms?

Divide both the numerator and the denominator by their Greatest Common Divisor (GCD) — the last step this calculator performs before displaying the result.

### What is a proper fraction?

A fraction where the numerator is strictly smaller than the denominator.

## Related concepts

- **Least Common Denominator (LCD)** — The smallest common multiple of denominators — the textbook method, though this calculator uses the denominators' product and simplifies afterward instead.
- **Reciprocal** — The multiplicative inverse of a fraction.
- **Greatest Common Divisor (GCD)** — The largest integer that divides both terms, used to reduce the result to lowest terms.

## Related guides

- [Fraction Operations Guide: Add, Subtract, Multiply, Divide](https://dothecalculation.com/blog/math/fraction-operations-guide) — Learn the rules for adding, subtracting, multiplying, and dividing fractions, with simplification steps and live DTC calculator workflows.

## Related calculators

- [Fraction Calculator](https://dothecalculation.com/calculators/fraction-calculator) — Add, subtract, multiply, divide, and simplify fractions instantly with this free step-by-step online fraction calculator tool.
- [Fraction to Decimal Calculator](https://dothecalculation.com/calculators/fraction-to-decimal-calculator) — Convert fractions to decimals with step-by-step long division and repeating decimal bar notation shown clearly and instantly.
- [Fraction, Percentage, and Decimal Equivalency Calculator](https://dothecalculation.com/calculators/fraction-percentage-decimal-calculator) — Convert between fractions, percentages, and decimals instantly, with clear step-by-step proofs shown for repeating decimals too.
- [Decimal to Fraction Calculator](https://dothecalculation.com/calculators/decimal-to-fraction-calculator) — Use our free decimal to fraction calculator to convert any decimal to a fraction. Shows step-by-step work for terminating and repeating decimals.
- [Extended Euclidean GCD Solver](https://dothecalculation.com/calculators/euclidean-algorithm-calculator) — Compute the GCD of two numbers and find Bezout coefficients using the Extended Euclidean algorithm with clear step-by-step results.
- [Modular Arithmetic & Congruence Solver](https://dothecalculation.com/calculators/modular-arithmetic-calculator) — Perform modular addition, multiplication, and exponentiation, and solve linear modular congruence equations with clear steps.

---

_This mathematical solver is designed for academic, engineering, and educational analysis. Rounding errors, numerical tolerances, or algorithm constraints might apply near poles, boundary conditions, or complex coordinate spaces. Always verify critical computations independently._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/mixed-number-calculator). Quote freely with attribution and a link to this page._
