document.write( "Question 1195864: About 20% of all professional foot ball players are injured during a given season a team has four star players a) what is the probability that at list two of the star players gets injured?
\n" );
document.write( "b)find the mean, variance, and standard deviation of the number of players WHO injured\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #828454 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "This problem is a binomial distribution with the parameters\r\n" ); document.write( "\r\n" ); document.write( " n = 4 (the number of trials);\r\n" ); document.write( "\r\n" ); document.write( " k >= 2 (the number of success);\r\n" ); document.write( "\r\n" ); document.write( " p = 0.2 (the probability of individual success).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The probability is \r\n" ); document.write( "\r\n" ); document.write( " P = P(2) + P(3) + P(4) = P(n=4, k>=2, p=0.2) =\r \n" ); document.write( "\n" ); document.write( "Part (a) is complete.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The binomial distribution has the following properties:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The mean of the distribution (μx) is equal to n * P = 4*0.2 = 0.8.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The variance (σ2x) is n * P * ( 1 - P ) = 4*0.2*0.8 = 0.64.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The standard deviation (σx) is sqrt[ n * P * ( 1 - P ) ] =\r \n" ); document.write( "\n" ); document.write( "Part (b) is complete.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |