I want to estimate how many red balls in a box. Red, yellow, blue balls could be in the box. But I don't know how many of them are in the box.
What I did was randomly drawing 10 balls from the box and learned that there was no red ball.
(Edit: Assume the number of the balls in the box is a known finite number. Let's say 10,000)
Can I say the possibility of having at least one red ball is $$\left(\frac13\right)^{10}= 0.00169\ \%\ ?$$ (3 possible outcomes, and 10 observations)
I'm thinking I don't know the distribution of the colors of the balls, so I'm not sure this inference is reasonable or not. Thanks!
No, you cant say that.
The reason is that you dont know how many balls there are in a box in total. For instance, it may be that a box contains infinite number of balls (since we are talking about mathematical box, I can make this assumption) $\frac{9}{10}$'th of which are red. In this case, the probability of drawing at least $1$ red ball out of $10$ is will be different from what you calculated.
Similar argument applies. If it happens that the true distribution of balls are such that the share of red balls is $9/10$, then your above calculation is not correct.