roshaun25
Is there an official explanation for this one? I calculated this by figuring out that the blue marbles are 15 percent, making the green marbles 30%. This means that combined, the blue and green marbles are 45%. Since there are 4 colors, the remaining 2 account for 55%. We want to minimize the amount of marbles in the bag, which means maximizing the percentage of black marbles since this also maximizes the percentage that the 10 marble difference between black and green accounts for. (i.e. you want the 10 marbles to represent a higher percentage of total marbles).
Therefore, I assigned 54% to the black marbles, leaving 1% for the unknown 4th color. This means that the black marbles, 54% of X (total marbles in the bag) minus the green marbles (which are 30% of X) is the 10 marble difference. 54x/100 - 30x/100 = 10. Solving for this gives us 24x/100 = 10, which solves to X = 41.67. Can someone explain the official solution and how this is wrong?
I will let you know my approach.
The fixed part is blue, let’s take it a b.
Green = 2* blue = 2b
Black = Green + 10 = 2b+10
Fourth colour be X.
Total = b + 2b + 2b +10+ X = 5b+10+X
Given that : Blue makes 15% of the total.
(b/ 5b+10+X ) = (15/100)
20b = 15b + 30 + 3x
5b = 30 + 3x
5b - 3x = 30 To make the equation true, there are two possible ways
x=0 (which cannot be done, as question mentions atleast 1)
x = multiple of 5 ( which is feasible)
if we take x = 5, 5b = 45 , leaving b =9.
x= 5, b=9
Green = 2*b = 18
Black = 2b+10 = 28
Total = 9+18+28+5 =
60 Answer is 60.