document.write( "Question 141727: Kyle goes to a video rental store with enough money to rent 3 DVDs. He finds 3 dramas, 4 comedies, and 2 action. What is the probability that he will select all comedies? \n" ); document.write( "
Algebra.Com's Answer #103259 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Kyle goes to a video rental store with enough money to rent 3 DVDs. He finds 3 dramas, 4 comedies, and 2 action. What is the probability that he will select all comedies? \n" ); document.write( "-------------- \n" ); document.write( "# of ways to select 3 comedies: 4C3 = 4 \n" ); document.write( "---------------- \n" ); document.write( "# of ways to select 3 of any kind: 9C3 = 9*8*7/1*2*3 = 84 \n" ); document.write( "================= \n" ); document.write( "P(select 3 comedies out of the distribution) = 4/84 = 1/21 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |