The LCM of any two numbers can be found with the following formula:
LCM(a,b) = (ab) / GCD (a,b).
The GCD of two numbers is best found with the Euclidean algorithm which is as follows:
GCD(a,b) =
a --if b = 0
or GCD(b, a mod b) otherwise
In the example given we have GCD(42,7) = GCD(7, 0) = 7
Then LCM(42,7) = (7*42)/7 = 42
Note: mod is the operation of dividing one number by another and taking the remainder. e.g. 7 mod 4 = 3, 12 mod 6 = 0.
The Least Common Multiple (LCM) of 7, 3, and 6 is 42.
LCM of 2 6 and 7 is 42.
The LCM is 42
The LCM is 42.
The LCM is 126.
The Least Common Multiple (LCM) of 7, 14, and, 42 is 42.
Least Common Multiple (LCM) for 7 14 42 is 42.
The LCM is 336.
The LCM is: 42
The LCM is 42.
The LCM is 42.
The LCM of these numbers is 42. LCM is Least Common Multiple.