document.write( "Question 1167894: How many four digit number can be formed by using digits 1,3,5,7,7,8 and 9 (No digit should be repeated)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #792569 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The digits can't be repeated, so having the second 7 in the list of available digits is a confusion factor that should be ignored. \n" ); document.write( "There are 6 different digits; you need to make a 4-digit number using four of them. \n" ); document.write( "6 choices for the first; \n" ); document.write( "5 choices for the second; \n" ); document.write( "4 for the third; and \n" ); document.write( "3 for the fourth. \n" ); document.write( "By the fundamental counting principle, the total number of 4-digit numbers possible is the product of the numbers of ways to choose each digit. \n" ); document.write( "ANSWER: 6P4 = 6*5*4*3 = 360 \n" ); document.write( " |