document.write( "Question 416693: a company manufactures a television which is found to have a 10% probability of being defective in some way. a sample of 4 televisions is taken. \r
\n" );
document.write( "\n" );
document.write( "1) what is the probability that exactly 1 television will be defective?
\n" );
document.write( "2) what is the mean of this distribution?
\n" );
document.write( "3) what is the standard deviation of this distribution? \r
\n" );
document.write( "\n" );
document.write( "having issues with these three problems, thank you \n" );
document.write( "
Algebra.Com's Answer #291886 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a company manufactures a television which is found to have a 10% probability of being defective in some way. a sample of 4 televisions is taken. \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 4 and p = 0.1 \n" ); document.write( "------ \n" ); document.write( "1) what is the probability that exactly 1 television will be defective? \n" ); document.write( "P(x=1) = 4C1(0.1)*(0.9)^3 = 0.2916 \n" ); document.write( "------------------------------- \n" ); document.write( "2) what is the mean of this distribution? \n" ); document.write( "u = np = 4*0.1 = 0.4 \n" ); document.write( "------------------------------- \n" ); document.write( "3) what is the standard deviation of this distribution? \n" ); document.write( "std = sqrt[npq] = sqrt[0.4*0.9] = 0.6 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |