Concept:HCF is the largest number that divides all given numbers without leaving any remainder.Explanation:Write each number as a product of its prime factors.24=23×336=22×32102=2×3×17The common prime factors in all three numbers are 2 and 3.Take the lowest power of each common factor: 21 and 31.Multiply these to get the HCF: 2×3=6.Therefore, the HCF of 24, 36 and 102 is 6.As a quick check, 6 divides 24, 36 and 102 exactly: 24÷6=4, 36÷6=6, 102÷6=17.