Multiplying Fractions Calculator
Our free fractions calculator solves multiplying fractions problems. Get worked examples, visual aids, and downloadable results.
Calculator
Adjust values & calculateFormula
To multiply fractions, multiply the numerators together for the new numerator and multiply the denominators together for the new denominator. Then simplify the result by dividing both by their greatest common divisor.
Last reviewed: December 2025
Worked Examples
Example 1: Basic Fraction Multiplication
Example 2: Fraction Multiplication with Cross Cancellation
Background & Theory
The Multiplying Fractions Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.
History
The history behind the Multiplying Fractions Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.
Key Features
- Solves linear, quadratic, and higher-degree polynomial equations step by step, returning all real and complex roots with full working shown.
- Simplifies fractions to lowest terms and computes ratios and proportions, including cross-multiplication checks and equivalent fraction generation.
- Performs complete prime factorization of any integer and computes the Greatest Common Divisor and Least Common Multiple for sets of numbers.
- Handles matrix operations including addition, scalar multiplication, matrix multiplication, determinant calculation, and full matrix inversion for square matrices.
- Evaluates all standard trigonometric functions and their inverses in degrees or radians, and verifies common trigonometric identities symbolically.
- Calculates permutations, combinations, and binomial coefficients for combinatorics problems, supporting both formula display and step-by-step breakdown.
- Converts integers between binary, octal, decimal, and hexadecimal bases instantly, with optional display of the positional value expansion.
- Computes the sum of arithmetic and geometric sequences given the first term, common difference or ratio, and number of terms, with formula derivation.
Frequently Asked Questions
Formula
a/b x c/d = (a x c) / (b x d)
To multiply fractions, multiply the numerators together for the new numerator and multiply the denominators together for the new denominator. Then simplify the result by dividing both by their greatest common divisor.
Worked Examples
Example 1: Basic Fraction Multiplication
Problem: Multiply 3/4 by 2/5.
Solution: Numerator: 3 x 2 = 6\nDenominator: 4 x 5 = 20\nProduct: 6/20\nGCD of 6 and 20 is 2\nSimplified: 6/2 = 3, 20/2 = 10\nFinal answer: 3/10
Result: 3/4 x 2/5 = 6/20 = 3/10 (decimal: 0.3)
Example 2: Fraction Multiplication with Cross Cancellation
Problem: Multiply 5/8 by 4/15.
Solution: Cross cancel: 5 and 15 share factor 5 (become 1 and 3)\nCross cancel: 4 and 8 share factor 4 (become 1 and 2)\nSimplified multiplication: 1/2 x 1/3\nNumerator: 1 x 1 = 1\nDenominator: 2 x 3 = 6\nFinal answer: 1/6
Result: 5/8 x 4/15 = 20/120 = 1/6 (decimal: 0.1667)
Frequently Asked Questions
How do you multiply two fractions together?
To multiply two fractions, you simply multiply the numerators together to get the new numerator and multiply the denominators together to get the new denominator. For example, multiplying 3/4 by 2/5 means computing 3 times 2 for the numerator (which equals 6) and 4 times 5 for the denominator (which equals 20), giving the result 6/20. This can then be simplified to 3/10 by dividing both numerator and denominator by their greatest common divisor of 2. Unlike adding or subtracting fractions, you do not need to find a common denominator before multiplying. This straightforward rule makes fraction multiplication one of the simpler fraction operations to perform.
How do you multiply mixed numbers as fractions?
To multiply mixed numbers, you must first convert each mixed number into an improper fraction before performing the multiplication. For example, to multiply 2 1/3 by 1 3/4, convert 2 1/3 to 7/3 (since 2 times 3 plus 1 equals 7) and convert 1 3/4 to 7/4 (since 1 times 4 plus 3 equals 7). Then multiply the improper fractions: 7/3 times 7/4 equals 49/12. Finally, convert back to a mixed number if desired: 49 divided by 12 equals 4 remainder 1, so the answer is 4 1/12. Attempting to multiply the whole numbers and fractions separately produces incorrect results, so always convert to improper fractions first.
Why does multiplying two fractions less than one give a smaller result?
When both fractions are between zero and one, their product will always be smaller than either fraction individually. This is because you are taking a part of a part. For instance, 1/2 times 1/3 equals 1/6, meaning one half of one third is one sixth, which is smaller than both one half and one third. This principle is intuitive when you think about it physically: if you have half a pizza and you eat one third of that half, you have eaten one sixth of the whole pizza. This concept often surprises students who associate multiplication with making numbers bigger, but that rule only applies when multiplying by numbers greater than one.
How do you multiply fractions with different signs (positive and negative)?
The rules for multiplying positive and negative fractions follow the same sign rules as integer multiplication. A positive fraction times a positive fraction gives a positive result. A negative fraction times a negative fraction also gives a positive result, because two negatives cancel out. A positive fraction times a negative fraction (or vice versa) gives a negative result. For example, (-2/3) times (4/5) equals -8/15, while (-2/3) times (-4/5) equals positive 8/15. The magnitude of the result is calculated the same way regardless of signs. Simply determine the sign first based on the rule, then multiply the absolute values of the numerators and denominators as normal.
Can you multiply more than two fractions at once?
Yes, you can multiply any number of fractions together by extending the same basic rule. Multiply all the numerators together for the final numerator and all the denominators together for the final denominator. For example, 1/2 times 2/3 times 3/4 equals (1 times 2 times 3) over (2 times 3 times 4), which is 6/24, simplifying to 1/4. When multiplying three or more fractions, cross cancellation becomes especially valuable because there are more opportunities to simplify before multiplying. In the example above, you could cancel the 2 in the numerator with the 2 in the denominator, and the 3 in the numerator with the 3 in the denominator, immediately getting 1/4 without any intermediate large numbers.
What are common mistakes when multiplying fractions and how to avoid them?
The most common mistake is adding the denominators instead of multiplying them, which happens when students confuse the rules for addition and multiplication of fractions. Another frequent error is attempting to find a common denominator before multiplying, which is unnecessary and adds extra steps. Some students forget to simplify the final answer, leaving it in unreduced form like 6/20 instead of 3/10. When working with mixed numbers, a critical mistake is multiplying the whole numbers and fractions separately instead of converting to improper fractions first. To avoid these errors, always remember the simple rule: multiply straight across for both numerators and denominators, then simplify the result by finding the greatest common divisor.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy