document.write( "Question 274141: A tea set has 4 cups and saucers.Two of which are of same color and the other two are of different color.If the cups are placed randomly on the saucers.What is the probability that no cup is on a saucer of same color \n" ); document.write( "
Algebra.Com's Answer #200107 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
A tea set has 4 cups and saucers.Two of which are of same color and the other two are of different color.If the cups are placed randomly on the saucers.What is the probability that no cup is on a saucer of same color
\n" ); document.write( "
\r\n" );
document.write( "Suppose the cups are A, B, C, and D\r\n" );
document.write( "\r\n" );
document.write( "Suppose the saucers are W, X, Y, and Z\r\n" );
document.write( "\r\n" );
document.write( "where the color of the letter is the color of the cup or saucer,\r\n" );
document.write( "\r\n" );
document.write( "Then there are only four ways to place them successfully\r\n" );
document.write( "\r\n" );
document.write( "(A, W), (B, X), (C, Y), (D, Z)\r\n" );
document.write( "\r\n" );
document.write( "(A, W), (B, X), (C, Z), (D, Y)\r\n" );
document.write( "\r\n" );
document.write( "(A, X), (B, W), (C, Y), (D, Z)\r\n" );
document.write( "\r\n" );
document.write( "(A, X), (B, W), (C, Z), (D, Y)\r\n" );
document.write( "\r\n" );
document.write( "To place them any old way, there are 4 ways to place a cup on saucer A,\r\n" );
document.write( "which leaves 3 ways to place a cup on saucer B, which leave 2 ways to place a\r\n" );
document.write( "cup on saucer C, which leaves 1 way to place a cup on saucer D.\r\n" );
document.write( "That's 4x3x2x1 = 4! = 24 ways\r\n" );
document.write( "\r\n" );
document.write( "So the probability is 4 ways out of 24 ways or \"4%2F24\" or \"1%2F6\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );