document.write( "Question 1149900: one-fifth of all jellybeans are black. A random sample of ten jellybeans is chosen.
\n" ); document.write( "What is the probability that this sample contains exactly two jellybeans?
\n" ); document.write( "What is the probability that it contains fewer than two black beans?
\n" ); document.write( "

Algebra.Com's Answer #771398 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
binomial with n=10 p=0.2
\n" ); document.write( "exactly 2 is 10C2*0.2^2*0.8^8=0.3020
\n" ); document.write( "fewer than 2 include 0 and 1
\n" ); document.write( "probability of 0 is 0.8^10=0.1074
\n" ); document.write( "probability of 1 is 10*0.2*0.8^9, the 10 being the number of ways it can happen=0.2684\r
\n" ); document.write( "\n" ); document.write( "that is the sum of those two values or 0.3758
\n" ); document.write( "
\n" ); document.write( "
\n" );