There are several circles inside a square of side length $1$. The sum of the circumferences of the circles is $10$. Prove that there exists a line that intersects at least $4$ of the circles.
We need to solve this using expected value, I tried making some diagrams, but gained nothing out of it. I really need some help.

Since we need to solve this using expected value, it is more "useful" to think of probability. And we are lucky that the square is a unit square:
Therefore, the probability of a line intersecting a circle, is simply the diameter of that circle (think of vertical movement of the green line!). Let's move on: We know from the question $$\sum_i \pi d_i=10\implies \sum_i d_i=\dfrac{10}{\pi},$$ where $d_i$ are diameter of each circle $i$. Then $$\mathbb{E}[\text{line intersects with circle}]=\mathbb{E}[C_1 \text{ intersect}]+\mathbb{E}[C_2 \text{ intersect}]+\cdots+\mathbb{E}[C_n \text{ intersect}]=\sum_i \mathbb{E}[C_i \text{ intersect}]=\sum_i d_i=\dfrac{10}{\pi}\approx \dfrac{10}{3.14}>3$$ This reads: it is expected that there are more than 3 circles that intersect with the line. We can then conclude that there exists a line that intersects at least 4 of the circles.