Let:
B = number of blue tokens
G = number of green tokens
S = number of silver tokens
We need to know whether G > B.
Statement (1):After removing 1/4 of blue tokens:
Blue remaining = 3B/4
Probability of green:
G / (3B/4 + G + S) = 3/5
Cross-multiply:
5G = 3(3B/4 + G + S)
5G = 9B/4 + 3G + 3S
2G = 9B/4 + 3S
Since S is unknown, we cannot determine whether G > B.
Not sufficient.
Statement (2):After removing 2/5 of green tokens:
Green remaining = 3G/5
Probability of blue:
B / (B + 3G/5 + S) = 2/5
Cross-multiply:
5B = 2(B + 3G/5 + S)
5B = 2B + 6G/5 + 2S
3B = 6G/5 + 2S
Again S unknown, cannot determine relationship between G and B.
Not sufficient.Together:
From (1):
2G = 9B/4 + 3S
→ 8G = 9B + 12S
From (2):
3B = 6G/5 + 2S
→ 15B = 6G + 10S
Solve simultaneously.
From second:
6G = 15B − 10S
→ 8G = 20B − (40/3)S
Set equal to first:
9B + 12S = 20B − (40/3)S
Bring terms together:
11B = (76/3)S
So:
B = 76S/33
Substitute into:
15B = 6G + 10S
15(76S/33) = 6G + 10S
380S/11 = 6G + 10S
270S/11 = 6G
G = 45S/11
Compare:
G = 45S/11
B = 76S/33
Convert:
G = 135S/33
Thus:
G > B
Sufficient together.
Answer: C