Skip to main content
Bookmark this site for daily use! Press CTRL+D to save

Mixed Number Calculator with Steps - Add, Subtract, Multiply and Divide Mixed Fractions

Calculate with mixed numbers instantly. Add, subtract, multiply, or divide 2, 3, or more mixed fractions and get a step-by-step solution showing every conversion, common denominator, and simplification step. Results shown as a mixed number, improper fraction, and decimal. Free, no login, works on any device.

Instant Results
Step-by-Step
Up to 4 Fractions
Exact Arithmetic

What is a mixed number calculator?

A mixed number calculator performs arithmetic on mixed numbers such as 2 and 3 quarters or 5 and 1 third. It converts each mixed number to an improper fraction, applies the chosen operation (addition, subtraction, multiplication, or division), simplifies the answer, and converts it back to a mixed number. A complete mixed number calculator also shows every step and gives the answer as a decimal, so you can check your own work or learn the method while using it.

Mixed Number Calculator

Enter each mixed number using the whole, numerator, and denominator fields. Leave the whole number as 0 for a regular fraction.

1
Preview1 1/2
2
Preview2 1/3

What is a Mixed Number and How Does Mixed Number Arithmetic Work?

A mixed number combines a whole number and a proper fraction, for example 3 and 5 eighths. Every arithmetic operation on mixed numbers follows the same core process: convert to improper fractions first, perform the operation, simplify, then convert back. Skipping the conversion step is the most common cause of wrong answers in mixed number problems.

Mixed numbers appear constantly in everyday measurement situations where a quantity falls between two whole numbers. A recipe calling for 2 and a half cups of flour, a board measuring 4 and three quarter feet, or a tank that is 1 and two thirds full are all mixed numbers. Being able to add, subtract, multiply, and divide them quickly and accurately matters both in schoolwork and in practical daily situations.

Converting a mixed number to an improper fraction

The conversion formula

Improper Fraction = (Whole Number × Denominator + Numerator) / Denominator

2 and 3 quarters → (2 × 4 + 3) / 4 → 11 / 4

5 and 1 third → (5 × 3 + 1) / 3 → 16 / 3

1 and 7 eighths → (1 × 8 + 7) / 8 → 15 / 8

Converting an improper fraction back to a mixed number

The reverse conversion

Divide the numerator by the denominator. The quotient becomes the whole number, the remainder becomes the new numerator, and the denominator stays the same.

11 / 4 → 11 ÷ 4 = 2 remainder 3 → 2 and 3 quarters

17 / 5 → 17 ÷ 5 = 3 remainder 2 → 3 and 2 fifths

23 / 6 → 23 ÷ 6 = 3 remainder 5 → 3 and 5 sixths

Adding Mixed Numbers: Full Method with Examples

To add mixed numbers: convert to improper fractions, find the lowest common denominator (LCD), convert both fractions to equivalent fractions using the LCD, add the numerators, simplify, and convert back to a mixed number.

Worked example: 1 and 1 half plus 2 and 1 third

1

Convert to improper fractions

1 and 1 half → (1 × 2 + 1) / 2 → 3 / 2. Then 2 and 1 third → (2 × 3 + 1) / 3 → 7 / 3.

2

Find the LCD of 2 and 3

LCM(2, 3) = 6. The LCD is 6.

3

Convert to equivalent fractions

3 / 2 × (3 / 3) = 9 / 6. Then 7 / 3 × (2 / 2) = 14 / 6.

4

Add the numerators

9 / 6 + 14 / 6 = 23 / 6. The denominator stays as 6.

5

Simplify and convert

23 / 6 is already fully simplified. Divide: 23 ÷ 6 = 3 remainder 5. Answer: 3 and 5 sixths.

Subtracting Mixed Numbers: Handling Borrowing Without Confusion

The key insight that prevents errors

Subtraction of mixed numbers is the operation where students most often get wrong answers. The issue arises when the fraction of the first number is smaller than the fraction of the second, requiring "borrowing" from the whole number. Converting to improper fractions before subtracting eliminates this problem entirely because the conversion already accounts for the borrowing automatically.

Worked example: 3 and 1 quarter minus 1 and 3 quarters

1

Spot the problem

The fraction 1 quarter is less than 3 quarters. If you tried to subtract the fraction parts directly you would get a negative fraction, which is why borrowing is needed. Converting to improper fractions handles this automatically.

2

Convert both to improper fractions

3 and 1 quarter → (3 × 4 + 1) / 4 → 13 / 4. Then 1 and 3 quarters → (1 × 4 + 3) / 4 → 7 / 4.

3

Denominators already match

Both fractions already have denominator 4. No LCD conversion needed.

4

Subtract numerators

13 / 4 minus 7 / 4 = 6 / 4.

5

Simplify and convert

GCD(6, 4) = 2. Simplify 6 / 4 to 3 / 2. Then 3 ÷ 2 = 1 remainder 1. Answer: 1 and 1 half.

Multiplying and Dividing Mixed Numbers: No Common Denominator Needed

Multiplication and division of mixed numbers do not require finding a common denominator. For multiplication, convert to improper fractions and multiply numerators together and denominators together, then simplify. For division, convert to improper fractions and multiply the first fraction by the reciprocal of the second (flip numerator and denominator of the divisor), then simplify.

Multiplication example: 2 and 1 half times 1 and 1 third

Convert: 2½ → 5/2, and 1⅓ → 4/3

Multiply: (5 × 4) / (2 × 3) = 20 / 6

Simplify: GCD(20,6) = 2 → 10 / 3

Answer: 3 and 1 third

Division example: 3 and 1 half divided by 1 and 3 quarters

Convert: 3½ → 7/2, and 1¾ → 7/4

Flip divisor: 7/4 becomes 4/7

Multiply: (7 × 4) / (2 × 7) = 28 / 14

Simplify: GCD(28,14) = 14 → 2 / 1

Answer: 2

Mixed Number Calculator for 3 Fractions and More: How It Works

When calculating with 3 or more mixed numbers, operations are applied sequentially from left to right. Each pair of adjacent fractions is combined using the chosen operation, producing an intermediate result. That result is then combined with the next fraction, and so on until all fractions are processed. This calculator supports up to 4 mixed numbers with different operations between each pair.

Example with 3 mixed number fractions: 1 and 1 half plus 2 and 1 third plus 3 quarters

Step 1: Convert all to improper fractions. 1½ → 3/2, and 2⅓ → 7/3, and ¾ stays as 3/4.

Step 2: Apply first operation (addition) to first two fractions. LCD(2,3) = 6. So 9/6 + 14/6 = 23/6.

Step 3: Apply second operation (addition) to intermediate result and third fraction. LCD(6,4) = 12. So 46/12 + 9/12 = 55/12.

Step 4: Simplify 55/12. GCD(55,12) = 1, already simplified.

Step 5: Convert. 55 ÷ 12 = 4 remainder 7. Answer: 4 and 7 twelfths.

Mixed operations across 3 or more fractions

You can use different operations between each pair. For example, 2 and 1 half times 1 and 1 third plus 3 quarters would first multiply the first two fractions to get 10 thirds, then add 3 quarters to get 49 twelfths, which equals 4 and 1 twelfth. The step-by-step section shows each operation separately so you can trace exactly how the answer was reached.

How to Convert a Mixed Number to a Decimal

To convert a mixed number to a decimal, divide the numerator of the fraction part by the denominator, then add the whole number. For example, 3 and 5 eighths: 5 divided by 8 equals 0.625, plus 3 equals 3.625. This calculator shows the decimal conversion for every result automatically.

Mixed NumberImproper FractionDecimalCalculation
1 and 1 half3/21.51 ÷ 2 = 0.5, plus 1
2 and 3 quarters11/42.753 ÷ 4 = 0.75, plus 2
3 and 1 third10/33.333...1 ÷ 3 = 0.333, plus 3
4 and 5 eighths37/84.6255 ÷ 8 = 0.625, plus 4
5 and 2 fifths27/55.42 ÷ 5 = 0.4, plus 5

Common Mistakes When Working with Mixed Numbers

Adding whole numbers and fraction parts separately without checking for carries

Adding 1 and 3 quarters plus 2 and 3 quarters by adding wholes (1+2=3) and fractions (3/4+3/4=6/4) seems to give 3 and 6 fourths. But 6 fourths is an improper fraction that equals 1 and 2 fourths, so the real answer is 4 and 2 fourths, or 4 and 1 half. Converting to improper fractions first avoids this error entirely.

Forgetting to simplify the fraction part of the final answer

A result of 4 and 6 eighths is correct but not fully simplified. 6 eighths simplifies to 3 fourths because GCD(6,8) = 2. Always check whether the fraction part can be reduced before treating the answer as final. This calculator simplifies automatically using the GCD at every step.

Using a fraction times method for addition instead of finding a common denominator

When adding 1 half and 1 third, some students cross-multiply to get 3 sixths and 2 sixths, which is correct, but when they apply this same method to multiplication they get wrong answers. The cross-multiply technique only applies to adding fractions with different denominators. Multiplication and division follow completely different rules.

Dividing by flipping the wrong fraction

When dividing mixed numbers, you flip the second fraction (the divisor), not the first. The expression 3 and 1 half divided by 1 and 3 quarters means keep 7 halves and multiply by the reciprocal of 7 quarters, which is 4 sevenths. Flipping the first fraction instead gives a completely different and wrong answer.

Not converting back to a mixed number from an improper fraction

The answer 19 sixths is a correct improper fraction but it is not a complete final answer for a mixed number problem. The expected form is 3 and 1 sixth. Leaving results as improper fractions is a common homework error that loses marks even when the underlying calculation was correct.

Mixed Number Calculator for Kids: A Simple Explanation

A mixed number is simply a way of writing a number that is bigger than 1 but is not a whole number. If you have 2 whole pizzas and half of another pizza, you have 2 and 1 half pizzas. That is a mixed number.

A simple way to think about adding mixed numbers

Imagine you have 1 and a half apples and your friend gives you 2 and a quarter apples. How many apples do you have in total? You can count the whole apples first: 1 plus 2 equals 3 whole apples. Then deal with the fractions: a half plus a quarter. A half is the same as 2 quarters, so 2 quarters plus 1 quarter equals 3 quarters. Total: 3 and 3 quarter apples.

When fractions have different denominators — the pizza slice method

Imagine one pizza cut into 2 equal slices (halves) and another pizza cut into 3 equal slices (thirds). You cannot add 1 slice from the first pizza to 1 slice from the second pizza by just counting slices, because the slices are different sizes. You need to cut both pizzas into the same number of slices first. The smallest number that works for both 2 and 3 is 6, so you recut each pizza into sixths and then add slices. That is exactly what finding the common denominator does in fraction arithmetic.

Frequently Asked Questions About Mixed Number Calculators

Quick Examples

Operation Reference

Addition

Need LCD. Add numerators after converting.

Subtraction

Need LCD. Subtract numerators. Improper fractions handle borrowing.

Multiplication

No LCD needed. Multiply num × num, den × den.

Division

Flip the divisor (second fraction), then multiply.

Common Fractions as Decimals

1/20.5
1/30.333...
2/30.666...
1/40.25
3/40.75
1/50.2
1/80.125
3/80.375
5/80.625
1/60.1666...
5/60.8333...

Calculator Features

All 4 Operations

Add, subtract, multiply, divide

Up to 4 Fractions

2, 3, or 4 mixed numbers

Step-by-Step

Every step fully explained

Exact Arithmetic

GCD simplification, exact fractions

Fahad Ahmad, Founder of CalculatorsKit
About the Author

Fahad Ahmad

Founder of CalculatorsKit · Full-Stack JavaScript Developer · SEO & Digital Product Creator

Fahad Ahmad is the founder of CalculatorsKit and a full-stack JavaScript developer with more than 10 years of experience building modern web applications and online tools. He specializes in developing fast, accurate, and user-friendly calculators that help people make informed decisions in finance, health, education, business, mathematics, construction, and everyday life.

Every calculator published on CalculatorsKit is carefully researched, tested, and designed for accuracy and ease of use. Using modern technologies including Next.js, React, Tailwind CSS, and Shadcn UI, Fahad focuses on creating privacy-friendly tools that work instantly in the browser without requiring downloads or registration.

In addition to building calculators, Fahad writes educational articles that explain formulas, calculation methods, financial concepts, and practical examples in simple language so students, professionals, and everyday users can better understand the results they receive.

Popular Calculators