document.write( "Question 430614: You are to set up a code of 2- digits words using the digits 1, 2, 3, 4 without using any digit more than once.a) What is the maximum number of words in such a language? \n" ); document.write( "
Algebra.Com's Answer #299042 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are to set up a code of 2- digits words using the digits 1, 2, 3, 4 without using any digit more than once.a) What is the maximum number of words in such a language? \n" ); document.write( "---- \n" ); document.write( "ways to choose the 1st digit: 4 \n" ); document.write( "ways to choose the 2nd digit: 3 \n" ); document.write( "--- \n" ); document.write( "Total number of 2-digit words: 4*3= 12 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |