Mixed Fraction Arithmetic & Conversion Tool

Mixed Number Calculator

Add, subtract, multiply, and divide mixed numbers, or convert between mixed numbers, improper fractions, and decimals with transparent step-by-step math steps.

Simplify fractional components, evaluate whole integer remainders, and copy exact results for homework or technical calculations.

Mixed Arithmetic (+ − × ÷) Bidirectional Conversion Step-by-Step Breakdown
Mixed Number Conversion Graphic
Whole
Fraction
Whole
Fraction
Final Result
4 1/4
Mixed Number
4 1/4
Improper Fraction
17/4
Decimal Value
4.25
Simplified Result
4 1/4

Step-by-Step Calculation

    Whole Number
    Fraction Part
    Improper Fraction
    11/4
    Decimal Value
    2.75
    Mixed Number
    2 3/4

    Step-by-Step Calculation

      Mixed Number Result
      2 3/4
      Decimal Value
      2.75
      Improper Fraction
      11/4

      Step-by-Step Calculation

        Whole Number
        Fraction Part
        Decimal Result
        3.4
        Mixed Number
        3 2/5
        Improper Fraction
        17/5

        Step-by-Step Calculation

          Understanding Mixed Numbers and Improper Fractions

          Core mathematical concepts, definitions, and representations for values greater than 1.

          Whole + Fractional
          Mixed Number (e.g., 2 ¾)
          Combines an integer whole number with a proper fraction. Provides a clear, intuitive representation for practical measurements such as 2 ¾ cups or 1 ½ hours. Learn more about mixed numbers.
          Numerator ≥ Denominator
          Improper Fraction (e.g., 11/4)
          A single fraction where the top number is equal to or greater than the bottom number. Essential for algebraic operations, multiplication, division, and automated calculation.
          Numerator < Denominator
          Proper Fraction (e.g., 3/4)
          A fraction whose top number is strictly smaller than its bottom number. Represents fractional quantities strictly less than 1 and forms the fractional remainder of a mixed number.

          Mixed Number Rules & Formulas

          Fundamental mathematical formulas and conversion rules for mixed fraction calculations.

          Conversion Formula
          Mixed → Improper
          W N/D = (W × D + N) / D
          Multiply the whole integer W by denominator D, add numerator N, and place over denominator D.
          Division Formula
          Improper → Mixed
          N/D = floor(N ÷ D) + (N mod D) / D
          Divide numerator by denominator. Integer quotient = whole number, remainder = new numerator.
          Arithmetic Rule
          Order of Operations
          Always convert mixed numbers into single improper fractions first before multiplying or dividing, then reduce using GCD.

          How to Convert a Mixed Number to an Improper Fraction

          Follow these 3 algebraic steps to convert any mixed quantity into a single improper fraction.

          1
          Multiply Whole Number by Denominator
          Multiply the integer whole number by the bottom denominator: Whole × Denominator.
          2
          Add the Numerator to Product
          Add the top numerator to your multiplication result to obtain the new numerator: (Whole × Denominator) + Numerator.
          3
          Write Over Original Denominator
          Place your new numerator over the original base denominator: Improper Numerator / Original Denominator.
          Worked Example: Convert 3 2/5 to an Improper Fraction
          1. Multiply whole number by denominator: 3 × 5 = 15.
          2. Add existing numerator: 15 + 2 = 17 (new improper numerator).
          3. Keep original denominator: 5.
          4. Final Improper Fraction: 17/5. Decimal value = 3.4.

          How to Convert an Improper Fraction to a Mixed Number

          Use integer division and remainder calculation to extract whole units and proper fractional parts.

          Step 1
          Divide Numerator by Denominator
          Perform integer division (Numerator ÷ Denominator). The whole quotient becomes the Whole Number.
          Step 2
          Find the Integer Remainder
          Calculate the remaining remainder (Numerator mod Denominator). This remainder becomes the new Numerator.
          Step 3
          Assemble the Mixed Number
          Combine whole quotient, remainder numerator, and original denominator into Whole Remainder/Denominator.
          Worked Example: Convert 17/5 to a Mixed Number
          1. Divide top by bottom: 17 ÷ 5 = 3 quotient with remainder.
          2. Calculate remainder: 17 - (3 × 5) = 17 - 15 = 2.
          3. Whole part = 3, Remainder numerator = 2, Denominator = 5.
          4. Final Mixed Number: 3 2/5.

          How to Add Mixed Numbers

          Step-by-step methods for adding mixed fractions using common denominators or improper conversions.

          1
          Convert to Improper Fractions or Separate Parts
          Either convert mixed numbers to improper fractions or group whole numbers and fractions separately: (W₁ + W₂) + (N₁/D₁ + N₂/D₂).
          2
          Find Least Common Denominator (LCD)
          If denominators differ, find the Least Common Denominator (LCD) base and scale top numerators proportionally.
          3
          Sum, Regroup & Simplify
          Add numerators together. If the sum fraction is improper ($N \ge D$), convert it to a whole number + proper fraction and carry over into the whole total.
          Worked Example: Add 2 1/3 + 1 3/4
          1. Convert to improper fractions: 2 1/3 = 7/3 and 1 3/4 = 7/4.
          2. Common denominator base (12): 7/3 = 28/12 and 7/4 = 21/12.
          3. Add numerators: (28 + 21) / 12 = 49/12.
          4. Convert to mixed number: 49 ÷ 12 = 4 remainder 1 → 4 1/12.

          How to Subtract Mixed Numbers

          Perform subtraction cleanly with common denominators, borrowing (regrouping), or improper fraction conversion.

          Step 1
          Find Common Base Denominator
          Scale both fractional parts to share a common denominator base (LCD).
          Step 2
          Regroup (Borrow) if Numerator is Smaller
          If top fraction $N₁ < N₂$, borrow $1$ unit from whole $W₁$ and add denominator $D$ to $N₁$: W₁ N₁/D = (W₁ - 1) (N₁ + D)/D.
          Step 3
          Subtract Whole & Fractional Parts
          Subtract whole numbers and numerators separately, then reduce using GCD.
          Worked Example: Subtract 4 1/4 − 1 3/4
          1. Notice fraction subtraction: 1/4 - 3/4 requires borrowing.
          2. Regroup 4 1/4: 4 1/4 = 3 + (1 + 1/4) = 3 5/4.
          3. Subtract: (3 - 1) + (5/4 - 3/4) = 2 2/4.
          4. Reduce 2/4 using GCD (2): 2 1/2.

          How to Multiply Mixed Numbers

          Convert mixed numbers to improper fractions, then multiply top numbers and bottom numbers directly.

          1
          Convert Both Numbers to Improper Fractions
          Transform all mixed fractions into single improper fractions: N₁/D₁ and N₂/D₂.
          2
          Multiply Top and Bottom Directly
          Multiply numerators together and denominators together: (N₁ × N₂) / (D₁ × D₂).
          3
          Simplify & Convert Back to Mixed
          Reduce the improper fraction using GCD, then convert back to mixed form (Whole Remainder/Denominator).
          Worked Example: Multiply 1 1/2 × 2 2/3
          1. Convert to improper fractions: 1 1/2 = 3/2 and 2 2/3 = 8/3.
          2. Multiply numerators and denominators: (3 × 8) / (2 × 3) = 24 / 6.
          3. Divide: 24 ÷ 6 = 4 (exact integer with zero remainder).
          4. Final Product: 4.

          How to Divide Mixed Numbers

          Convert to improper fractions, flip the second fraction to its reciprocal, and multiply.

          1
          Convert to Improper Fractions
          Change both mixed numbers into improper single fractions (N₁/D₁ and N₂/D₂).
          2
          Flip the Divisor Fraction (Reciprocal)
          Turn the second fraction upside down and change division to multiplication: (N₁/D₁) × (D₂/N₂).
          3
          Multiply, Simplify & Convert
          Multiply top and bottom numbers, reduce using GCD, and format back as a mixed number.
          Worked Example: Divide 3 1/2 ÷ 1 3/4
          1. Convert to improper: 3 1/2 = 7/2 and 1 3/4 = 7/4.
          2. Reciprocal & Multiply: (7/2) × (4/7) = (7 × 4) / (2 × 7) = 28 / 14.
          3. Simplify: 28 ÷ 14 = 2.
          4. Final Quotient: 2.

          Simplifying Mixed Number Results

          Reduce fractional remainders to lowest terms and carry over improper fractional parts.

          Rule 1: GCD Reduction
          Reduce Fractional Part
          Find Greatest Common Divisor g = GCD(Numerator, Denominator) and divide top & bottom by g: Whole (N÷g)/(D÷g).
          Rule 2: Carry Over
          Improper Fractional Part
          If the fractional part is improper ($N \ge D$), convert it to whole + proper fraction and add the whole quotient to the main whole number.
          Rule 3: Zero Remainder
          Exact Whole Number
          When $N \text{ mod } D = 0$, drop the zero fraction part entirely—the result simplifies to an exact integer whole number.
          Worked Example: Simplify 2 6/8
          1. Compute GCD of numerator (6) and denominator (8): GCD(6, 8) = 2.
          2. Divide numerator: 6 ÷ 2 = 3.
          3. Divide denominator: 8 ÷ 2 = 4.
          4. Simplified Result: 2 3/4.

          Mixed Number Examples

          Reference table of common mixed numbers, improper fraction equivalents, and decimal values.

          Example 1
          1 1/2
          Improper Fraction: 3/2
          Decimal Value: 1.5
          Example 2
          1 3/4
          Improper Fraction: 7/4
          Decimal Value: 1.75
          Example 3
          2 1/4
          Improper Fraction: 9/4
          Decimal Value: 2.25
          Example 4
          2 3/8
          Improper Fraction: 19/8
          Decimal Value: 2.375
          Example 5
          3 1/3
          Improper Fraction: 10/3
          Decimal Value: 3.3333... (Repeating)
          Example 6
          4 2/5
          Improper Fraction: 22/5
          Decimal Value: 4.4

          Frequently Asked Questions

          Common questions and answers regarding mixed fraction conversions and calculations.

          A mixed number (or mixed fraction) is a quantity expressed as a whole integer combined with a proper fraction (for example, 2 3/4 or 5 1/2).
          Multiply the whole number by the denominator, add the numerator, and place the result over the original denominator. For example: 2 3/4 = (2 × 4 + 3) / 4 = 11/4.
          Divide the numerator by the denominator. The quotient becomes the whole number, the remainder becomes the new numerator, and the denominator stays the same.
          Multiplying and dividing mixed numbers directly is complex and error-prone. Converting them to improper fractions first simplifies calculations into standard single-fraction operations (top × top, bottom × bottom).
          If the numerator is an exact multiple of the denominator (e.g., 12/4), the remainder is 0. The conversion results in a whole integer (e.g., 3) without any fractional part.

          Related Calculators