document.write( "Question 912151: A football team consists of 20 freshmen and 20 sophomores, 15 juniors, and 10 seniors. Four players are selected at random to serve as captains. Find the probability that
\n" ); document.write( "a. all 4 are seniors
\n" ); document.write( "b. there is 1 each: freshman, sophomore, junior, senior
\n" ); document.write( "c. there are 2 sophomores and 2 freshmen
\n" ); document.write( "d. at least 1 of the students is a senior
\n" ); document.write( "

Algebra.Com's Answer #553614 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
total \"65\": 20F, 20S,15J,10Sr
\n" ); document.write( "4 Selected
\n" ); document.write( "P(all Ss) = \"%2810C4%29%2F%2865C4%29\"
\n" ); document.write( "P(1 each) = \"%28%2820C1%29%2820C1%29%2815C1%29%2810C1%29%29%2F%2865C4%29\"
\n" ); document.write( "P(2S AND 2F) = \"%28%2820C2%29%2820C2%29%29%2F%2865C4%29\"
\n" ); document.write( "P(at least Sr) = 1 - P(no Sr) = 1 - \"55C4%2F%2865C4%29\"
\n" ); document.write( "
\n" );