document.write( "Question 108363: Thirteen percent of people are left handed. You randomly select 8 persons and ask them if they are left-handed. Find the probability that (a) exactly 1 person are left handed (b) at least 1 persons are left handed, and (C) less than 1 are left handed. \n" ); document.write( "
Algebra.Com's Answer #78993 by stanbon(75887) ![]() You can put this solution on YOUR website! Thirteen percent of people are left handed. You randomly select 8 persons and ask them if they are left-handed. \n" ); document.write( "-------- \n" ); document.write( "Note: Probability a person is not left handed = 0.87 \n" ); document.write( "------------------- \n" ); document.write( "Find the probability that\r \n" ); document.write( "\n" ); document.write( "(a) exactly 1 person are left handed \n" ); document.write( "P(x=1) = 13C1(0.13)^1(0.87)^7 = 0.63756... \n" ); document.write( "------------------- \n" ); document.write( "(b) at least 1 persons are left handed, \n" ); document.write( "P(x>=1) = 1 - P(x=0) \n" ); document.write( "= 1 - 0.87^ 8 = 0.6717883... \n" ); document.write( "-------------------- \n" ); document.write( "(c) less than 1 are left handed. \n" ); document.write( "P(x=0) = 0.87^8 = 0.328211.. \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |