document.write( "Question 984144: How many four-digit numbers, each less than 6000, can be made with the digits 1,3,4,5,7,8,and 9 if a)repetitions are allowed; b)no repetitions are allowed? \n" ); document.write( "
Algebra.Com's Answer #604930 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "With repetition: \n" ); document.write( "Starting from left, for first digit there are 4 choices (less than 6), second digit 7 choices, third digit 7 choices, fourth digit 7 choices: \n" ); document.write( "4 x 7 x 7 x 7=1372 \n" ); document.write( "ANSWER: 1372 four digit numbers can be made with repetition. \n" ); document.write( ". \n" ); document.write( "Without repetition: \n" ); document.write( "Starting from left, for first digit there are 4 choices (less than 6), second digit 6 choices, third digit 5 choices, fourth digit 4 choices: \n" ); document.write( "4 x 6 x 5 x 4= \n" ); document.write( "ANSWER: 480 four digit numbers can be made without repetition. \n" ); document.write( " |