Answer is A.
This is a Data Sufficiency mixture problem, specifically testing whether you can set up the weighted average equation and recognize what information is actually needed.
The setup: George has 1,000 gallons at 11% ethanol. He wants to add x gallons from Brian's to reach 12% ethanol. So:
(1000 * 0.11 + x * B) / (1000 + x) = 0.12
where B is Brian's ethanol percentage. Simplifying:
110 + Bx = 120 + 0.12x
Bx - 0.12x = 10
x(B - 0.12) = 10
x = 10 / (B - 0.12)
So we need exactly one thing: the value of B (Brian's ethanol %).
Statement (1): Brian's Biofuels provides 80% ethanol. That gives us B = 0.80, and x = 10 / (0.80 - 0.12) = 10 / 0.68. Solvable. SUFFICIENT.
Statement (2): The current tank has 10 gallons from Brian's and 990 from Dyon. This tells us the composition of the existing 1,000 gallons, but NOT what percentage of ethanol Brian's fuel contains. We still have 10 * B + 990 * D = 110, which is one equation with two unknowns. NOT SUFFICIENT.
Answer: A.
The trap most people fall into is thinking Statement (2) somehow tells them more than it does. It actually just restates information consistent with the problem setup (10 gal from Brian + 990 from Dyon = 1000 gal total at 11%). Redundant information, not new information.
Classic DS trap: information that looks useful but only confirms what you already know.