Concept:LCM is the smallest number that is exactly divisible by all the given numbers.Explanation:Write each number as a product of prime factors.84=22×3×7105=3×5×7140=22×5×7Take the highest power of each prime present: 22, 3, 5, 7.So, LCM = 22×3×5×7=420.Answer:The LCM of 84, 105 and 140 is 420, which is option D.