document.write( "Question 1020987: If no digit is repeated in any number, how many four-digit numbers can be formed out of the digits 1, 2, 3, 4, 5, 6, 7? How many of these numbers will exceed 4000? \n" ); document.write( "
Algebra.Com's Answer #636813 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "If no digit is repeated in any number, how many four-digit numbers can be formed out of the digits 1, 2, 3, 4, 5, 6, 7? How many of these numbers will exceed 4000? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "with no repetition, there are 7 choices for the first digit, 6 for the second, 5 for the third and 4 for the fourth for a total of 7*6*5*4=840 numbers. \n" ); document.write( "If the number must exceed 4000, then the first digit must be 4,5,6,or 7. \n" ); document.write( "Following the same logic above, there are 4*6*5*4=480 distinct numbers. However, since 4000 does not exceed 4000, so it must be subtracted from the list leaving 480-1=479 numbers. \n" ); document.write( " \n" ); document.write( " |