How many 3-digit numbers can be formed using the digits 1, 2, 3, 4, 5, 6, 7 if repetition of digits is not allowed?
1 answer
There are 7 choices for first digit, 6 for second and 5 for third digit. So, there can be 7x6x5=210 3-digit numbers.