If we assume that the number of cars arriving follows a Poisson distribution then the probability of exactly 5 cars appearing in the next hour is:
p = λ5e-λ/5! where λ is the mean arrival rate (= 7 here)
$${\mathtt{p}} = {\frac{{{\mathtt{7}}}^{{\mathtt{5}}}{\mathtt{\,\times\,}}{{\mathtt{e}}}^{\left(-{\mathtt{7}}\right)}}{{\mathtt{5}}{!}}} \Rightarrow {\mathtt{p}} = {\mathtt{0.127\: \!716\: \!668\: \!292\: \!289\: \!6}}$$
(For exactly k cars arriving the probability is λke-λ/k!)
.