document.write( "Question 1063395: 7c A machine making electrical resistors has a probability of 0.2 that the values will fall outside the target range. What is the probability of randomly picking 30 from a batch of 100 that will be outside the target?
\n" );
document.write( "What are the mean and the standard deviation for this distribution?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank for your Answer \n" );
document.write( "
Algebra.Com's Answer #678553 by rothauserc(4718) You can put this solution on YOUR website! We will us the binomial probability(P) distribution \n" ); document.write( ": \n" ); document.write( "P ( k = 30 ) = 100C30 * (0.2)^30 * (0.8)^70 = 0.005 \n" ); document.write( ": \n" ); document.write( "Note that 100C30 = 100! / (30! * (100-30)!) \n" ); document.write( ": \n" ); document.write( "mean of the sample is 0.02 \n" ); document.write( "standard deviation of the sample is square root(0.20 * 0.80/100) = 0.04 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |