A box contains some identical tennis balls. The ratio of the total volume of the tennis balls to the volume of empty space surrounding them in the box is $1:k$, where $k$ is an integer greater than one. A prime number of balls is removed from the box. The ratio of the total volume of the remaining tennis balls to the volume of empty space surrounding them in the box is 1:$k^2$. Find the number of tennis balls that were originally in the box.
A few questions regarding this problem: Does the shape of the box matter? I just let the volume of the box be a constant $V$. Also I noted that the ratio $\frac{1}{k^2} = \left( \frac{1}{k} \right)^2$. ie. New ratio is the old ratio squared. I also let the amount of balls in the box be $n$ and the amount of balls taken out be $p$ where $p$ is a prime, so the new amount of balls in the box is $n-p$.
This is about all I could do in this problem but I would like to be guided towards solving the problem (and I'm also interested in your thought processes and what ideas you initially think of so I can get a better idea of what to think of when doing problem solving) than just being given the solution.
Your help would be much appreciated.
You've done what you can to move in the right direction. As you observe, nothing's said about the shape of the box, so the only relevant item seems to be the volume, $V$. There's also the volume of an individual ball. We can (by changing our unit of measurement if necessary) assume that this volume is 1. That means that we have
initial state: n balls; box volume $V = nk$.
final state: n-p balls, box volume $V = (n-p)(k^2)$
So you know that $nk = (n-p) k^2$. We can divide both sides by $k$ (I'm just following my nose here!) to get
$$ n = (n-p) k $$
At this point, I'd figure you could just try winging it. You'd say "$n$ has to be a composite, because the right hand side is a factorization of it, unless $k = 1$. But that's not possible, because it'd mean that $p =0$, which isn't prime. OK, so $n$ is composite. Let's try a small prime, like $p = 2$. I need to write $n = (n-2) k$. Well, $4 = (4-2) 2$ seems to work. Hunh."
So you say "There were 4 balls originally, in a box large enough to hold 8 of them. The volume ratio is 2. Then you took away 2 balls (a prime number!) and you have 2 balls in a box that's got the volume of 8,. That's a ratio of 4, which is $2^2$. Looks like a solution."
But are there other solutions? Seems likely. For instance
n = 6, p = 3, k = 2
seems to work as well. In other works, your problem doesn't seem to have a unique solution. So there's no "process" by which to arrive at "the solution."