document.write( "Question 725826: given that 10% of us are left handed, find the probability of getting 3 left handed students in a class of 15 \n" ); document.write( "
Algebra.Com's Answer #444356 by stanbon(75887) ![]() You can put this solution on YOUR website! given that 10% of us are left handed, find the probability of getting 3 left handed students in a class of 15 \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 15 and p(left) = 0.10 \n" ); document.write( "---- \n" ); document.write( "P(x = 3) = 15C3*0.1^3*0.9^12 = binompdf(15,0.1,3) = 0.1285 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |