The question is:
Given any $7$ positive integers whose sum is $100$, show there are $3$ of the numbers whose sum is at least $43$.
So I'm having trouble identifying the pigeonholes. However, I think I know the pigeons: the total number of solutions $\{x_1,x_2,\ldots,x_7\}$ of the equation $$x_1 + x_2 + \ldots + x_7 = 100$$ where $x_k\geq 1$ for all $k=1,2,\ldots,7$.
This looks like a partitioning problem (since it says "any $7$ positive integers", so $1 + 1 + 1 + 1 + 1 + 1 + 94 = 100$ is the same as
$94 + 1 + 1 + 1 + 1 + 1 + 1 = 100$),
so I'm not sure if I interpreted it correctly.
Reworded to work with pigeons and pigeonholes, this question is asking: "Say you have 100 pigeons and you wished to stuff them in $7$ [pigeon]holes. Show that there must be some set of $3$ holes such that there are at least $43$ pigeons in them."
We can start by attempting to evenly distribute the pigeons into the holes, with $14$ per hole and $2$ left over. Since all possible sets of $3$ pigeonholes have only $42$ pigeons in them, when we add the $2$ leftover pigeons, there must be at least one set of $3$ pigeonholes that have at least $43$ pigeons (at least one pigeonhole will have $15$, plus $2$ others of $14$).