document.write( "Question 1196358: Counting numbers are to be formed using only the digits 5, 4, 6, 2, 8, 1, 7, and 3. Determine the number of different possibilities for two digits numbers. \n" ); document.write( "
Algebra.Com's Answer #829155 by greenestamps(13208) You can put this solution on YOUR website! \n" ); document.write( "The problem is not defined well enough; there are (at least) two possible interpretations. \n" ); document.write( "(A) If the digits must be different: 8 choices for the first digit, then 7 for the second -- number of possible 2-digit numbers: 8*7 = 56 \n" ); document.write( "(B) If the two digits can be the same: 8 choices for each digit -- number of possible 2-digit numbers: 8*8 = 64 \n" ); document.write( "By the way, for your information.... The term is \"2-digit number\", not \"two digits number\". \n" ); document.write( " \n" ); document.write( " |