document.write( "Question 1201884: An ice chest contains 5 cans of apple juice, 6 cans of grape juice, 5 cans of orange juice and 4 cans of mango juice. Suppose that you reach into the container and randomly select three cans in succession. Find the probability of selecting 3 cans of apple juice.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #836435 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An ice chest contains 5 cans of apple juice, 6 cans of grape juice, 5 cans of orange juice and 4 cans of mango juice. Suppose that you reach into the container and randomly select three cans in succession. Find the probability of selecting 3 cans of apple juice. \n" ); document.write( "------------------------ \n" ); document.write( "Total of 5+6+5+4 cans = 20 cans \n" ); document.write( "--- \n" ); document.write( "Without replacement: \n" ); document.write( "1st choice is 5/20 = 1/4 \n" ); document.write( "2nd choice is 4/19 \n" ); document.write( "3rd choice is 3/18 = 1/6 \n" ); document.write( "Product = 1/114 \n" ); document.write( " |