Mixed Number Calculator

Perform arithmetic operations on mixed numbers with step-by-step solutions.

Mixed Number 1

Operation

Mixed Number 2

2 3/4+1 1/2

Result (Mixed Number)

4 1/4

Other Formats

Improper Fraction17/4
Decimal4.250000

Step-by-Step

Step 1: Convert to improper fractions

2 3/4 = 11/4

1 1/2 = 3/2

Step 2: Perform operation

11/4 + 3/2 = 17/4

Step 3: Convert back to mixed number

17/4 = 4 1/4

Mixed Number Conversion

Mixed to Improper

a b/c = (a * c + b) / c

Improper to Mixed

n/d = (n div d) + (n mod d)/d

What is a Mixed Number?

A mixed number (also called a mixed fraction) combines a whole number and a proper fraction into one value. Mixed numbers are commonly used to express quantities greater than one in a readable format, especially in everyday measurements like cooking and construction.

Structure of a Mixed Number:

  • Whole number part: A complete integer (1, 2, 3, etc.)
  • Fractional part: A proper fraction (numerator < denominator)
  • Example: 2¾ means "two and three-fourths"

Mixed Numbers vs Improper Fractions:

Mixed Number Improper Fraction Decimal
3/2 1.5
9/4 2.25
3⅔ 11/3 3.667...
5⅜ 43/8 5.375

Converting Between Mixed Numbers and Improper Fractions

The key to working with mixed numbers is knowing how to convert back and forth:

Conversion Formulas

Mixed Number → Improper Fraction: Improper = (whole × denominator + numerator) / denominator Example: 3²⁄₅ → (3×5 + 2) / 5 = 17/5 ───────────────────────────────── Improper Fraction → Mixed Number: Whole = numerator ÷ denominator (integer part) Remainder = numerator mod denominator Mixed = whole remainder/denominator Example: 17/5 → 17÷5 = 3 R 2 → 3²⁄₅

Where:

  • whole= Integer part of mixed number
  • numerator= Top number of fraction
  • denominator= Bottom number of fraction
  • mod= Modulo (remainder operation)

Operations with Mixed Numbers

To perform arithmetic with mixed numbers, convert to improper fractions first:

Operation Method Example
Addition Convert to improper, find LCD, add, simplify 2½ + 1¼ = 5/2 + 5/4 = 10/4 + 5/4 = 15/4 = 3¾
Subtraction Convert to improper, find LCD, subtract, simplify 3¼ - 1½ = 13/4 - 6/4 = 7/4 = 1¾
Multiplication Convert to improper, multiply straight across 1½ × 2⅓ = 3/2 × 7/3 = 21/6 = 3½
Division Convert to improper, multiply by reciprocal 2¼ ÷ ¾ = 9/4 × 4/3 = 36/12 = 3

Key Steps:

  1. Convert all mixed numbers to improper fractions
  2. Perform the operation using fraction rules
  3. Simplify the result
  4. Convert back to mixed number (if desired)

How to Use This Mixed Number Calculator

Our calculator handles all mixed number operations:

  1. Enter Mixed Numbers: Use format like "2 3/4" or "2 3⁄4"
  2. Select Operation: Addition, subtraction, multiplication, or division
  3. Click Calculate: Get instant results
  4. View Results:
    • Answer as mixed number
    • Answer as improper fraction
    • Decimal equivalent
    • Step-by-step solution

Additional Features:

  • Convert mixed number to improper fraction
  • Convert improper fraction to mixed number
  • Simplify mixed numbers automatically
  • Compare mixed numbers

Input Formats Accepted:

  • Standard: 2 3/4, 1 1/2
  • With fractions: 2¾, 1½
  • Improper fractions: 11/4
  • Whole numbers: 5, 12

Adding and Subtracting Mixed Numbers

There are two methods for adding and subtracting mixed numbers:

Method 1: Convert to Improper Fractions (Recommended)

  1. Convert each mixed number to an improper fraction
  2. Find the Least Common Denominator (LCD)
  3. Add or subtract the numerators
  4. Simplify and convert back to mixed number

Method 2: Work with Parts Separately

  1. Add/subtract the whole number parts
  2. Add/subtract the fraction parts (using LCD)
  3. If fraction part is negative or improper, adjust
  4. Combine for final answer

Borrowing in Subtraction:

When the fraction being subtracted is larger, "borrow" from the whole number:

  • 3¼ - 1¾: Can't subtract ¾ from ¼
  • Rewrite 3¼ as 2⁵⁄₄ (borrow 1 = ⁴⁄₄)
  • Now: 2⁵⁄₄ - 1¾ = 1²⁄₄ = 1½

Multiplying and Dividing Mixed Numbers

Multiplication and division are straightforward once you convert to improper fractions:

Multiplication and Division

Multiplication: (a b/c) × (d e/f) = [(ac+b)/c] × [(df+e)/f] = numerator × numerator / denominator × denominator Example: 2¼ × 1⅓ = 9/4 × 4/3 = 36/12 = 3 ───────────────────────────────── Division: (a b/c) ÷ (d e/f) = (a b/c) × (f/(df+e)) = multiply by reciprocal Example: 3½ ÷ 1¼ = 7/2 ÷ 5/4 = 7/2 × 4/5 = 28/10 = 14/5 = 2⅘

Where:

  • a b/c= First mixed number
  • d e/f= Second mixed number
  • reciprocal= Flip numerator and denominator

Real-World Applications

Mixed numbers appear frequently in everyday situations:

Cooking and Baking:

  • Recipes: "Add 2½ cups of flour"
  • Scaling: Doubling a recipe with 1¼ cups sugar
  • Measuring: 1⅓ tablespoons of butter

Construction and Carpentry:

  • Lumber dimensions: 2×4 is actually 1½" × 3½"
  • Measurements: Cut a board 6⅜ inches long
  • Spacing: Studs placed every 16" (1⅓ feet)

Time:

  • Duration: "The movie is 2¼ hours long"
  • Work hours: 7½ hours worked
  • Scheduling: Meeting in 1¾ hours

Distance and Travel:

  • Running: "I ran 3½ miles"
  • Driving: "It's about 2¼ hours away"
  • Maps: "The store is 1⅔ miles from here"

Worked Examples

Convert Mixed to Improper

Problem:

Convert 4⅔ to an improper fraction

Solution Steps:

  1. 1Identify parts: whole = 4, numerator = 2, denominator = 3
  2. 2Apply formula: (whole × denominator + numerator) / denominator
  3. 3Calculate: (4 × 3 + 2) / 3
  4. 4= (12 + 2) / 3
  5. 5= 14/3
  6. 6Verify: 14 ÷ 3 = 4 R 2 = 4⅔ ✓

Result:

4⅔ = 14/3

Add Mixed Numbers

Problem:

Calculate 2⅓ + 1¾

Solution Steps:

  1. 1Convert to improper: 2⅓ = 7/3, 1¾ = 7/4
  2. 2Find LCD: LCM(3, 4) = 12
  3. 3Convert fractions: 7/3 = 28/12, 7/4 = 21/12
  4. 4Add numerators: 28/12 + 21/12 = 49/12
  5. 5Convert to mixed: 49 ÷ 12 = 4 R 1
  6. 6Result: 4¹⁄₁₂

Result:

2⅓ + 1¾ = 4¹⁄₁₂

Multiply Mixed Numbers

Problem:

Calculate 1½ × 2⅔

Solution Steps:

  1. 1Convert to improper fractions:
  2. 21½ = (1×2 + 1)/2 = 3/2
  3. 32⅔ = (2×3 + 2)/3 = 8/3
  4. 4Multiply: 3/2 × 8/3 = 24/6
  5. 5Simplify: 24/6 = 4
  6. 6Result is a whole number: 4

Result:

1½ × 2⅔ = 4

Tips & Best Practices

  • Always convert mixed numbers to improper fractions before calculations
  • To convert: (whole × denominator + numerator) / denominator
  • After calculating, convert back to mixed number for clearer presentation
  • Find LCD when adding or subtracting fractions with different denominators
  • When multiplying, multiply straight across - no need for common denominators
  • When dividing, multiply by the reciprocal of the second fraction
  • Check your work: convert your answer back to verify it makes sense

Frequently Asked Questions

Converting to improper fractions makes calculations cleaner and reduces errors. With mixed numbers, you'd have to handle whole numbers and fractions separately, deal with carrying/borrowing, and track multiple steps. Improper fractions let you use standard fraction rules directly. Always convert back to mixed numbers at the end for readability.
Sometimes mixed number operations result in whole numbers. For example, 2½ × 2 = 5 (not a mixed number). Or 3¾ - 2¾ = 1 (the fractions cancel). This is correct! If the remainder when converting from improper fraction is 0, you have a whole number answer.
Yes, mixed numbers can be negative. Write -2¾ to mean negative two and three-fourths. When calculating, treat the entire mixed number as negative: -2¾ = -(2¾) = -11/4. Be careful: -2¾ is NOT the same as -2 + ¾ (which would equal -1¼).
Use mixed numbers for communication and practical measurements (recipes, dimensions) - they're more intuitive to understand. Use improper fractions for calculations - they're mathematically simpler to work with. In academic or technical contexts, either may be preferred depending on the convention.
Compare whole numbers first - the one with the larger whole number is bigger. If whole numbers are equal, compare the fractions (convert to same denominator). Examples: 3¼ > 2¾ (3 > 2). For 2⅓ vs 2¼: convert fractions to same denominator: ⅓ = 4/12, ¼ = 3/12, so 2⅓ > 2¼.
A mixed number is simplified when: (1) The fraction part is proper (numerator < denominator), (2) The fraction is in lowest terms (GCD of numerator and denominator is 1), (3) If the fraction part is 0, write just the whole number. Example: 3⁶⁄₄ should be 4½ (improper fraction part), and 2⁴⁄₆ should be 2⅔ (not lowest terms).

Sources & References

Last updated: 2026-01-22