Want a Custom tool for Yourself?

Need a Custom Tool? We build custom tools that can save hours per employee per day.

Multiplying Fractions Calculator

Multiply two fractions or mixed numbers and get the result simplified. It also shows the answer as a mixed fraction and decimal.

Enter the Details


Last updated: May 10, 2026

Created by: Eon Tools Dev Team

Reviewed by: Okan Atalay



What this calculator does

So, you need to multiply two fractions. Two thirds of three quarters. Half of a half. A recipe scaled to 3/4 of itself. This tool multiplies them and gives the answer as a fraction, with any whole number brought to the front, and as a decimal.

Each fraction has three boxes: a whole number, a numerator, and a denominator, so mixed numbers like 2 1/2 go straight in. And here is some good news to start with: multiplying fractions is easier than adding them. There is no common denominator to find. You will see why in a moment.

How to use it

  1. Enter the first fraction: whole number if any, then numerator over denominator.
  2. Enter the second fraction the same way.
  3. Press Calculate.

A zero denominator is the only input it turns away. If either fraction is zero, the product is zero, and the tool says so directly.

The easy part: multiply straight across

Unlike adding and subtracting, multiplying fractions does not care whether the denominators match. You multiply the two tops together for the new top, and the two bottoms together for the new bottom. That is it. 2/3 times 4/5 is (2 times 4) over (3 times 5), which is 8/15.

The reason there is no common denominator step is that you are not combining same-sized pieces into a total. You are taking a part of a part, and the two denominators are each doing their own share of the cutting.

The method it uses

For a/b times c/d, the tool computes

(a × c) / (b × d)

then reduces. A mixed number is folded into a single top-heavy fraction first, as whole × denominator + numerator, so 2 1/2 becomes 5/2 before it is multiplied. The arithmetic runs on math.js, whose fraction type stays on exact whole-number ratios, so the reduced fraction it returns is exact rather than a rounded decimal dressed back up.

A worked example, step by step

Take 2/3 times 3/5.

  • New top: 2 × 3 = 6.
  • New bottom: 3 × 5 = 15.
  • So the raw answer is 6/15. Both share a factor of 3, so it reduces to 2/5.

As a decimal that is 0.4. Notice the answer, 2/5, is smaller than either fraction you started with. That is not a fluke, and the next section is about why.

Why multiplying two fractions makes something smaller

With whole numbers, multiplying makes things bigger, so it feels wrong that 1/2 times 1/2 is only 1/4. But think about what it is asking: half of a half. Take half a pizza, then take half of that. You are left with a quarter of the whole pizza. Multiplying by a number less than 1 shrinks whatever it touches, because you are keeping only a part of it.

This holds whenever both fractions are proper, meaning each is less than 1. The product lands below both. It only grows again once one of the numbers is more than a whole, which is exactly the case a mixed number or a top-heavy fraction brings back in.

Why "of" means multiply

In everyday language, the word that signals a fraction multiplication is "of". Half of a half. Two thirds of the class. Three quarters of a cup. Every time you say a fraction "of" some amount, you are multiplying. That is the quiet link between the plain-English question and the arithmetic here. If a recipe needs 2/3 of a 3/4-cup measure, you type 2/3 and 3/4, and the 1/2 that comes back is how much cup you actually want. A whole number counts too: it is just itself over 1, so 3 becomes 3/1, and 2 1/2 times 3 is 5/2 times 3/1, which is 15/2, or 7 1/2.

Questions people ask

Why no common denominator this time?

Because you are not adding same-sized pieces into a total. You are scaling one fraction by another, taking a part of a part, and the two denominators handle that on their own. Common denominators are only needed for adding and subtracting.

Does multiplying always make the answer smaller?

Only when both fractions are less than a whole. If one of them is a mixed number or a top-heavy fraction, meaning more than 1, the product can be larger. Multiplying by exactly 1, such as 3/3, leaves the other fraction unchanged.

Can I cancel before multiplying?

Yes, that is the by-hand shortcut: cancel a common factor between a top and a bottom before you multiply, to keep the numbers small. The tool does not need to, since it reduces the final answer either way, but you will land on the same reduced fraction.

How do I multiply a fraction by a whole number?

Put the whole number in its own box, or treat it as itself over 1. Multiplying 4 by 2/3 is the same as 4/1 times 2/3, which gives 8/3, or 2 2/3.

Does it reduce the answer?

Yes, to lowest terms, with any whole number pulled out into a mixed number.

References

On the reducing step and the notation. After the two tops and two bottoms are multiplied, the answer is cut to lowest terms by dividing through by the greatest common divisor, found with the algorithm Euclid recorded around 300 BC. The horizontal bar between numerator and denominator is credited to the Moroccan mathematician al-Hassar in the twelfth century and reached Europe through Fibonacci's Liber Abaci in 1202.

  1. Euclid, Elements, Book VII, Propositions 1 and 2 (c. 300 BC), the greatest common divisor algorithm used to reduce the product to lowest terms.
  2. al-Hassar (12th century) and Leonardo of Pisa, Fibonacci, Liber Abaci (1202), for the horizontal fraction bar in the form used today.


Okan Atalay

Okan Atalay is a results driven senior operations manager and a graduate of Industrial Engineering from Bilkent University. With over 22 years of experience in textile manufacturing and integrated operations, he has led large scale business process improvements and strategic planning initiatives. Currently, he serves as a top mathematics expert for a global ed tech platform, where he applies his analytical expertise to solve complex mathematical problems. At Eon Tools, he reviews converter and maths tools.