A typical Poisson process denoted by $N_t$ refers to the number of arrivals (discrete) at time $t$, with rate $\lambda$, where
$$P(N_t = k) = \frac{e^{\lambda t} (\lambda t)^k}{k!}$$
If it is given that $\lambda = 30$, $P = .3$, and $k = 1$, what is time $t$?
Substituting into the probability formula you have
$$.3 = e^{30t}30t$$
How do you solve this for $t$?
Solving numerically should be quite easy with newton's method to get a zero of $$ f(t)=e^{30\,t}\,30\,t-.3=0\Rightarrow t\approx 0.00789184. $$