document.write( "Question 1166385: A class has 4 seniors, 5 juniors, 3 sophomores, and 6 freshmen. If you randomly choose
\n" ); document.write( "6 students, what is the probability that:\r
\n" ); document.write( "\n" ); document.write( "a. You choose at least 2 seniors?\r
\n" ); document.write( "\n" ); document.write( "b. You choose exactly 3 juniors and 3 freshman
\n" ); document.write( "

Algebra.Com's Answer #790893 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
at least 2 seniors is 1-prob (1 senior) and prob (0 seniors)
\n" ); document.write( "denominator is 18C6 and that is 18564\r
\n" ); document.write( "\n" ); document.write( "the numerator for the first (1 senior) is (4C1)(14C5) since the other classes are not fixed.
\n" ); document.write( "this is 4*2002 or 8008
\n" ); document.write( "the numerators for 0 seniors is 14C6 and that is 3003
\n" ); document.write( "so the probability of at least 2 seniors is 1-(11011)/18564=0.4069\r
\n" ); document.write( "\n" ); document.write( "Can check with 2, 3 or 4 seniors. for 3 it is 4C3 *14C3=1456 ways
\n" ); document.write( "for 4 seniors it is 4C4*14C2=1*91=91
\n" ); document.write( "for 2 seniors it is 4C2*14C4=6006
\n" ); document.write( "that sum decided by 18564 gives a probability of 0.4069.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for b the numerator is 5C3*6C3 and that is 10*20=200
\n" ); document.write( "the probability is 0.0108
\n" ); document.write( "
\n" ); document.write( "
\n" );