Calculate LCM: Finding the Least Common Multiple of 6, 8, and 9

Question

Given several denominators, what is their least common multiple?

6   8   9 \boxed{6}~~~\boxed{8} ~~~\boxed{9}

Step-by-Step Solution

To find the least common multiple (LCM) of 6 6 , 8 8 and 9 9 , we start by finding the prime factors of each number:

6=2×3 6 = 2 \, \times \, 3

8=23 8 = 2^3

9=32 9 = 3^2

The LCM is found by taking the highest power of each prime that appears in these factorizations:

23 2^3 (from 8), and 32 3^2 (from 9).

The LCM is 23×32=8×9=72 2^3 \, \times \, 3^2 = 8 \, \times \, 9 = 72 .

Answer

72