(i) There are $4$ red and $6$ black balls. A ball is drawn at random, its colour is observed and this ball with another two balls of same colour are returned. Now, if a ball is drawn at random, what is the probability that the ball is red?
MY WORK :
If the ball drawn at first is red, then the probability that the last one is red: $$\frac{6}{12}$$
But, if the ball drawn at first us black, then the probability of the last one to be red: $$\frac{4}{12}$$
So, the probability is: $$\frac{6}{12}+\frac{4}{12}$$ $$=\frac{5}{6}$$ ...
But, my answer doesn't match. Why?
(ii) $6$ points are taken inside a circle . What is the probability that the points lie in the semi circle?
MY WORK :
For a particular point, the probability is: $$\frac{\text{Area of semi circle}}{\text{Area of circle}}$$ $$=\frac{1}{2}$$
So, for $6$ points, the probability becomes: $$\frac{1}{2^6}$$
Am I correct ?