I am trying to improve my stat skills from a book (Freedman et al, 2007, Statistics) that gives an exercise, I cannot get my head around.
It goes like this:
There are 5 green balls and 1 red ball in a box. We draw four times randomly with replacement. What is the probability that we draw at least two red balls?
My guess would be
(1/6)^2 + (1/6)^3 + (1/6)^4 because the probability of at least 2 red balls out of 4 draws must be equal to drawing two or three or four times a red ball. Hence I would use the addition rule, which gives 0.03 = 3 percent
However, the book says it is 13 percent, and gives the following explanation (150+20+1)/1296.
Why is this so?
My attempt to trace back the terms:
I can possibly see how it got the first and third term in the fraction: The first could be (5/6)^2 = 25/36, which is the probability of drawing two green balls; and the third could be (1/6)^4 = 1/1296, which is the probability of drawing four red balls. I have no idea though where they could possibly get the 20 from.
Thanks