document.write( "Question 1209003: Suppose we want to choose 6 letters, without replacement, from 8 distinct letters.
\n" ); document.write( "
\n" ); document.write( " How many ways can this be done, if the order of the choices does not matter?\r
\n" ); document.write( "\n" ); document.write( "How many ways can this be done, if the order of the choices matters?
\n" ); document.write( "

Algebra.Com's Answer #847561 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Suppose we want to choose 6 letters, without replacement, from 8 distinct letters.
\n" ); document.write( "(a) How many ways can this be done, if the order of the choices does not matter?
\n" ); document.write( "(b) How many ways can this be done, if the order of the choices matters?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "(a)  If the order does not matter, then the question is about combinations.\r\n" );
document.write( "\r\n" );
document.write( "     The number of choices is the number of combinations of 8 distinct letters taken 6 at a time\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "         \"C%5B8%5D%5E6\" = \"8%21%2F%286%21%2A2%21%29\" = \"%288%2A7%29%2F%281%2A2%29\" = 4*7 = 28.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(b)  If the order does matter, then the question is about permutations.\r\n" );
document.write( "\r\n" );
document.write( "         1st letter can be any of 8 letters, giving 8 options.\r\n" );
document.write( "\r\n" );
document.write( "         2nd letter can be any of 7 remaining letters, giving 7 options.\r\n" );
document.write( "\r\n" );
document.write( "         3rd letter can be any of 6 remaining letters, giving 6 options.\r\n" );
document.write( "\r\n" );
document.write( "         4th letter can be any of 5 remaining letters, giving 5 options.\r\n" );
document.write( "\r\n" );
document.write( "         5th letter can be any of 4 remaining letters, giving 4 options.\r\n" );
document.write( "\r\n" );
document.write( "         6th letter can be any of 3 remaining letters, giving 3 options.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     The total number of possible choices in this case is  8*7*6*5*4*3 =20160.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, with complete explanations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );