document.write( "Question 1104723: Q1 About 9% of people are left-handed. Suppose 5 people are selected at random.18
\n" ); document.write( "(a) What is the probability that all are right-handed?
\n" ); document.write( "(b) What is the probability that all are left-handed?
\n" ); document.write( "(c) What is the probability that not all of the people are right-handed?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #719413 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Q1 About 9% of people are left-handed. Suppose 5 people are selected at random.18
\n" ); document.write( "P(left-handed) = 0.09 ; P(right-handed) = 0.91
\n" ); document.write( "------------
\n" ); document.write( "(a) What is the probability that all are right-handed?
\n" ); document.write( "P(x = 5 are right handed) = 18C5*0.91^5*0.09^13 = binompdf(18,0.91,5) = 1.36x10^-10
\n" ); document.write( "------------------------------
\n" ); document.write( "(b) What is the probability that all are left-handed? = 0.09^18 = 1.5x10^-19
\n" ); document.write( "----------
\n" ); document.write( "(c) What is the probability that not all of the people are right-handed?
\n" ); document.write( "P(x = 18 are right-handed) = 1- 0.91^18 = 0.8169
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------
\n" ); document.write( "
\n" );