document.write( "Question 313620: A bag contains 5 lemon gumdrops and 7 cherry gumdrops. Four gumdrops are selected at random.What is the probability that two of each flavor will be selected? Round your answer to the nearest thousandth. \n" ); document.write( "
Algebra.Com's Answer #224237 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A bag contains 5 lemon gumdrops and 7 cherry gumdrops. Four gumdrops are selected at random.What is the probability that two of each flavor will be selected? Round your answer to the nearest thousandth.
\n" ); document.write( "------------
\n" ); document.write( "# of ways to pick 2 lemon: 5C2 = 10
\n" ); document.write( "# of ways to pick 2 cherry:7C2 = 21
\n" ); document.write( "---------------------------
\n" ); document.write( "# of ways to pick 4 randomly: 12C4 = (12*11*10*8)/(1*2*3*4) = 495
\n" ); document.write( "------------
\n" ); document.write( "P(2 lemon and 2 cherry) = [10*21]/495 = 0.4242
\n" ); document.write( "======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );