A box has $10$ balls, $6$ of which are black and $4$ of which are white. $3$ balls are removed from the box, their color unnoted. Find the probability that a fourth ball removed from the box is white, Assume that the $10$ balls are equally likely to be drawn from the box.
I got the correct result, but I used binomial coefficients, which were introduced in the next chapter, so I wanted to ask if there's a simpler way to solve the exercise, I did;
$\displaystyle\Pr(4^{th}\text{Ball is white})=\frac{\binom{6}{3}\frac47+\binom{6}{2}\binom{4}{1}\frac37+\binom{6}{1}\binom{4}{2}\frac27+\binom{4}{3}\frac17}{\binom{10}{3}}=\frac25$
where the $1.$ summand, $\displaystyle\frac{\binom{6}{3}\frac47}{\binom{10}{3}}$ is the probability, that $4^{th}\text{Ball is white}$, if the first $3$ were black. etc.
Is it pure chance that $\frac25=\frac{4}{10}=$(number of white balls divided by total number of balls) is the correct result ?

Any ball is just as likely to be the fourth ball removed as any other. So the probability is $\frac{4}{10}$.
Remark: Good question! It is useful to have done the problem the "hard" way. The instinct for pain avoidance helps one to remember the easy way.