An urn contains 4 green balls and 6 blue balls. A second urn contains 16 green balls and N blue balls. A single ball is drawn at random from each urn. The probability that both balls are of the same color is 0.58. Find N.
Credits- This is an AIME 2014 problem.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
we solve the equation 0,4 x (16/(16+N)) + 0.6 x (N/(N+16)) = 0,58 and we find that N=144, Good try !!