document.write( "Question 1064205: If five balls are drawn from a bag containing six green balls, eight blue balls, and ten black balls, what is the probability that:
\n" ); document.write( "a. three green and two blue balls are drawn?
\n" ); document.write( "b. at least four black balls are drawn?
\n" ); document.write( "c. five black balls or five blue balls are drawn?
\n" ); document.write( "d. at least three blue balls are drawn?
\n" ); document.write( "

Algebra.Com's Answer #679289 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
24 balls and choosing 5; the denominator is 24C5
\n" ); document.write( "a. The numerator is 6C3*8C2=15*28=420. The denominator is 42,504, probability is 0.01\r
\n" ); document.write( "\n" ); document.write( "b. The numerator is 10C4*14C1+10C5=2940+252=3192; the probability is 0.075
\n" ); document.write( "c. The numerator is 10C5 + 8C5=252+56=308; the probability is 0.007
\n" ); document.write( "d. 8C3*16C2+8C4*16+8C5=56*120+70*16+56=6720+1120+56=7896 numerator: probability is 0.186
\n" ); document.write( "
\n" );