Suppose that arrivals of a certain Poisson process occur once every $4$ seconds on average. Given that there are no arrivals during the first $10$ seconds, what is the probability that there will be 6 arrivals during the subsequent $10$ seconds?
My solution
Suppose $N(t) =$ number of arrivals at time $t$. Then we need to find $$P(N(20) = 6 \mid N(10) = 0) = P(N(20) = 6) = e^{-\lambda t}\sum_{x=0}^6\frac{(\lambda t)^x}{x!} = e^{-80}\sum_{x=0}^6\frac{80^x}{x!}.$$
Since the fact that nothing occurs during the first $10$ seconds gives us no additional information.

$$ P(N(20) = 6 \mid N(10) = 0) \ne P(N(20) = 6) $$ $$ P(N(20) = 6 \mid N(10) = 0) = P(N(20) -N(10) = 6) = P(N(10) = 6) = \frac{e^{-\lambda\cdot 10} (\lambda\cdot10)^6}{6!} $$ where $\lambda = \dfrac 1 {\text{4 seconds}} $.
It is not the Poisson distribution that is memoryless; it is the distribution of the waiting times in the Poisson process that is memoryless. And that is an exponential distribution.