document.write( "Question 548982: Ten percent of the population is left handed. What is the probability that in a group of 10 people, at least two will be left handed? \n" ); document.write( "
Algebra.Com's Answer #357385 by mathie123(224)![]() ![]() ![]() You can put this solution on YOUR website! This is a binomial distribution with the P(win)=P(left-handed)=10% and P(fail)=P(right-handed)=90%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have a formula we can directly plug into the binomial distribution, but just so we know where it is coming from I will derive it. \r \n" ); document.write( "\n" ); document.write( "P(at least 2 left handed)=1-P(0 left-handed)-P(1 left-handed) \n" ); document.write( "(This takes a bit of thinking... basically everything must add to 100%, so I picked the shorter route and subtracted everything it CANNOT be... please let me know if you are unsure)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's first find P(0 lefthanded) \n" ); document.write( "Well this means out of the 10 people, 0 of them are \"winning\"(i.e. left-handed). how many ways can I choose these 0 people? 10C0=1 \n" ); document.write( "Okay so once I have the left-handed people picked out, the rest are just right-handed (10 people). \n" ); document.write( "So the probability that 10 people are right-handed is 90%*90%*...90% (10 times- using product rule)=0.9^(10) \n" ); document.write( "and the probability that 0 people are left-handed is 0.1^0=1\r \n" ); document.write( "\n" ); document.write( "So P(0 left-handed) using the product rule is \n" ); document.write( "(10C0)*(09^(10))*(0.1^0) \n" ); document.write( "I will let you figure this out on your calculator.... \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can do a similar thing for P (1 left-handed) and find that in general if we have a \"win/fail\" situation, and we want the probability that we have r wins out of a total of n trials, our formula will look like this: \n" ); document.write( "P(r wins)=(nCr)*(P(win))^r*(P(fail))^(n-r)\r \n" ); document.write( "\n" ); document.write( "Try this out for P( 1 lefthanded) then put these two values we found into the \n" ); document.write( "P(at least 2 left handed)=1-P(0 left-handed)-P(1 left-handed) \n" ); document.write( "formula we have\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hopefully this helps:) \n" ); document.write( " |