document.write( "Question 254218: Six cups and saucers come in pairs: there are two cups and saucers which are red, two white, and two with stars on. If the cups are placed randomly onto the saucers (one each), find the probability
\n" );
document.write( "that no cup is upon a saucer of the same pattern. \n" );
document.write( "
Algebra.Com's Answer #186521 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! Six cups and saucers come in pairs: there are two cups and saucers which are red, two white, and two with stars on. If the cups are placed randomly onto the saucers (one each), find the probability \n" ); document.write( "that no cup is upon a saucer of the same pattern. \n" ); document.write( " \r\n" ); document.write( "To place them all successfully, there are two types\r\n" ); document.write( "of ways of placing them:\r\n" ); document.write( "\r\n" ); document.write( "An example of 1st type \r\n" ); document.write( "\r\n" ); document.write( "Saucers R R W W S S\r\n" ); document.write( "Cups W W S S R R\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Example of 2nd type\r\n" ); document.write( "\r\n" ); document.write( "Saucers R R W W S S\r\n" ); document.write( "Cups W S R S R W\r\n" ); document.write( " \r\n" ); document.write( "So we have to consider each type of choice.\r\n" ); document.write( "\r\n" ); document.write( "For type 1 cases only. \r\n" ); document.write( "\r\n" ); document.write( "There are 4 ways to place the 1st red cup. Having done that,\r\n" ); document.write( "there is 1 way to place the 2nd red cup. Having done that,\r\n" ); document.write( "there are 2 ways to place the 1st white cup. Having done that,\r\n" ); document.write( "there is 1 way to place the 2nd white cup. Having done that,\r\n" ); document.write( "there are 2 ways to place the 1st starred cup. Having done that,\r\n" ); document.write( "there is 1 way to place the 2nd starred cup.\r\n" ); document.write( "\r\n" ); document.write( "Therefore there are 4*1*2*1*2*1 or 16 ways to place the cups successfully\r\n" ); document.write( "in a configuration like Type 1. \r\n" ); document.write( "\r\n" ); document.write( "Example of 2nd type\r\n" ); document.write( "\r\n" ); document.write( "Saucers R R W W S S\r\n" ); document.write( "Cups W S R S R W\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "For type 2 cases only: \r\n" ); document.write( "\r\n" ); document.write( "There are 4 ways to place the 1st red cup. Having done that,\r\n" ); document.write( "there are 2 ways to place the 2nd red cup. Having done that,\r\n" ); document.write( "there are 3 ways to place the 1st white cup. Having done that,\r\n" ); document.write( "there are 2 ways to place the 2nd white cup. Having done that,\r\n" ); document.write( "there are 2 ways to place the 1st starred cup. Having done that,\r\n" ); document.write( "there is 1 way to place the 2nd starred cup.\r\n" ); document.write( "\r\n" ); document.write( "Therefore there are 4*2*3*2*2*1 or 96 ways to place the cups successfully\r\n" ); document.write( "in a configuration like Type 2.\r\n" ); document.write( "\r\n" ); document.write( "So there are a total of 16 + 96 or 112 ways to place the\r\n" ); document.write( "cups successfully.\r\n" ); document.write( "\r\n" ); document.write( "----------------------\r\n" ); document.write( "To place all the cups, regardless of whether successfully or unsuccesfully:\r\n" ); document.write( "\r\n" ); document.write( "There are 6 ways to place the 1st red cup. Having done that,\r\n" ); document.write( "there are 5 ways to place the 2nd red cup. Having done that,\r\n" ); document.write( "there are 4 ways to place the 1st white cup. Having done that,\r\n" ); document.write( "there are 3 ways to place the 2nd white cup. Having done that,\r\n" ); document.write( "there are 2 ways to place the 1st starred cup. Having done that\r\n" ); document.write( "there is 1 way to place the 2nd starred cup.\r\n" ); document.write( "\r\n" ); document.write( "Therefore there are 6*5*4*3*2*1 or 720 ways to place the cups any\r\n" ); document.write( "old way.\r\n" ); document.write( "\r\n" ); document.write( "The probability is therefore\n" ); document.write( " |