document.write( "Question 1140546: A technician is launching fireworks near the end of a show. Of the remaining twelve fireworks, six are blue and six are red. If she launches 5 of them in a random order, what is the probability that at least two of them are blue ones? \n" ); document.write( "
Algebra.Com's Answer #761070 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
12C5 are the number of choices of 5 from 12
\n" ); document.write( "look at 1 or 0 are blue, and take the complement of that.
\n" ); document.write( "for 1: 6C1*6C4=6*15=90 possibilities
\n" ); document.write( "for 0: 6C5 or 6 ways
\n" ); document.write( "96 possibilities from 792=0.1212 probability they won't be or 0.8787 probability at least two are blue.\r
\n" ); document.write( "\n" ); document.write( "check
\n" ); document.write( "2 blue are 6C2*6C3=15*20=300
\n" ); document.write( "3 blue are 6C3*6C2=also 300
\n" ); document.write( "4 blue are 6C4*6C1=90
\n" ); document.write( "5 blue are 6 ways
\n" ); document.write( "And those are the other 696 possibilities.
\n" ); document.write( "696/792=0.8787 ANSWER
\n" ); document.write( "
\n" );