document.write( "Question 1081710: A football team consists of 14 each freshmen and sophomores, 13 juniors, and 10 seniors. Four players are selected at random to serve as captain. Find the probability:\r
\n" );
document.write( "\n" );
document.write( "a) All four are seniors
\n" );
document.write( "b)there is one each: freshman, sophomore, junior, senior
\n" );
document.write( "c)there are two sophomores and 2 freshmen
\n" );
document.write( "d) at least one student is a senior
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #695993 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 51 players \n" ); document.write( "number of choices is 51C4=249,900 \n" ); document.write( "seniors is 10C4=210, so probability is 0.0008 \n" ); document.write( "1 of each: 14C1*14C1*13C1*10C1=25480 for probability of 0.1020 \n" ); document.write( "14C2*14C2=91*91=8281 for probability of 0.0331 \n" ); document.write( "at least 1 is a senior means 1- no seniors \n" ); document.write( "That is 41C4, the number of other players/51C4=0.4052 \n" ); document.write( " |