document.write( "Question 735802: Here is the problem: A soccer team has 16 players. How many ways can the coach choose a starting team of 11 players?\r
\n" );
document.write( "\n" );
document.write( "I have been working on this problem for forever and still am having trouble solving it. Here's what I came up with but I know I'm doing something wrong.\r
\n" );
document.write( "\n" );
document.write( "16!/11!(16-11)! then i write it all out:
\n" );
document.write( "________________ <--this is the fraction divider sign thing haha
\n" );
document.write( "11! (16-11)!\r
\n" );
document.write( "\n" );
document.write( "16x15x14x13x12x11x10x9x8x7x6x5x4x3x2x1
\n" );
document.write( "_______________________________________
\n" );
document.write( "11x10x9x8x7x6x5x4x3x2x1x(5x4x3x2x1)
\n" );
document.write( "it gives me some bizarre number. If you could show how to do the work correctly to get an answer that actually makes sense and explain where I went wrong that would be great. Thanks. \n" );
document.write( "
Algebra.Com's Answer #449550 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! This is a combination problem, that is, how many combinations of 16 players taken 11 at a time are there? So we have\r \n" ); document.write( "\n" ); document.write( "the following formula to evaluate\r \n" ); document.write( "\n" ); document.write( "16! / 11! * (16 - 11)! we use the combination formula because order does not matter in this problem\r \n" ); document.write( "\n" ); document.write( "reducing the above formula we get\r \n" ); document.write( "\n" ); document.write( "(16*15*14*13*12) / 5*4*3*2*1\r \n" ); document.write( "\n" ); document.write( "further reduction gives us\r \n" ); document.write( "\n" ); document.write( "8*15*14*13 / 5 = 4368 combinations \n" ); document.write( " |