If a license plate has no numbers, what is the probability of it being a vanity plate

probabilitystatistics

I have this theory that a license plate with no digits has a high probability of being a vanity plate. Lets assume license plates are $9$ characters, and are chosen by random unless they're a vanity plate. I figure that the probability of a license having no digits if chosen by chance is $\left(\frac{26}{36}\right)^9$, or about $5\%$. Is my math for that correct?

Given that probability, is there a way to determine the probability that a license plate with no digits was randomly chosen and is not a vanity plate?

Best Answer

No. At the very least, you also need to know the a priori probability that a plate is a vanity plate. That is, when you ask:

is there a way to determine the probability that a license plate with no digits was randomly chosen and is not a vanity plate?

you are asking for the conditional probability $P(V|N)$ with $V$ being the event of the plate being a vanity plate, and $N$ being the event of the plate having no digits.

Now, you could of course try to use Bayes' formula:

$$P(V|N)=\frac{P(N|V)\cdot P(V)}{P(N)}=\frac{1\cdot P(V)}{P(N)}= \frac{ P(V)}{P(N)}$$

But, like I said, you'd need to know the a priori probability $P(V)$ to use this.

Moreover, the $P(N)$ that this formula refers to is not the same as the $P(N)$ that you calculated: the $P(N)$ you calculated was the probability of getting no digits on a plate where all symbols are picked randomly, i.e. this was assuming no one has requested a vanity plate!

Now, here is something you can do: find the actual $P(N)$, i.e. find the percentage of plates that are actually out there being used that have no numbers. If you find that this is far more than that $5$% that you would get when creating plates randomly, then you have good reason to believe that lots of people got vanity plates. If, however, you find that this $P(N)$ is close to that $5$%, then that suggest not many people order vanity plates. So .. start counting! :)

Related Question