Severity: Warning
Message: count(): Parameter must be an array or an object that implements Countable
Filename: controllers/calculator.php
Line Number: 37
LCM of these numbers = 2 * 2 * 2* 3 * 3
Example 2: Find the LCM of the numbers 24, 50 and 88.
Following the same above method, we first take the prime factorization of the given numbers.
Prime factorization of 24 = 2*2*2*3
Prime factorization of 50 = 2*5*5
Prime factorization of 88 = 2*2*2*11
LCM of these numbers = 2*2*2*3*5*5*11= 6600