Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Multiplication of Fractions - Steps & Examples
Next article icon

Multiplication of Fractions - Steps & Examples

Last Updated : 05 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Multiplication of fractions is a mathematical operation that involves finding the product of two or more fractions.

To multiply fractions, you simply multiply the numerators (the top numbers of the fractions) together to get a new numerator, and you multiply the denominators (the bottom numbers of the fractions) together to get a new denominator. The result is a fraction that represents the product of the original fractions.

Example: \frac{2}{7} \times \frac{5}{9} = \frac{2 \times 5}{7 \times 9} = \frac{10}{63}

Multiplication-of-Fractions-se

Table of Content

  • How to Multiply Fractions?
  • Multiplication of Fractions with Whole Numbers
  • How to Multiply Mixed Fractions
  • Division and Multiplication of Fractions
  • Simplification of Fractions
  • Examples of Multiplication of Fractions

How to Multiply Fractions?

Multiplication of fractions is not similar to addition or subtraction of fractions. Multiplication of fractions does not depend on like or unlike fractions and we simply find the multiplication of the fractions by multiplying the numerators and the denominators of the fractions separately.

Both multiplication of like fractions and unlike fractions are attained by the same methods. To find the product of the two fractions we should follow the steps added below,

Step 1: Multiply the numerator of both fractions separately.

Step 2: Multiply the denominator of both fractions separately.

Step 3: Write the result of the product of the fraction in the form

(Product of Numerators)/ (Product of Denominators)

a/b × c/d = (a × c )/ (b × d)

Let's consider an example of how to multiply fractions to understand the process better.

Example: Find the multiplication of 7/6 × 4/5.
Solution:

7/6 × 4/5

= (7×4)/(6×5)
= 28/30 [Simplifying it further]
= 14/15

Multiplication of Fractions with Whole Numbers

Multiplication of fractions with whole numbers can be easily achieved by converting the whole number into a proper fraction by taking the denominator of the whole number as one and then multiplying the fraction normally as in the denominator part the multiplication with one does not change the denominator part.

This is achieved as,

a × b/c = a/1 × b/c = (ab)/c

Multiplication of Fractions with Whole Numbers can be explained using these examples:

Example: Multiply 3 × 11/5

Solution:

3 × 11/5

= 3/1 × 11/5
= (3 × 11)/5
= 33/5

How to Multiply Mixed Fractions

Multiplication of mixed fraction with mixed fractions can be done by simply changing the mixed fractions into improper fractions and then multiplying them accordingly. A mixed fraction is written as, a(b/c)

a(b/c) = (ac + b)/c

Now changing the fractions into improper fractions we can easily multiply the mixed fractions. This is shown as,

a(b/c) × d(e/f) = (ac + b)/c × (df + e)/c

Now the mixed fractions are multiplied as normal fractions. This can be explained using the example as,

Example: Multiply 3(4/5) × 11(2/3)

Solution:

3(4/5) × 11(2/3)

Converting them into improper fractions
= (3×5 + 4)/5 × (11×3 + 2)/3

Multiplying the obtained fractions
= 19/5 × 35/3
= (19 × 35) + (5 × 3)
= 665/15 [Simplifying it further]
= 133/3

Division and Multiplication of Fractions

The key differences between Division of Fractions and Multiplication of Fractions are listed in the following table:

Aspect

Multiplication of Fractions

Division of Fractions

Operation

Multiplying two or more fractions togetherDividing one fraction by another fraction

Mathematical Expression

a/b ​× c/da/b ​÷ c/d​

General Formula

(a × c)/(b ​× d)​(a × d)/(b ​× c)​​

Example

2/3 ​× 4/5 = 8/152/3 ​÷ 4/5 = 5/6

Commutative Property

Multiplication is commutative: a × b = b × aDivision is not commutative: a ÷ b ≠ b ÷ a

Simplification of Fractions

Simplification of fractions is reducing the fractions to the simplest form. Suppose we find the product of two fractions then converting the fraction into the simplest form means simplification of the fraction. This is explained by the example,

Example: Simplify, 3/4 × 5/6

Solution:

(3 × 5)/(4 × 6)
= 15/24
= 5/8 {In simplest form}

Examples of Multiplication of Fractions

You have been provided with some Examples of Multiplication of Fractions down below:

Example 1: Find the product of the unlike fractions 2/5 and 3/4.

Solution:

2/5 × 3/4
= (2×3)/(5×4)
= 6/20 [Simplifying it further]
= 3/10

Example 2: Find the product of the like fractions 11/5 and 3/5.

Solution:

11/5 × 3/5
= (11 × 3)/(5 × 5)
= 33/25

Example 3: Find the fraction to be multiplied by 5/6 to get a product equal to 3/2.

Solution:

Let the fraction to be multiplied by 5/6 be y.

y × 5/6 = 3/2
⇒ y = 3/2 ÷ 5/6
⇒ y = 3/2 × 6/5
⇒ y = (3 × 6)/( 2 × 5)
⇒ y = 18/10 = 9/5

Thus, 9/5 should be multiplied by 5/6 to get a product of 3/2.

Example 4: Divide the fractions 21/9 and 7/9.

Solution:

21/9 ÷ 7/9
= 21/9 × 9/7
= (21 × 9)/(9 × 7)
= 189/63   [Simplifying it further]
= 3/1 = 3

Related Articles:

  • Adding Fractions
  • Subtracting Fractions
  • Fraction
  • Division of Fractions
  • How to Add Mixed Fractions with Different Denominators?

Next Article
Multiplication of Fractions - Steps & Examples

S

souvikm02
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Class 6
  • Maths MAQ
  • Fractions - MAQ
  • Maths-Calculators
  • Maths-Class-6

Similar Reads

    Multiplication of Algebraic Expression
    Multiplication of algebraic expressions involves combining algebraic terms using the multiplication operation. The process can involve monomials, binomials, or more complex polynomials. Multiplication of Algebraic Expression Algebraic expressions are polynomial equations used in algebra that are use
    6 min read
    Division of Fractions | How to Divide Fractions, Steps, Examples
    Division means distributing something equally. For example, if we distribute 20 sweets equally among 5 children, each child will get 4 sweets. Similarly, Division of fractions means dividing a fraction into equal parts. For Example: If we want to divide 2/3 of the cake among 6 people, each person wi
    9 min read
    Multiplication: Definition, Symbol, Table
    Multiplication is an arithmetic operation that involves two or more numbers to produce a third number called the product. The numbers that are multiplied are called the factors.It is a fundamental operation in mathematics, often described as repetitive addition. This means multiplication allows us t
    9 min read
    One-Step Multiplication and Division Equation Worksheet
    A One-Step Multiplication and Division Equation Worksheet is designed to help students practice solving simple algebraic equations that can be solved using a single operation—either multiplication or division.In this article, we will learn to solve problems related to One-Step Multiplication and Div
    3 min read
    How to multiply decimal with fractions
    Multiplication of decimals with fractions is a combination of two topics: decimals and fractions. This topic is used in everyday real-life applications such as scientific measurements, and cooking recipes. It is important to understand how to multiply decimals with fractions. In this article, we are
    9 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences