document.write( "Question 1061645: The football team is going to select three captains from their 60 players, 8 of which are seniors. How many possible captains can be picked if two have to be seniors? \n" ); document.write( "
Algebra.Com's Answer #676404 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Two have to be seniors. That is 8C2=28 ways
\n" ); document.write( "The third person can be chosen from any of the other 52 players.
\n" ); document.write( "Therefore, it is 28*52=1456 ways.
\n" ); document.write( "
\n" );