5. Least Common Multiple
Sign In
Find the product of the common prime factors.
24
| Given number | Prime Factorization | Common Prime Factors |
|---|---|---|
| 72 | 2* 2 * 2 * 3 * 3 | 2, 2, 2, 3 |
| 96 | 2* 2 * 2 * 2 * 2 * 3 | 2, 2, 2, 3 |
For the given values, the common prime factors are 2, 2, 2, and 3. The next step is to calculate the product of these factors. 2* 2* 2 * 3 = 24