Explanation:
Exp: C
128
The largest number that divides each one of 1152 and 1664 exactly will be the HCF of the numbers.
Using Euclid's Division Algorithm,
1664 = 1152 × 1 + 512
1152 = 512 × 2 + 128
512 = 128 × 4 + 0
So, HCF(1152, 1664) = 128
Hence, the largest number is 128
Never Active
Medium **[Real Numbers]**