document.write( "Question 1193129: 5 objects, without replacement, from 18 distinct objects
\n" ); document.write( "If the order is relevant, how many ways can this be done?
\n" ); document.write( "If the order is not relevant, how many ways can this be done?
\n" ); document.write( "

Algebra.Com's Answer #825126 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(1) If order is important, then it is a permutation.

\n" ); document.write( "5 objects, selected IN ORDER from 18 objects:
\n" ); document.write( "18 choices for the first;
\n" ); document.write( "17 choices for the second;
\n" ); document.write( "...
\n" ); document.write( "14 choices for the last

\n" ); document.write( "ANSWER: 18P5 = 18*17*16*15*14 (you can do the calculation....)

\n" ); document.write( "(2) If order is not important, then it is a combination.

\n" ); document.write( "There are 18*17*16*15*14 different orders in which you can choose 5 of the 18 objects.

\n" ); document.write( "Any group of 5 that you select could have been chosen in 5*4*3*2*1 different orders. So the number of distinct combinations of 5 of the 18 objects is the number of permutations, divided by the number of different orders in which those 5 objects could have been chosen.

\n" ); document.write( "ANSWER: 18C5 = (18*17*16*15*14)/(5*4*3*2*1) (again I leave the calculation to you)

\n" ); document.write( "
\n" ); document.write( "
\n" );