document.write( "Question 1046836: ⦁ A truck has a shipment of 300 I-phones. If there are 4 defective I-phones on the truck, what is the probability of picking 20 I-phones at random and getting
\n" );
document.write( "⦁ Exactly one defective I-phone?
\n" );
document.write( "⦁ Exactly two defective I-phones?
\n" );
document.write( "⦁ Exactly three defective I-phones?
\n" );
document.write( "⦁ Exactly four defective I-phones?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #662275 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = 4/300 = 1/75 = .0133 \n" ); document.write( "n = 20 \n" ); document.write( "TI syntax for P(x-value) is binompdf(n, p, x-value). \n" ); document.write( "⦁ Exactly one defective I-phone? p = binompdf(20, .0133, 1) = .2062 \n" ); document.write( "⦁ Exactly two defective I-phones? p = binompdf(20, .0133, 2) = .2064 \n" ); document.write( "⦁ Exactly three defective I-phones? p = binompdf(20, .0133, 3)= .0023 \n" ); document.write( "⦁ Exactly four defective I-phones? p = p = binompdf(20, .0133, 4)= .0001 \n" ); document.write( "Recommend Using stattrek.com to check Results \n" ); document.write( "until You are familiar with Using Your Calculator. \n" ); document.write( "One could also Use Your Casio fx-115 ES plus 0r fx-991 ES plus \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |