On a "bottom" disk of area $A$, we place "top" disks of areas $1,\frac12,\frac13,\cdots$ such that the centre of each top disk is an independent uniformly random point on the bottom disk.
Find the maximum value of $A$ such that the bottom disk will be completely covered by the top disks with probability $1$, or show that there is no maximum.
The harmonic series diverges, but the problem here is that the top disks overlap, so it is not clear to me whether a bottom disk of a given area will be completely covered by the top disks, with probability $1$.
I made a desmos graph to help visualise the disks.
(This question was inspired by a question about rain droplets falling on a table.)
EDIT: The second to last line in my answer is flawed, as pointed out by @Dominik Kutek.
Consider a fixed point on the bottom disk. The probability that it is covered by the top disk of area $\frac{1}{k}$, is at least $\frac{1}{2kA}$. (The $2$ is there because the fixed point might be near the edge of the bottom disk.)
So the probability that the fixed point is not covered by the top disk of area $\frac{1}{k}$, is less than or equal to $1-\frac{1}{2kA}$.
So the probability that the fixed point is not covered by any of the top disks, is less than or equal to
$$\prod\limits_{k=1}^\infty\left(1-\frac{1}{2kA}\right)=\exp \sum\limits_{k=1}^\infty \ln \left(1-\frac{1}{2kA}\right)\le \exp \sum\limits_{k=1}^\infty\left(-\frac{1}{2kA}\right)=0$$
So for any value of $A$, every fixed point on the bottom disk will be covered with probability $1$.
So for any value of $A$, the probability that there will be an uncovered region of positive area, is $0$.
So for any value of $A$, the probability that the bottom disk will be completely covered, is $1$.