document.write( "Question 126220: The Carubas have a collection of 28 video movies, including 12 westerns and 16 science fiction. Elise selects 3 of the movies at random to bring to a sleep-over at her friend's house, find the probability of:\r
\n" );
document.write( "\n" );
document.write( "P(3 science fiction), P(2 westerns and 1 science fiction) and P(2 science fiction and 2 westerns). \n" );
document.write( "
Algebra.Com's Answer #92507 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The Carubas have a collection of 28 video movies, including 12 westerns and 16 science fiction. Elise selects 3 of the movies at random to bring to a sleep-over at her friend's house, find the probability of: \n" ); document.write( "P(3 science fiction) = 16C3/28C3 = 0.1709.. \n" ); document.write( "------------------------- \n" ); document.write( "P(2 westerns and 1 science fiction) = [12C2*16C1]/[28C3] = 0.3223... \n" ); document.write( "----------------------- \n" ); document.write( "P(2 science fiction and 2 westerns) = [16C2*12C2]/[28C4] = 0.3868... \n" ); document.write( "Comment: This last selection involves selecting 4 movies. \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------------- \n" ); document.write( " |