Consider the following experiments:
What these experiments have in common is that they involve multiple trials. After the first card has been drawn, the first marble has been picked, or the first name has been drawn, there are two possibilities before carrying out the second trial.
More formally, we call each of these cases WITH REPLACEMENT or WITHOUT REPLACEMENT.
Whether we return the item or keep it out affects the resulting probabilities.
Let's consider a simple example.
A bag of marbles contains $3$3 red and $3$3 blue marbles. $2$2 marbles are drawn one after the other.
Calculate the probability of getting $2$2 reds:
a) if we replace the first before drawing the second (with replacement)
b) without replacing the first marble selected (non-replacement)
When we draw the first marble, we have a $\frac{3}{6}$36 chance of getting a red marble.
If we return this red marble to the bag, then everything is reset. The probability that we pick a red marble on the second go will also be $\frac{3}{6}$36.
Multiplying these two together, we get that P(Red, Red) = $\frac{3}{6}\times\frac{3}{6}=\frac{1}{4}$36×36=14 = $25%$25%
Like before, when we draw the first marble, we have a $\frac{3}{6}$36 chance of getting a red marble.
Now look what happens if we keep this ball out:
Multiplying these two together, we get that P(Red, Red) = $\frac{3}{6}\times\frac{2}{5}=\frac{1}{5}$36×25=15 = $20%$20%
So whether we do or do not replace the object before the next draw affects the overall probability of the event.
A container holds four counters coloured red, blue, green and yellow.
a) Draw a tree diagram representing all possible outcomes when two counters are drawn, and the first counter is replaced before the next draw.
b) Draw a tree diagram representing all possible outcomes when two counters are drawn, and the first counter is not replaced before the next draw.
A number game uses a basket with 9 balls, all labelled with numbers from 1 to 9. Three balls are drawn at random without replacement.
a) What is the probability that the ball labelled '3' is picked once?
b) What is the probability that the ball labelled '3' is picked and the ball labelled '6' is also picked?