Statistical & Numerical Methods Using C++: Master of Computer Application (MCA) - Semester 3
Statistical & Numerical Methods Using C++: Master of Computer Application (MCA) - Semester 3
Que 1. An experiment succeeds twice as often as it fails . Find the chance that in the next six trials there will be atleast four successes.
Solution: An experiment succeeds twice as often as it fails. i.e. the probability of its success is 2/3 and the probability of its failure is 1/3. In the next 6 trials the experiment needs to succeed in 4 out of the 6 trials. 4 out of the 6 trials in which it succeeds could be selected in 6C4 ways = 6 ways. And as 4 of them are successes, they have a probability of 2/3 and the one that is a failure will have a probability of 1/3. Hence, the required probability = 6*((2/3)^4)*(1/3)