SOLUTION: If a license plate consists of four digits, how many different licenses could be created having at least one digit repeated.

Algebra ->  sets and operations  -> Lessons -> SOLUTION: If a license plate consists of four digits, how many different licenses could be created having at least one digit repeated.      Log On


   



Question 955563: If a license plate consists of four digits, how many different licenses could be created having at least one digit repeated.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
-------------