OhMyCalc

Mixed Number Calculator

Convert an improper fraction to a mixed number. Enter numerator and denominator to see whole part and remainder.

How to Use the Mixed Number Calculator

  1. Enter the numerator of the improper fraction.
  2. Enter the denominator (must be positive).
  3. Click Calculate to see the mixed number, simplified fraction, and decimal.

快速参考

7/23 1/2
10/33 1/3
22/73 1/7
9/42 1/4
17/53 2/5

使用场景

公式

Whole = floor(Numerator / Denominator). Remainder = Numerator mod Denominator. Mixed = Whole Remainder/Denominator.

常见问题

What is a mixed number?
A number with a whole part and a proper fraction part, like 3 1/2.
What is an improper fraction?
A fraction where the numerator is greater than or equal to the denominator, like 7/2.
Is the remainder simplified?
Yes, the fractional part is reduced to lowest terms using the GCD.