document.write( "Question 198047: The numbers 0 through 9 are used in code groups of four to identify an item of clothing. Code 1083 might identify a blue blouse, size medium. The code group 2031 might identify a pair of pants, size 18, and so on. Repetitions of numbers are not permitted, i.e., the same number cannot be used more than once in a total sequence. As examples, 2256, 2562 or 5559 would not be permitted. How many different code groups can be designed?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #148518 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The numbers 0 through 9 are used in code groups of four to identify an item of clothing. Code 1083 might identify a blue blouse, size medium. The code group 2031 might identify a pair of pants, size 18, and so on. Repetitions of numbers are not permitted, i.e., the same number cannot be used more than once in a total sequence. As examples, 2256, 2562 or 5559 would not be permitted. How many different code groups can be designed? \n" ); document.write( "--------------- \n" ); document.write( "# of sets of 4 digits is 10C4 = 210 \n" ); document.write( "--- \n" ); document.write( "# of arrangements of each set of 4 is 4!= 24 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Ans: # of code numbers is 24*210 = 5040 \n" ); document.write( "=================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |