To fill equal number of barrels with no oil left over, the capacity of each barrel must be the greatest possible volume that divides 403, 434, and 465 exactly.
So we need:
gcd(403,;434,;465)
Find GCD
(403=13×31)
(434=2×7×31)
(465=3×5×31)
Common factor in all three is:
31
So,
gcd(403,434,465)=31
Interpretation
Each barrel will contain 31 litres, so all quantities can be evenly divided.
Final Answer:
Maximum volume of oil in each barrel = 31 litres