Loading...
Loading...
What does "same color twice" mean?
The first and second marbles must be the same color. This could happen in two ways: both red OR both blue.
Strategy: Break into cases
"Same color" = "both red" OR "both blue". Since these are mutually exclusive (can't be both red AND both blue at the same time), we:
Setup:
Bag: 6 red + 4 blue = 10 marbles. Drawing twice with replacement.
These events are mutually exclusive (cannot both happen), so we add:
Result:
With replacement, P(same color) = 52%. Without replacement, it would be different because the second draw probability changes based on the first draw.
With Replacement:
P(R,R) = 6/10 × 6/10 = 36/100
Without Replacement:
P(R,R) = 6/10 × 5/9 = 30/90