document.write( "Question 177065: A bag contains a red, a blue, a yellow, a white, and a green ball. Three balls are drawn out without replacement. \r
\n" );
document.write( "\n" );
document.write( "a.) What is the probability that the red and yellow ball are selected?\r
\n" );
document.write( "\n" );
document.write( "B.) What is the probability that the two balls are selected in the order listed (red, yellow)? \n" );
document.write( "
Algebra.Com's Answer #132150 by scott8148(6628) You can put this solution on YOUR website! a) the number of possible triplets (3) from a group of five is 5C3 (order is NOT important)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5C3 = 5! / (3! * 2!) = 120 / (6 * 2) = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the red and yellow can be combined with any of the 3 other colors, so there are 3 triplets containing red & yellow\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of red & yellow is 3 in 10 or .3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) the number of triplets from a group of 5 if order IS important is 5P3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5P3 = 5! / 2! = 120 / 2 = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "again, the red & yellow can be combined with each of the other 3 colors \n" ); document.write( "__ but each of the resulting 3 triplets can be arranged in 6 ways (3 * 2 * 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "of the 6 ways, only 2 have the red & yellow in the proper order; either preceded by or followed by the 3rd color\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that 6 out of the 60 possible triplets have red & yellow in the proper order\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6 in 60 is a probability of .1 \n" ); document.write( " |