minimum_number_of_red_balls

Estimate Minimum Number of Red Balls


A Container has red and black balls. When two balls are drawn at random the probability that both are red is \( \frac{1}{2} \). Write a python program to estimate the minimum number of balls that should be in the container. Balls are drawn randomly without replacement.