document.write( "Question 741315: An ice chest contains nine cans of apple juice, ten cans of orange juice, five cans of grape juice, and six cans of lemon-lime drink. Suppose you reach into the chest and randomly pick three cans in succession (without replacement). Find the probability of selecting two orange juice and one grape juice \n" ); document.write( "
Algebra.Com's Answer #451958 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 9+10+5+6=30 \n" ); document.write( "10/30 =1/3 for first can \n" ); document.write( "9/29 for second can \n" ); document.write( "5/28 for third can \n" ); document.write( "1/3*9/29*5/28 \n" ); document.write( " \n" ); document.write( " |