document.write( "Question 563087: if a box contains 4 red balls, 5 blue balls, and 6 green balls, suppose that they are selected one by one until a green ball is found. what is the probability that it is necessary to examine at least 6 balls?\r
\n" ); document.write( "\n" ); document.write( "what i've tried. obviously, there are 15 balls total, and by the combination formula, 15 nCr 6 (in TI-83 language, in English, 15 choosing 6) there are 5005 possible combinations when you choose 6 from a total of 15. I am just stumped on how to get the numerator to divide by 5005.\r
\n" ); document.write( "\n" ); document.write( "Any insight would be greatly appreciated. Thank you.
\n" ); document.write( "

Algebra.Com's Answer #364763 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
another way to look at the question ___ what is the probability of drawing 5 consecutive non-green balls?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ways to draw 5 of 15 ___ 15C5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ways to draw 5 of 9 ___ 9C5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(9C5) / (15C5)
\n" ); document.write( "
\n" );