Problem 10
Question
A bag contains 3 red, 4 white and 5 blue balls. All balls are different. Two balls are drawn at random. Find the probability that they are of different colours. [MP-2008]
Step-by-Step Solution
Verified Answer
The probability is \( \frac{47}{66} \).
1Step 1: Calculate Total Possible Outcomes
The total number of ways to draw two balls from a set of 12 (3 red + 4 white + 5 blue) is given by the combination formula \( \binom{n}{r} \). Calculate this as \( \binom{12}{2} = \frac{12 \times 11}{2 \times 1} = 66 \). These are the total possible outcomes.
2Step 2: Calculate Outcomes for Same Colour
First, calculate the number of ways to draw two balls of the same colour. For red balls: \( \binom{3}{2} = 3 \), for white balls: \( \binom{4}{2} = 6 \), and for blue balls: \( \binom{5}{2} = 10 \). Adding these, the total ways to get two balls of the same colour is \( 3 + 6 + 10 = 19 \).
3Step 3: Calculate Outcomes for Different Colours
Use the difference between the total possible outcomes and the same colour outcomes to find different colour outcomes. Calculate this as \( 66 - 19 = 47 \). Thus, there are 47 ways to draw two balls of different colours.
4Step 4: Calculate Probability of Different Colours
The probability that the two balls drawn are of different colours is the ratio of different colour outcomes to total possible outcomes. So, the probability is \( \frac{47}{66} \).
Key Concepts
Combination FormulaProbability of EventsColour-based Probability Calculations
Combination Formula
Combination formula is central to understanding how we count possibilities where order does not matter. In this problem, we use it to calculate how many ways we can select two balls from a total. This formula is written as:\[ \binom{n}{r} = \frac{n!}{r!(n-r)!} \]Here, "\( n \)" represents the total number of items to choose from, and "\( r \)" represents the number of items to choose. The exclamation mark denotes a factorial, which is the product of an integer and all the positive integers below it. So, \( n! \) means multiply all whole numbers from 1 to \( n \).
- To solve our exercise, we let \( n = 12 \) (the total number of balls) and \( r = 2 \) (since we are drawing two balls).
- \( \binom{12}{2} = \frac{12 \times 11}{2 \times 1} = 66 \).
Probability of Events
Probability helps us determine the likelihood of an event occurring. It's calculated by dividing the number of successful outcomes by the total number of possible outcomes. The probability \( P \) of an event is generally written as:\[ P = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}} \]In the exercise, our event of interest is drawing two balls of different colours.
- We calculated the number of outcomes where both balls are the same color: 19.
- We also determined the total possible outcomes to be 66.
- Subtracting, we get that there are 47 successful outcomes where the balls are different colors.
Colour-based Probability Calculations
Calculating probabilities based on colour involves assessing subsets of a total set according to specific attributes (in this case, colour). We want to focus on how color influences probability outcomes for the exercise.The bag contains:
- 3 red balls
- 4 white balls
- 5 blue balls
- Draw 2 red balls: \( \binom{3}{2} = 3 \)
- Draw 2 white balls: \( \binom{4}{2} = 6 \)
- Draw 2 blue balls: \( \binom{5}{2} = 10 \)
- Ways to draw different-colored balls = 66 - 19 = 47
Other exercises in this chapter
Problem 10
Find the probability distribution of the number of 6 in 3 throws of a dice. [MP-2009]
View solution Problem 10
Three numbers are selected one by one from whole numbers 1 to 20 . The probability that they are consecutive integers is (a) \(1 / 380\) (b) \(3 / 190\) (c) \(3
View solution Problem 10
The probability that the 3 cards drawn from a pack of 52 cards are all red is (a) \(1 / 17\) (b) \(3 / 19\) (c) \(2 / 19\) (d) \(2 / 17\)
View solution Problem 11
The odds against throwing 7 with 2 dice in a throw are: (a) \(5: 1\) (b) \(1: 5\) (c) \(1: 4\) (d) \(3: 1\)
View solution