Correct option is B
Given:
First can contains 50 litres of oil.
Second can contains 35 litres of oil.
Solution:
GCD of 50 and 35 using the Euclidean Algorithm:
Divide 50 by 35:
50 = 35 15
Now, divide 35 by the remainder 15:
35 = 15
Next, divide 15 by the new remainder 5:
15 =
Since the remainder is now 0, the GCD is the last non-zero remainder, which is 5.
A 5-litre container can measure:
50 litres exactly 10 times.
35 litres exactly= 7 times.
The maximum capacity of the container that can measure both quantities exactly is 5 litres.