How many 3-digit even numbers can be made using the digits 1,2,3,4,6,7 if no digit is repeated?
Here, total number of digits = 6
The unit place can be filled with any one of the digits 2, 4, 6.
So number of permutation = 3P1=3!2!=3
Now, the tens and hundreds place can be filled by remaining 5 digits.
So number of permutations =5P2=5!3!=5×4×3!3!=20
Hence total number of permutations = 3×20=60.