Assume a, b and c are integers.
The formula of the LCM of three numbers is:
p1max(a,b,c)p2max(a,b,c)......prmax(a,b,c), where each pi to the max() tells you the maximum exponent of the prime of one of the terms. For instance:
Find the LCM of 2, 3 and 4.
2 = 2
3 = 3
4 = 2²
Then, the prime 2 with the max exponent is 2, so select 2².
The prime 3 with the max exponent is 1, so select 3.
Multiply these values altogether to obtain 2² x 3 = 12.
Chat with our AI personalities
The LCM of the given three numbers is 360
Two or more numbers are needed to find their LCM
The LCM of the given three numbers is 792
The LCM of the given three numbers is 4212
The LCM of the given three numbers is 476