Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Product (simplified fraction)
10 / 3
3.333333
Mixed number 3 and 1/3
Decimal 3.333333

What this calculator does

The Multiply Mixed Numbers Calculator multiplies two mixed numbers — numbers written as a whole part plus a fraction, such as 2 1/2 or 1 1/3. It returns the answer as a fully simplified fraction, as a mixed number, and as a decimal, so you can use whichever form your homework or project requires.

How to use it

Enter the whole number, numerator, and denominator for each mixed number. If a value is a pure fraction, leave the whole part as 0. If it is a whole number, set the numerator to 0 and the denominator to 1. Press calculate to see the product. Denominators of zero are treated as 1 to avoid division errors.

The formula explained

First, each mixed number is converted to an improper fraction using \(A\,b/c = (A \cdot c + b)/c\). Then the two improper fractions are multiplied straight across: multiply the numerators together and the denominators together. Finally the result is reduced by dividing both top and bottom by their greatest common divisor (GCD), and converted back to a mixed number.

$$\left(\text{W}_1 + \frac{\text{N}_1}{\text{D}_1}\right) \times \left(\text{W}_2 + \frac{\text{N}_2}{\text{D}_2}\right) = \frac{n_1 \cdot n_2}{\text{D}_1 \cdot \text{D}_2}$$$$\text{where}\quad \left\{ \begin{aligned} n_1 &= \text{W}_1 \cdot \text{D}_1 \pm \text{N}_1 \\ n_2 &= \text{W}_2 \cdot \text{D}_2 \pm \text{N}_2 \end{aligned} \right.$$
Advertisement
Diagram showing a mixed number being converted to an improper fraction
Each mixed number becomes an improper fraction using \((A \cdot c + b)/c\) before multiplying.

Worked example

Multiply \(2\,1/2 \times 1\,1/3\). Convert: \(2\,1/2 = 5/2\) and \(1\,1/3 = 4/3\). Multiply: $$\frac{5 \times 4}{2 \times 3} = \frac{20}{6}.$$ Simplify by dividing by GCD 2: \(10/3\). As a mixed number that is \(3\,1/3\), and as a decimal about \(3.3333\).

Two improper fractions multiplied by multiplying numerators and denominators
Multiply across: numerators times numerators, denominators times denominators, then simplify.

FAQ

Can I multiply more than two numbers? This tool handles two at a time; multiply the first pair, then re-enter the result against the third number.

What about negative mixed numbers? Enter a negative whole number; the calculator applies the sign to the whole fraction correctly.

Why convert to improper fractions? You cannot simply multiply whole parts and fractional parts separately — converting to a single fraction gives the correct product every time.

Last updated: