Correct option is A
Given:
Oil A = 200 L
Oil B = 274 L
Identical containers, each holds only one type, all completely filled.
Find the maximum container volume so both quantities are exactly divisible.
Solution:
gcd(200,274) = 2
Hence, the maximum volume of each container = 2 litres.