Find the probability of throwing atmost 2 sixes in 6 throws of a single die.
The repeated tossing of a die are Bernoulli trials. Let X represent the number of times of getting 6 in 6 throws of the die.
p=P (throwing 6 with die) = 16 and q=1-p=1- 16=56
Clearly, X has the probability distribution with n=6, p=16 and q=56.
∴P(X=r)=nCrprqn−r=6Cr(16)r(56)6−r
∴ P (throwing atmost 2 sixes) = P (X≤2)=P(0)+P(1)+P(2)
=6C0p0q6+6C1p1q5+6C2p2q4=q6+6pq5+15p2q4
=q4(q2+6pq+15p2)=(56)4[(56)2+6×16×56+15×(16)2]
=(56)4[25+30+1536]=7036(56)4=3518.(56)4