Let b = the quantity of blue marbles
Let r = the quantity of red marbles
Therefore, the quantity of total marbles is b+r
Note the critical point that the marbles are sampled
without replacement.-----------------
What does A tell us?
-----------------
Well the probability of two successive blue marble draws is the product (it's an
AND probability) of two quantities:
(1) The probability of drawing a blue marble first
(2) The probability of drawing a blue marble again, after having taken a blue marble
outWell the probability of a blue and then a red is very similar:
(1) The probability of drawing a blue marble first
(2) The probability of drawing a red marble again, after having taken a blue marble
outSo we can say the following \frac{(b)}{(b+r)} * \frac{(b-1)}{(b+r-1)} > \frac{(b)}{(b+r)} * \frac{(r)}{(b+r-1)}
Notice that we can just dispense with the denominators altogether, since they're identical and we know all of these numbers are positive integers.
So we get the following simplified expression: b^2 - b > br
Which then implies b > r+ 1 (note: again, we know b is a positive integer, so we can safely divide both sides by b)
So A is sufficient
-----
Now what does B tell us?
-----
Well, B works pretty much exactly the same way. Applying virtually the same exact logic, we get the following expression: b * r > r(r-1)
This tells us b > r - 1
This is insufficient; b could be either r or r+1.