document.write( "Question 1077509: in how many ways can be 11 chosen out of batch of 15 players? how many of this will
\n" ); document.write( "a)include 1 particular player
\n" ); document.write( "b)exclude 1 particular player
\n" ); document.write( "

Algebra.Com's Answer #692136 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
15C11=1365
\n" ); document.write( "excluding a player (take the approach the player isn't part of the group) 14C11=364
\n" ); document.write( "including a player (already chosen, so the group is smaller, but so are the number of people who have to be chosen) 14C10=1001
\n" ); document.write( "
\n" );