document.write( "Question 1086415: If X has the binomial distribution with mean 25 and probability of success 1/5, find P(X
\n" );
document.write( "\n" );
document.write( "
Algebra.Com's Answer #700617 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The mean of a binomial distribution is equal to n*P where n = the number of trials and P is the probability of success. \n" ); document.write( "The number of trials is therefore equal to 25/(1/5) = 125 \n" ); document.write( "The standard deviation, sigma = sqrt(nP(1-P)) = sqrt((125/5)*(4/5)) = sqrt(20) \n" ); document.write( "So we need to find the cumulative probability for X < 25 - 2*sqrt(20) = 16.06 \n" ); document.write( "Since we require a discrete number of trials, we take n = 16. \n" ); document.write( "I get P = 0.0131 when I compute the cumulative probability.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |