document.write( "Question 281482: A jar contains 5 white, 7 blue, and 8 red marbles. If you remove 1 marble at a time, randomly, what is the minimum number that you must remove to be certain that you have at least 3 marbles of each color? \n" ); document.write( "
Algebra.Com's Answer #204470 by brucewill(101)\"\" \"About 
You can put this solution on YOUR website!
The \"worst case\" would be pulling 8 red, then 7 blue, then 1 white.\r
\n" ); document.write( "\n" ); document.write( "Therefore, you would need to pull 16 before being assured of 1 of each color.
\n" ); document.write( "
\n" ); document.write( "
\n" );