E.g. $30$ can be "extended" to a prime, namely 30$19$, and $575$ can be extended to a prime, namely 575$4853343$. Is this true for every natural number?
To make things precise:
Let $n\in\mathbb{N}$. Does there always exist a prime $p=\sum_{i=0}^k d_i\cdot 10^i$, where $k\in\mathbb{N}_0$ and $d_i\in\{0,\ldots, 9\}$, $d_k\neq 0$, $i=0,\ldots, k$, such that $n=\sum_{i=l}^k d_i\cdot 10^{i-l}$ for some $l\leq k$?
I thought of this problem randomly and find it interesting. My guess is that it is known, studied, but perhaps unsolved. Or trivial in a non-trivial way.
If your number is $n$ and if you add $k$ zeroes after it, you get $a=n\cdot 10^k$. We are going to look for a prime greater than $a$ and less than $b=(n+1)\cdot 10^{k}$.
There are real numbers $p,q$ such that:
$$a=p^3=n\cdot10^k$$
$$b=q^3=(n+1)\cdot 10^{k}$$
or:
$$p=\sqrt[3]{n} \cdot 10^{k/3}$$
$$q=\sqrt[3]{n+1} \cdot 10^{k/3}$$
$$q-p=(\sqrt[3]{n+1}-\sqrt[3]{n})\cdot10^{k/3}\tag{1}$$
The first factor in (1) can be very small but we can choose a big $k$ and make difference $q-p$ as big as we want (say 10 or $10^{10^{10}}$).
So we are always able too choose $k$ such that there are at least two cubes between $a$ and $b$. Choose two consecutive cubes, $r^3$ and $(r+1)^3$ between $a$ and $b$. Notice that by increasing $k$ we can also make $r$ as big as we want.
Ingham proved that for big enough $r$ there is always a prime between $r^3$ and $(r+1)^3$. That prime will be between $a$ and $b$ and therefore starts with digits contained in number $n$.