Medium
How many three digit numbers can be formed using the digits 2, 6, 0 (without repetition)?
How many three digit numbers can be formed using the digits 2, 6, 0 (without repetition)?
Total arrangements of 3 digits = 3! = 6, but numbers cannot start with 0. Numbers starting with 0 (invalid): fixing 0 first, remaining 2 digits arrange in 2! = 2 ways. Valid 3-digit numbers = 6 - 2 = 4.
Re-check your working by substituting the answer back into the original question.