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:
Compound Probability: Definition, Formulas, Examples
Next article icon

Compound Probability: Definition, Formulas, Examples

Last Updated : 06 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Compound probability is a fundamental concept in mathematics and statistics that deals with the likelihood of multiple events occurring together within a single experiment or scenario. It provides a framework for understanding the combined probability of two or more events happening simultaneously or sequentially. Compound probability plays a crucial role in various fields such as statistics, finance, and engineering, where events often depend on the occurrence of other events.

Table of Content

  • What is Probability?
  • What is Compound Probability?
  • Compound Probability Formulas
    • Multiplication Rule
    • Addition Rule for Mutually Exclusive Events
    • General Addition Rule
  • How to Find Compound Probability?
  • Compound Probability Example

What is Probability?

Probability is a fundamental concept in mathematics and statistics that quantifies the likelihood of an event occurring. It provides a framework for understanding uncertainty and making predictions based on available information.

Probability-Theory
Probability Types


In probability theory, events are outcomes of experiments or observations, and the probability of an event is a numerical measure between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.

What is Compound Probability?

Compound probability involves the likelihood of multiple events occurring together within a single experiment or scenario. It encompasses the analysis of the combined probability of two or more events happening simultaneously or sequentially. Understanding compound probability is crucial across various fields, including statistics, finance, and engineering, where events often depend on the occurrence of other events.

Compound Probability Formulas

Various formulas used to calculate compound probability are added below:

Multiplication Rule

When two events, A and B, are independent, the probability of both events occurring is the product of their probabilities.

Multiplication Rule Formula:

Probability of A and B = Probability of A × Probability of B

P(A and B) = P(A) × P(B)

Addition Rule for Mutually Exclusive Events

If two events, A and B, are mutually exclusive (i.e., they cannot occur simultaneously), the probability of either event occurring is the sum of their individual probabilities.

Addition Rule Formula:

Probability of A or B = Probability of A + Probability of B

P(A or B) = P(A) + P(B)

General Addition Rule

For any two events, A and B, the probability of either event occurring is given by subtracting the probability of both events occurring together from the sum of their individual probabilities.

General Addition Rule Formula:

Probability of A or B = Probability of A + Probability of B - Probability of A and B

P(A or B) = P(A) + P(B) - P(A and B)

How to Find Compound Probability?

Follow the steps added below to find the compound probability of an event.

Step 1: Identify the Events

Step 2: Determine if the Events are Independent or Dependent

Step 3: Find the Probability of Each Individual Event

Step 4: For Independent Events use the formula

P(A∩B) = P(A) × P(B)

Step 5: For Dependent Events use the formula

P(A∩B) = P(A) × P(B|A)

Step 6: Calculate the Compound Probability

Compound Probability Example

Let's illustrate compound probability with an example:

Example: Suppose a bag contains 5 red marbles and 3 blue marbles. If two marbles are randomly selected from the bag without replacement, what is the probability of selecting one red marble and one blue marble?

Solution:

Selecting a Red Marble:

Probability of selecting the first red marble = 5/8

After selecting the first red marble, there are 4 red marbles left and a total of 7 marbles remaining.

Probability of selecting the second red marble = 4/7

Probability of selecting one red marble = (5/8) × (4/7) = 5/14

Selecting a Blue Marble:

Probability of selecting the first blue marble = 3/8

After selecting the first blue marble, there are 3 blue marbles left and a total of 7 marbles remaining.

Probability of selecting the second blue marble = 3/7

Probability of selecting one blue marble = (3/8) × (3/7)

= 9/56

Compound Probability:

Probability of selecting one red and one blue marble = Probability of selecting a red marble * Probability of selecting a blue marble

Probability = (5/14) × (9/56)

= 45/784

Related Articles:

Experimental Probability

Chance and Probability

Probability Distribution

Dependent and Independent Events

Union of Sets

Types of Events in Probability

Sample Questions on Compound Probability

Following are some of the questions based on the formulas of Compound Probability:

Question 1: A jar contains 5 red balls and 3 blue balls. If two balls are randomly drawn without replacement, what is the probability of drawing one red ball and one blue ball?

Solution:

First, let's find the probability of drawing one red ball and one blue ball separately.

Probability of drawing a red ball on the first draw = 5/8

After drawing a red ball, there are 4 red balls left and 3 blue balls remaining, so the probability of drawing a blue ball on the second draw = 3/7

Similarly, probability of drawing a blue ball on the first draw = 3/8

After drawing a blue ball, there are 5 red balls left and 2 blue balls remaining, so the probability of drawing a red ball on the second draw = 5/7

Therefore, the total probability of drawing one red ball and one blue ball

= (5/8) × (3/7) + (3/8) × (5/7)

= 15/56 + 15/56

= 30/56 = 15/28

Question 2: A fair six-sided die is rolled, and a coin is tossed. What is the probability of rolling an even number on the die and getting heads on the coin?

Solution:

Probability of rolling an even number on a fair six-sided die = 3/6 = 1/2

Probability of getting heads on a fair coin toss = 1/2

Since the events are independent, the probability of both events occurring is the product of their individual probabilities.

Therefore,

Total probability = (1/2) × (1/2) = 1/4

Question 3: A bag contains 4 red balls and 5 blue balls. Two balls are drawn randomly with replacement. What is the probability of drawing two blue balls?

Solution:

Probability of drawing a blue ball on the first draw = 5/9

Probability of drawing a blue ball on the second draw (with replacement) = 5/9

Therefore,

Total probability of drawing two blue balls = (5/9) × (5/9) = 25/81

Question 4: A deck of 52 playing cards contains 26 red cards and 26 black cards. If two cards are drawn randomly without replacement, what is the probability of drawing two red cards?

Solution:

Probability of drawing a red card on the first draw = 26/52 = 1/2

After drawing a red card, there are 25 red cards left and 51 cards remaining, so the probability of drawing another red card on the second draw = 25/51

Therefore,

Total probability of drawing two red cards = (1/2) × (25/51) = 25/102

Question 5: An experiment consists of rolling a fair six-sided die and flipping a fair coin. What is the probability of rolling a number less than 4 on the die or getting tails on the coin?

Solution:

Probability of rolling a number less than 4 on a fair six-sided die = 3/6 = 1/2

Probability of getting tails on a fair coin toss = 1/2

Since the events are mutually exclusive, the probability of either event occurring is the sum of their individual probabilities.

Therefore,

Total probability = (1/2) + (1/2) = 1/2


Next Article
Compound Probability: Definition, Formulas, Examples

W

workamri5de4
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Probability

Similar Reads

    Molecular Weight Formula - Definition, Formula, Solved Examples
    An atom is the basic building block of matter i.e. everything around us is made of matter. This is the smallest unit into which matter can be divided without the release of any electrically charged particles. This is the smallest unit of matter which has the characteristic properties of a chemical e
    5 min read
    Chemical Indicators - Definition, Types, Examples
    Chemical Indicators in Acids, Bases, and Salts are defined as the chemical substances that are used to indicate whether a liquid is an acid or base. All the solutions (liquids) around us can be categorized into three categories that are, Acidic, Basic, Or Neutral. The chemical substances that are us
    9 min read
    Covalent Bonds - Definition, Types, Properties, Examples
    The matter is portrayed as any substance that has mass and devours space by having a volume in old-style material science and general science. Step by step fights that can be reached are ultimately contained atoms, which are involved in working together subatomic particles, and matter implies partic
    8 min read
    What are Covalent Compounds? Definition, Formation, Properties
    Pure substances exist in two forms: elements and compounds. Elements are the simplest chemical substances in which all of the atoms are the same. Compounds are chemical substances composed of two or more elements chemically bound together in a specific ratio. When two or more elements combine chemic
    6 min read
    Important Terms pertaining to Coordination Compounds
    A coordination compound is made up of a central metal atom or ion that is surrounded by a number of oppositely charged ions or neutral molecules. All the ions or molecules in coordination compounds are connected with coordinate bonds to the central metal atom. When coordination compounds are dissolv
    6 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