Question 955563
If a license plate consists of four digits, how many different licenses could be created having at least one digit repeated.
-----
Total # possible:: 10^4 = 10000
----
Total # with no repeated digits:: 10*9*8*7 = 5040
-----
Ans: # with at least one repeated digit:: 10000-5040 = 4960
-------------
Cheers,
Stan H.
-------------