A bag contains 20 lavender marbles, 12 emerald marbles, and some number of orange marbles. If the probability of drawing an orange marble in one try is , compute the sum of all possible integer values of y.
This is an ARML 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.
With x orange marbles, we require that
x + 2 0 + 1 2 x = y 1 ⟹ x + 3 2 = x y ⟹ x ( y − 1 ) = 3 2 .
Thus ( y − 1 ) can be any of the positive divisors of 3 2 , i.e., 1 , 2 , 4 , 8 , 1 6 , 3 2 .
The corresponding values for y are 2 , 3 , 5 , 9 , 1 7 , 3 3 , which add to 6 9 .