Concept:HCF is the largest number dividing all given numbers. LCM is the smallest number divisible by all given numbers.Explanation:First, write prime factorizations: 4=22, 20=22×5, 28=22×7.HCF takes the lowest power of common primes. Here the common prime is 2 with exponent 2. So HCF = 22=4.LCM takes the highest power of all primes appearing. The primes are 2, 5, 7. Highest powers: 22, 51, 71. So LCM = 22×5×7=4×5×7=140.Now add HCF and LCM: 4+140=144.Answer:Option D: 144