I'm attempting the same problem as posted here:
A jar contains $r$ red balls and $g$ green balls, where $r$ and $g$ are fixed positive integers. A ball is drawn from the jar randomly (with all possibilities equally likely), and then a second ball is drawn randomly.
Suppose that there are 16 balls in total, and that the probability that the two balls are the same colour is the same as the probability that they are different colours. What are $r$ and $g$ (list all possibilities)?
The claim is that the probability that the two balls are different colors is $1/2$, which means that the probability that the two balls are the same color is also $1/2$.
However, it seems to me that the probability would be $1/4$, since the probability of getting any color in both scenarios is $1/2$, which means that $1/2 \cdot 1/2 = 1/4$?
I would greatly appreciate it if people could please take the time to explain why I'm wrong and why the author is correct.