You can put this solution on YOUR website! how many four digit numbers can you get from 0 - 9 and what are all the outcomes
---
# of ways to pick the 1000 digit: 9
# of ways to pick each of the other 3 digits: 10
----
Total # of 4 digit numbers: 9*10^3 = 9000
===================
Cheers,
Stan H.