document.write( "Question 260100: I am having trouble understanding this. Can someone please help me?\r
\n" );
document.write( "\n" );
document.write( "The probabilities that a batch of 4 computers will contain 1, 2, 3, and 4 defective computers are 0.6274, 0.3102, 0.0575, and 0.001 respectively.\r
\n" );
document.write( "\n" );
document.write( "a. Set up a probability distribution to describe this situation.
\n" );
document.write( "b. Based on these probabilities how many defective computers would you expect to find in this batch? (This would be the mean of the distribution.)
\n" );
document.write( "c. How much would this value reasonably be expected to fluctuate? (This is the standard deviation.)
\n" );
document.write( "d. What’s the probability of finding at most 2 defective computers in this batch?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #191550 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The probabilities that a batch of 4 computers will contain 1, 2, 3, and 4 defective computers are 0.6274, 0.3102, 0.0575, and 0.001 respectively. \n" ); document.write( "a. Set up a probability distribution to describe this situation. \n" ); document.write( "The only number missing is zero. \n" ); document.write( "Add the probabilities you are given and subtract that sum from 1 to \n" ); document.write( "get the probability of zero computers being defective. \n" ); document.write( "I get: 1 - 0.9961 = 0.0039 \n" ); document.write( "------ \n" ); document.write( "Now write the ordered pairs: \n" ); document.write( "(0,0.0039),(1,0.6274),etc \n" ); document.write( "That is the probability distribution \n" ); document.write( "-------------------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. Based on these probabilities how many defective computers would you expect \n" ); document.write( "E(x) = 0*0.0039 + 1*0.6274 + 2*0.3102 + etc \n" ); document.write( "to find in this batch? (This would be the mean of the distribution.) \n" ); document.write( "----------------------------------\r \n" ); document.write( "\n" ); document.write( "c. How much would this value reasonably be expected to fluctuate? (This is the standard deviation.) \n" ); document.write( "That is a messy problem unless you have a calculator or software that \n" ); document.write( "will work it for you. \n" ); document.write( "I get std = 0.6108.. using a TI calculator. \n" ); document.write( "--------------------------------\r \n" ); document.write( "\n" ); document.write( "d. What’s the probability of finding at most 2 defective computers in this batch? \n" ); document.write( "P(2<= x <=4) = 1 - [P(x=0 + P(x=1) = 1- [0.0039+0.6274] = 0.3687 \n" ); document.write( "==================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |