document.write( "Question 1202169: How would I solve this problem: “A bag contains 4 red, 6 white and 9 blue marbles. How many ways can 5 marbles be drawn so that *at least* 2 marbles are blue?”\r
\n" ); document.write( "\n" ); document.write( "I have tried the following but wonder if they one is correct:
\n" ); document.write( "1. 9C2 * 17C3 I thought that 2 blue marbles would be drawn, leaving 17 blue, red or white marbles to be drawn. The scenarios would be multiplied to yield 24480 ways.
\n" ); document.write( "2. Sum the results from each scenario of 2-5 blue marbles being drawn. (9C2 * 10C3) + (9C3 * 10C2) + (9C4 * 10C1) + (9C5) = 9486\r
\n" ); document.write( "\n" ); document.write( "Is there a flaw in my thinking?
\n" ); document.write( "

Algebra.Com's Answer #836805 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "I didn't check your calculations, but the second method is correct while the first is not.

\n" ); document.write( "Without trying to explain further, your first method won't give you the right answer because your \"9\" and \"17\" don't add up to 19.

\n" ); document.write( "
\n" ); document.write( "
\n" );