Question
Mathematics Question on Probability
A die is thrown 6 times. If 'getting an odd number' is a success, what is the probability of:
(i) 5 successes ?
(ii) at least 5 successes ?
(iii) at most 5 successes ?
The repeated tosses of a die are Bernoulli trials. Let X denote the number of successes of getting odd numbers in an experiment of 6 trials.
Probability of getting an odd number in a single throw of a die is, p=63=21
∴q=1−p=21
X has a binomial distribution.
Therefore, P (X = x) = nCn−xqn−xpx,wheren=0,1,2...n
=6Cx(21)6−x.(21)x
=6Cx(21)6
(i) P (5 successes) = P (X = 5)
=6C5(21)6
=6.641
=323
(ii) P(at least 5 successes) = P(X ≥ 5)
= P(X=5)+P(X=6)
=6C5(21)6+6C6(21)6
=6.641+1.641
=647
(iii) P (at most 5 successes) = P(X ≤ 5)
= 1-P(X>5)
=1-P(X=6)
=1- 6C6(21)6
= 1- 641
=6463