Bernoulli's Theorem :-
The probability of x successes in n trials is equal to nCx px qn - x wherxe p is the probability of success and q is the probability of failure.
Proof : Since p is the probability of success, the probability of x success is p•p•p••• x times = px
Also x success imply (n-x) failures and since q is the probability of failure, the probability of (n-x) failures is qn - x .
By the multiplication rule, the probability of the Simultaneous happening is px q n - x . But x successes in n trials can occure in nCx way and all these cases are favorable to the event.
Hence by the addition rule, the probability of x successes out of n trials is given by
Px qn - x + pxq n - x. . . + nCx times = nCx px qn - x
This proves Bernoulli's theorem.
An illustration of the theorem
Suppose a coin is tossed 3 times and we wish to know the probability of getting 2 heads.
The possibilities are as follows:
HHH, HHT, HTH, HTT, THH, THT, TTH, TTT
We see that there are eight possibilities, out of which only 3 possibilities are favourable to the event. They are HHT, HTH, THH.
Thus the probability of getting 2 heads is 3/8.
Now we shall obtain the probability of the event by Bernoulli's theorem.
Number of trails n=3.
Number of success (p) = probability of getting a head =1/2
Probability of failure (q) = 1-p=1/2
Therefore
nCx px qn - x = 3C2 (1/2)2 (1/2)1 = 3*1/4*1/2=3/8