document.write( "Question 1112837: A designer is creating a store window display from 3 pairs of pants (black, brown, blue); 2 shirts (black and blue); and 3 pairs of shoes (black, brown, blue) that are available to choose from. What is the probability that the outfit consists entirely of the same color if the components are chosen randomly? \n" ); document.write( "
Algebra.Com's Answer #727870 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "All black: \"%281%2F3%29%281%2F2%29%281%2F3%29+=+1%2F18\"
\n" ); document.write( "All brown: \"%281%2F3%29%280%2F2%29%281%2F3%29+=+0\"
\n" ); document.write( "All blue: \"%281%2F3%29%281%2F2%29%281%2F3%29+=+1%2F18\"

\n" ); document.write( "All the same color: \"1%2F18%2B0%2B1%2F18%29+=+2%2F18+=+1%2F9\"
\n" ); document.write( "Answer: 1/9 probability that all are the same color.

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

\n" ); document.write( "3*2*3=18 possible combinations total;
\n" ); document.write( "2 combinations with all the same color (black or blue);
\n" ); document.write( "probability that all are the same color: 2/18 = 1/9
\n" ); document.write( "
\n" );