Question 946865
How many natural numbers that are less then 3000 can be made using the digits 0-6 if repetition is allowed?
-----
# of ways to choose the thousands digit:: 2
# of ways to choose the hundreds digit:: 7
#...... tens:: 7
#...... units:: 7
-----
Answer: 2*7^3 = 686 numbers
-----------
Cheers,
Stan H.
-------------