document.write( "Question 943753: Probability P (A or B), P (A and B) there are M&M candies in a jar: Red (7), Blue (7) and Yellow (7). a) probability that randomly taken one candy is blue or red: P (Blue or Red) b) probability that out of 2 candies randomly taken from the jar first candy will be Red and second candy will be Red again: P(Red and then Red). Keep in mind that in case b), after you take the first candy, there will be one less candies in the box. \r
\n" );
document.write( "\n" );
document.write( "Counting Outcomes (Permutations and Combinations) For numbers 8 and 2, in how many ways can you select 2 items out of 8 if order of selection makes a difference - use Permutations b) in how many ways can you select 2 items out of 8 if order of selection doesn't matter - use Combinations. \n" );
document.write( "
Algebra.Com's Answer #575406 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Probability P (A or B), P (A and B) \n" ); document.write( "there are M&M candies in a jar: Red (7), Blue (7) and Yellow (7). \n" ); document.write( "================== \n" ); document.write( "a) probability that randomly taken one candy is blue or red: \n" ); document.write( "P (Blue or Red) = P(blue) + P(red) = 7/21 + 7/21 = 14/21 = 2/3 \n" ); document.write( "---------------------------------------- \r \n" ); document.write( "\n" ); document.write( "b) probability that out of 2 candies randomly taken from the jar first candy will be Red and second candy will be Red again: \n" ); document.write( "P(Red and then Red) = P(red)*P(red|red) = (7/21)(6/20) = (1/3)(3/10) = 1/10 \n" ); document.write( "------------------ \n" ); document.write( " Counting Outcomes (Permutations and Combinations) For numbers 8 and 2, in how many ways can you select 2 items out of 8 if order of selection makes a difference - use Permutations \n" ); document.write( "8P2 = 8*7 = 56 \n" ); document.write( "------------------ \n" ); document.write( " b) in how many ways can you select 2 items out of 8 if order of selection doesn't matter - use Combinations. \n" ); document.write( "8C2 = (8*7)/(1*2) = 28 \n" ); document.write( "--------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |