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.