document.write( "Question 382415: a bag contains 6 cherry 3 orange and 2 lemon candies you reach in and take 3 pieces of candy at random find the probablity that you have all orange candies. I got 0.7272 not sure if that is right.
\n" );
document.write( "B. find the proability that you have 2 cherry and 1 lemon.
\n" );
document.write( "I also got .7272 for this. \n" );
document.write( "
Algebra.Com's Answer #271026 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 6+3+2 = 11 candies total\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 11 C 3 = 165 different ways to select 3 candies (where order doesn't matter)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since there is only one way to choose 3 orange candies (3 C 3 = 1), this means that the probability is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Again, there are 11 C 3 = 165 different ways to select 3 candies. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 6 C 2 = 15 different ways to select 2 cherry candies and 2 C 1 = 2 different ways to select a single lemon candy.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 15*2 = 30 different ways to select 2 cherries and a lemon.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability is |