How many 6 digits number can be generated using digits 0-9 with repetition of any digit?

$\begingroup$

How many 6 digits number can be generated using digits 0-9 with repetition of any digit?

Few Examples: 111111 122222 123333 123456 324222

$\endgroup$ 3

2 Answers

$\begingroup$

Hint:

how many are the numbers between $100000$ and $999999$ ?

$\endgroup$ 0 $\begingroup$

By the Rule of Product, they are $9\cdot 10^5$ if you want that the first digit is different from zero. They are $10^6$ if you allow that the first digit can be zero.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like