document.write( "Question 859729: Assume 13% of people are left-handed. If 40 people are randomly chosen, find the probability that 8 will be left-handed. \n" ); document.write( "
Algebra.Com's Answer #517993 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .13, n = 40
\n" ); document.write( "P(x=8) = binompdf(40, .13, 8) = .0728 \n" ); document.write( "
\n" );