In the bin-packing problem, we are given items with sizes $a_{1}, a_{2}, \ldots, a_{n}$ with $0 \leq a_{i} \leq 1$ for $1 \leq i \leq n$. The goal is to pack them into the minimum number of bins, with each bin being able to hold any collection of items whose total sizes sum to at most 1. Suppose that each of the $a_{i}$ is chosen independently according to some distribution (which might be different for each $i$ ). Let $P$ be the number of bins required in the best packing of the resulting items. Prove that
$$
\operatorname{Pr}(|P-\mathbf{E}[P]| \geq \lambda) \leq \mathrm{e}^{-2 \lambda^{2} / n}
$$