SOLUTION: How many natural numbers that are less then 3000 can be made using the digits 0-6 if repetition is allowed?

Algebra ->  Permutations -> SOLUTION: How many natural numbers that are less then 3000 can be made using the digits 0-6 if repetition is allowed?      Log On


   



Question 946865: How many natural numbers that are less then 3000 can be made using the digits 0-6 if repetition is allowed?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
-------------