How many different three-digit numbers can you make with the numbers 2022?
Three.
[(0, 2, 2), (2, 0, 2), (2, 2, 0), (2, 2, 2)] >Total distinct permutations = 4
If you accept 0, 2, 2, then there are 4. If not, then there are 3.