document.write( "Question 584945: A company manufactures calculators in batches of 64. Four out of every 100 calculators are defective.
\n" );
document.write( "
\n" );
document.write( "(a) Define the random variable for this situation and list its values.
\n" );
document.write( "
\n" );
document.write( "(b) What in your view is an appropriate probability distribution of this variable? State the conditions that influenced your choice.
\n" );
document.write( "
\n" );
document.write( "(c) Find the probability of getting exactly 3 defects in a batch.
\n" );
document.write( "
\n" );
document.write( "(d) Find the probability of getting at least 3 defectives in a batch.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #373014 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company manufactures calculators in batches of 64. Four out of every 100 calculators are defective. \r \n" ); document.write( "\n" ); document.write( "(a) Define the random variable for this situation and list its values. \n" ); document.write( "# of defective in a batch. \n" ); document.write( "----------------------------------------\r \n" ); document.write( "\n" ); document.write( "(b) What in your view is an appropriate probability distribution of this variable? State the conditions that influenced your choice. \n" ); document.write( "Ans: Binomial Distribution. independence; constant p-value for each trial; \n" ); document.write( "2 possible outcomes. \n" ); document.write( "--------------------------\r \n" ); document.write( "\n" ); document.write( "(c) Find the probability of getting exactly 3 defects in a batch. \n" ); document.write( "Ans: 64C3(0.04)^3(0.96)^61 = binompdf(64,0.04,3) = 0.2210 \n" ); document.write( "---------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(d) Find the probability of getting at least 3 defectives in a batch. \n" ); document.write( "Ans: P(3<= x <=64) = 1 - P(0<= x <=2) = 0.4744 \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |