document.write( "Question 584778: An ice chest contains 6 cans of apple juice, 3 cans of grape juice, 8 cans of orange juice, and 2 cans of pineapple juice. Suppose that you reach into the container and randomly select three cans in succession. Find the probability of selecting no grape juice. \n" ); document.write( "
Algebra.Com's Answer #373082 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! ways of selecting 3 from 19 ___ 19C3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of selecting 3 from 16 (no grape) ___ 16C3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of no grape ___ 16C3 / 19C3 \n" ); document.write( " |