document.write( "Question 190443: In this question, answer to at least 3 decimal places accuracy.
\n" );
document.write( "Data shows that 86% of all people are right handed. In a group of 10 people,\r
\n" );
document.write( "\n" );
document.write( " what would be the expected value for the number of right handed people in the group? 8.6\r
\n" );
document.write( "\n" );
document.write( " What is the probability that exactly 8 of the people in the group are right handed?
\n" );
document.write( " What is the probability that at least 8 of the people in the group are right handed? \r
\n" );
document.write( "\n" );
document.write( "thanks bunches \n" );
document.write( "
Algebra.Com's Answer #142928 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In this question, answer to at least 3 decimal places accuracy. \n" ); document.write( "Data shows that 86% of all people are right handed. \n" ); document.write( "In a group of 10 people, what would be the expected value for the number of right handed people in the group? 8.6 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "What is the probability that exactly 8 of the people in the group are right handed? \n" ); document.write( "n=10 ; p = 0.86 ; x = 8 \n" ); document.write( "P(x=8) = 10C8*(0.86)^8*(0.14)^2 = 45*0.29922*0.1960 = 0.2639 \n" ); document.write( "-------------------------------------------------------------------- \n" ); document.write( "What is the probability that at least 8 of the people in the group are right handed? \n" ); document.write( "P(x = 8,or 9,or,10) \n" ); document.write( "= 0.2639 + 10C9(0.86)^9(0.14)^1 + (0.86)^10 \n" ); document.write( "= 0.84547.. \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |