Concept:HCF is the greatest number that divides all given numbers exactly. LCM is the smallest number that is a multiple of all given numbers.Explanation:First, find the prime factors of each number:12=22×315=3×545=32×5HCF is the product of the lowest power of common primes. Only 3 is common to all, so HCF = 3.LCM is the product of the highest power of all primes appearing: 22, 32, and 5. Thus LCM = 22×32×5=4×9×5=180.Sum = HCF + LCM = 3+180=183.Answer:183 (Option A)