I am having a hard time developing an intuition behind Bayes' Theorem. I have asked this question with the help of the question below only because I was not able to get the right words to put in my question.
A bag contains 10 balls some of which are white and others are black. A person draws 6 balls and finds that 3 are black and the other 3 are white. Find the probability that the number of black balls in the bag are equal to the number of white balls.
I have already solved the question using Bayes' Theorem to get the answer as $10/33$. However I am confused as to why the solution below is invalid:
I already have 6 balls out from the bag. For satisfying my required condition, I need to have 2 black balls and 2 white balls in my bag.
Sample space $(S) =\{wwww,wwwb, wwbw, wbww, bwww, bbww, \ldots\}$
$$n(S)= 16 $$ $$n(E)= 6$$
$$P(E)=6/16$$
This solution seems to be invalid. However, I am not able to get a concrete logic as to why this happens. Please provide me with some arguments.