document.write( "Question 203598: suppose 2% of the people on the average are left handed.Find the probability of 3 or more left handed among 100 people. \n" ); document.write( "
Algebra.Com's Answer #153622 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
suppose 2% of the people on the average are left handed.Find the probability of 3 or more left handed among 100
\n" ); document.write( "------------------------------------------
\n" ); document.write( "P(x>=3) = 1 - P(0<=x<=2) = 1-binomcdf(100,0.02,2) = 0.3233....
\n" ); document.write( "---------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );