document.write( "Question 1193874: A coach must reduce his basketball team from 13 players to 11 players.\r
\n" );
document.write( "\n" );
document.write( "Among how many different final teams has he to choose?\r
\n" );
document.write( "\n" );
document.write( "13C11= 13C2
\n" );
document.write( " = 13 x 12/2!
\n" );
document.write( " = 156/2
\n" );
document.write( " = 78\r
\n" );
document.write( "\n" );
document.write( "What is the probability that a particular player, S, will be chosen to remain on the team?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #825919 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's say we want player S a guaranteed spot on the team. \n" ); document.write( "That leaves n = 13-1 = 12 players left to pick from and r = 11-1 = 10 slots to fill.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "nCr = (n!)/(r!*(n-r)!) \n" ); document.write( "12C10 = (12!)/(10!*(12-10)!) \n" ); document.write( "12C10 = (12!)/(10!*2!) \n" ); document.write( "12C10 = (12*11*10!)/(10!*2!) \n" ); document.write( "12C10 = (12*11)/(2!) \n" ); document.write( "12C10 = (12*11)/(2*1) \n" ); document.write( "12C10 = 132/2 \n" ); document.write( "12C10 = 66 \n" ); document.write( "There are 66 ways to form a team where we guarantee that player S is on the team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As you calculated correctly, 13C11 = 78 is the number of ways to select 11 players from a pool of 13. \n" ); document.write( "Among these 78 total cases, player S may or may not be on the team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability player S is on the team is 66/78 = (6*11)/(6*13) = 11/13 \n" ); document.write( "We divide the number of ways to form a team with player S on it (66) over the number of teams total (78). \n" ); document.write( " \n" ); document.write( " |