Question 693895
Suppose that 14% people are left handed. If 9 people are selected at random, What is the possibility that exactly 2 of them are left handed?
-----
Binomial Problem with n = 9 ; p(left) = 0.14 ; p(right) = 0.86
==================
P(x = 2) = 9C2*0.14^2*0.86^7
------------------------------
= binompdf(9,0.14,2) = 0.2455
================================
Cheers,
Stan H.
==============================