document.write( "Question 870619: Pens are sold in packets of 15 pens per packet. The pens are of different colour and 20% are red.
\n" );
document.write( "a) Show that the probability of a randomly chosen packet of pens containing 3 or more red ones is 0.602.
\n" );
document.write( "b) Jack buys 6 packets of pen. Find the probability that at least 5 of the packets contain 3 or more red pens. \n" );
document.write( "
Algebra.Com's Answer #525035 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p (red) = .20, n = 15 \n" ); document.write( "a) P(x ≥ 3) = 1 - binomcdf(15, .20, 2)= .602 \n" ); document.write( "0r \n" ); document.write( " \n" ); document.write( "1 - P(0) + P(x=1) + P(x=2) = 1 - (.035 + .132 + .231) = 1 - .398 = .602 \n" ); document.write( "b) p (red) = .20, n = 6 \n" ); document.write( " P(x ≤ 5) = 1 - p(x = 6) = 1 - (.2)^6 = 1 - .0001 = .9999 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |