Correct option is B
Given:
Quantity of Oil A = 156 L
Quantity of Oil B = 256 L
Each container holds only one type of oil and must be completely filled.
All oil must be used.
Solution:
gcd(256,156) = gcd(156,100) = gcd(100,56) = gcd(56,44) = gcd(44,12) = gcd(12,8) =4
Hence, maximum container volume = 4 litres.