document.write( "Question 364423: A 20-member club has an equal number of freshmen, sophomores, juniors, and
\n" );
document.write( "seniors. If 5 members are selected at random, what is the probability that at
\n" );
document.write( "least 4 will be seniors? \n" );
document.write( "
Algebra.Com's Answer #259924 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A 20-member club has an equal number of freshmen, sophomores, juniors, and \n" ); document.write( "seniors. If 5 members are selected at random, what is the probability that at \n" ); document.write( "least 4 will be seniors? \n" ); document.write( "------ \n" ); document.write( "Binomial problem with n = 5 and p(senior) = 1/4 \n" ); document.write( "--- \n" ); document.write( "P(4<=x<=5) = 5C4(1/4)^4*(3/4) + 5C5(1/4)^5(3/4)^0 \n" ); document.write( "= 0.0156 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |