A box contains 10 red balls and 12 white balls. Two balls are drawn from the box at random, one by one without replacement. What is the probability that the second ball is red?
5/11
The problem involves a box containing a specific number of red and white balls. We are drawing two balls one after another without putting the first ball back. The goal is to find the likelihood that the second ball drawn is red.
The drawing is done "without replacement", which means the total number of balls decreases after the first ball is drawn, and the number of balls of a specific color might also decrease, depending on the color of the first ball drawn.
To find the probability that the second ball drawn is red, we need to consider the possible outcomes of the first draw, as they affect the second draw:
The total probability of the second ball being red is the sum of the probabilities of these two mutually exclusive events.
Let's calculate the probability for each case:
$\text{P(R1)} = \frac{\text{Number of red balls}}{\text{Total number of balls}} = \frac{10}{22}$
Probability of drawing a red ball second, given the first was red (P(R2|R1)):
$\text{P(R2|R1)} = \frac{\text{Number of red balls remaining}}{\text{Total number of balls remaining}} = \frac{9}{21}$
$\text{P(R1 and R2)} = \text{P(R1)} \times \text{P(R2|R1)} = \frac{10}{22} \times \frac{9}{21}$
$\text{P(R1 and R2)} = \frac{90}{462}$
$\text{P(W1)} = \frac{\text{Number of white balls}}{\text{Total number of balls}} = \frac{12}{22}$
Probability of drawing a red ball second, given the first was white (P(R2|W1)):
$\text{P(R2|W1)} = \frac{\text{Number of red balls remaining}}{\text{Total number of balls remaining}} = \frac{10}{21}$
$\text{P(W1 and R2)} = \text{P(W1)} \times \text{P(R2|W1)} = \frac{12}{22} \times \frac{10}{21}$
$\text{P(W1 and R2)} = \frac{120}{462}$
The total probability that the second ball is red is the sum of the probabilities of Case 1 and Case 2:
$\text{P(Second ball is red)} = \text{P(R1 and R2)} + \text{P(W1 and R2)}$
$\text{P(Second ball is red)} = \frac{90}{462} + \frac{120}{462}$
$\text{P(Second ball is red)} = \frac{90 + 120}{462} = \frac{210}{462}$
Now, we simplify the fraction $\frac{210}{462}$. We can find the greatest common divisor (GCD) of 210 and 462.
Divide the numerator and the denominator by the GCD:
$\frac{210 \div 42}{462 \div 42} = \frac{5}{11}$
So, the probability that the second ball drawn is red is $\frac{5}{11}$.
| Event | Probability |
|---|---|
| First Ball Red (R1) | $\frac{10}{22}$ |
| Second Ball Red given First was Red (R2|R1) | $\frac{9}{21}$ |
| First Red AND Second Red | $\frac{10}{22} \times \frac{9}{21} = \frac{90}{462}$ |
| First Ball White (W1) | $\frac{12}{22}$ |
| Second Ball Red given First was White (R2|W1) | $\frac{10}{21}$ |
| First White AND Second Red | $\frac{12}{22} \times \frac{10}{21} = \frac{120}{462}$ |
| Second Ball Red (Total) | $\frac{90}{462} + \frac{120}{462} = \frac{210}{462} = \frac{5}{11}$ |
This detailed step-by-step calculation shows how to determine the probability for the second ball when drawing without replacement, considering all possible outcomes of the first draw.
Three dice are thrown. What is the probability of getting a sum which is a perfect square?
Two distinct natural numbers from 1 to 9 are picked at random. What is the probability that their product has 1 in its unit place?
Two dice are thrown. What is the probability that difference of numbers on them is 2 or 3 ?
Suppose that there is a chance for a newly constructed building to collapse, whether the design is faulty or not. The chance that the design is faulty is 10%. The chance that the building collapses is 95% if the design is faulty, otherwise it is 45%. If it is seen that the building has collapsed, then what is the probability that it is due to faulty design?
What is the probability that all three boys sit together?