document.write( "Question 376250: In an urn there are several color marbles, 8blue, 11white, 6yellow, 6red. You are to choose 5 marbles randomly. What is the probability that 4 or more are white marbles? (Please note step by step) \n" ); document.write( "
Algebra.Com's Answer #267742 by edjones(8007) You can put this solution on YOUR website! 8+11+6+6=31 marbles total. \n" ); document.write( "nCr=Combination of n things taken r at a time=n!/((n-r)!r!) \n" ); document.write( ". \n" ); document.write( "(11C4*20C1 + 11C5)/31C5 \n" ); document.write( "=((330*20)+462)/169911 \n" ); document.write( "=(6600+462)/169911 \n" ); document.write( "=7062/169911 \n" ); document.write( "=0.0416 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |