[Math] Number of different possible permutations of a telephone number

permutations

A telephone number consists of $10$ digits, all from $0$ to $9$. The first digit is $0$. The remaining digits can be any number ranging from $0$ to $9$. How many possible telephone numbers are there?

My try:

I first said that since the first digit is $0$, we only need to look at the remaining $9$ digits and see how many different ways they can be arranged. If the $9$ remaining numbers can be from $0$ to $9$. Then The possible arrangements are:

$$ 1 \times (9! \times 9!) \times 9 $$

The last $9$ refers to the remaining $9$ digits. Can someone please elaborate on my answer? I'm not sure if I am correct.

Best Answer

No. First is fixed, so for next 9 places you have ten choices each. so total are $1 \times ( 10 \times 10 \times 10 ... \times 10)=10^9$

Related Question