\

5.1a Probability of an Event that follows a Binomial Distribution


5.1a Probability of an Event that follows a Binomial Distribution
 
1. For a Binomial Distribution, the probability of obtaining r numbers of successes out of n experiments is given by

P ( X = r ) = c n r . p r . q n r

where
P = probability
X = discrete random variable
r =  number of success (0, 1, 2, 3, …, n)
n = number of trials
p = probability of success in an experiment (0 < p <1)
q = probability of failure in an experiment (q = 1 – p)


Example 1
Kelvin has taken 3 shots in a shooting practice. The probability that Kelvin strikes the target is 0.6. X represents the number of times kelvin strikes the target.

(a)   List the elements of the binomial discrete random variable X.

(b) Calculate the probability for the occurrence of each of the elements of X.

(c)  Hence, plot a graph to represent the binomial probability distribution of X.
 
Solution:
(a) X = Number of times Kelvin strikes the target
 X = {0, 1, 2, 3}
 
(b) X ~ B (n, p)
  X ~ B (3, 0.6)

P ( X = r ) = c n r . p r . q n r ( i ) P ( X = 0 ) = C 3 0 ( 0.6 ) 0 ( 0.4 ) 3 Probability of failure = 1 0.6 = 0.4 = 0.064 ( i i ) P ( X = 1 ) = C 3 1 ( 0.6 ) 1 ( 0.4 ) 2 = 0.288 ( i i i ) P ( X = 2 ) = C 3 2 ( 0.6 ) 2 ( 0.4 ) 1 = 0.432 ( i v ) P ( X = 3 ) = C 3 3 ( 0.6 ) 3 ( 0.4 ) 0 = 0.216


(c)



Leave a Comment