document.write( "Question 859180: 90% of the population is right handed. If 3 persons are selected at random, what is the probability they will all be left handed? \n" ); document.write( "
Algebra.Com's Answer #517606 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .90, n = 3
\n" ); document.write( "P(x=3) = binompdf(3,.90, 3) = .7290 \n" ); document.write( "
\n" );