document.write( "Question 330098: Your friend randomly selects 2 movies from your collection to borrow. Your collection includes 9 comedies, 5 dramas, 3 mysteries, 1 musical, and 2 horror movies. What is the probability that both movies are comedies? \n" ); document.write( "
Algebra.Com's Answer #236553 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Your friend randomly selects 2 movies from your collection to borrow. Your collection includes 9 comedies, 5 dramas, 3 mysteries, 1 musical, and 2 horror movies. What is the probability that both movies are comedies?
\n" ); document.write( "----
\n" ); document.write( "# of ways to pick 2 comedies: 9C2 = (9*8)/(1*2) = 36
\n" ); document.write( "---------
\n" ); document.write( "# of ways to randomly pick 2 movies: 20C2 = (20*19)/(1*2) = 190
\n" ); document.write( "----
\n" ); document.write( "P(2 comedies) = 36/190 = 0.1895
\n" ); document.write( "=========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=========
\n" ); document.write( "
\n" );