document.write( "Question 864800: A group of 8 friends (5 girls and 3 boys) plans to watch a movie, but they have only 5 tickets. If they randomly decide who will watch the movie, what is the probability that there are at least 3 girls in the group that watch the movie?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #521288 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A group of 8 friends (5 girls and 3 boys) plans to watch a movie, but they have only 5 tickets. If they randomly decide who will watch the movie, what is the probability that there are at least 3 girls in the group that watch the movie? \n" ); document.write( "------ \n" ); document.write( "# of ways to succeed:: 5C3*3C2 = 5C2*3C2 = 10*3 = 30 ways \n" ); document.write( "---- \n" ); document.write( "# of random groups of 5: 8C5 = 8C3 = (8*7*6)/(1*2*3) = 56 \n" ); document.write( "====== \n" ); document.write( "Ans: P(3 girls and 2 boys) = 30/56 = 0.5357 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |