document.write( "Question 614747: In how many ways can 15 basketball players be listed in a program? \n" ); document.write( "
Algebra.Com's Answer #386679 by ashipm01(26)\"\" \"About 
You can put this solution on YOUR website!
There are n! ways to permute an n element collection. So for this problem, there are 15 different people and you are looking for all the different orderings, or permutations, of those 15 people. The answer is 15!, but to see why consider the following:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have 15 slots, each of which will hold one of the names of the players. You need to fill the first slot with some name. It doesn't matter which name, so you have 15 names to choose from.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Next, you need to fill the second slot from any of the remaining players. Since you have already selected one of the names from the previous step, you only have 14 names remaining, so there are 14 ways to fill this slot.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Similarly, you need to fill the third slot. You have used two of the names from the previous two steps, so now you have 13 names to choose from, which means you have 13 ways to fill this slot.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This continues for each of the remaining twelve slots. Each slot you have one less name to choose from since each step uses one name.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This can be viewed as the following, where each number represents the way of filling one of the slots:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "= 15 * 14 * 13 * 12 * 11 * 10 * 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "= \"+15%21+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "= 1,307,674,368,000
\n" ); document.write( "
\n" );