...how many 5 digit numbers can be formed from a set of seven digits, without repeating digits, and not transposing numbers? For example, if I have the digits 1234567, how many five digit numbers can be formed? 12345, 23456, 34567, etc. are good numbers, but 54321 would not be valid as it is the same as 12345...also, 11234 is invalid as it repeats the digit 1. Please answer ASAP, and thanks so much in advance! ~lechefrene~
1,2,3,4,5,6,7lechefrene wrote:...how many 5 digit numbers can be formed from a set of seven digits, without repeating digits, and not transposing numbers? For example, if I have the digits 1234567, how many five digit numbers can be formed? 12345, 23456, 34567, etc. are good numbers, but 54321 would not be valid as it is the same as 12345...also, 11234 is invalid as it repeats the digit 1. Please answer ASAP, and thanks so much in advance! ~lechefrene~
7*6*5*4*3 = 2520 digits can be formed
Alternatively
you can use the permutation formula
7P5 = 7!/2! = 2520
Let me know if you have any doubts.
















