A car's licence plate is on the form
$$\underbrace{A...A}_{k\,\text{letters}} \quad \underbrace{19\ldots9}_{n\,\text{digits}}$$
What is the average product of the digits in a car number with $n$ digits? Note: the digits in a licence plate never starts with a leading $0$.
I was thinking that the product of every number containing a $0$ is $0$. And there are $9 \cdot 10^{n-1}$ digits in total, where $9^n$ does not contain a single zero. However, I am unsure if the average product of these numbers is simply $(4.5)^{n}$. Leading to what I suspect is the final answer
$$ \frac{(4.5)^n}{9 (10^{n-1} - 9^{n-1})} $$
Is this correct or is there something faulty with my logic?
