0-RWHP
- 2
- 0
I know it's a really basic problem. I can find GCD with it but I can't find how to use the euclidean algorithm to find the LCM of two numbers? Sorry for the noob question :)
The discussion revolves around using Euclid's algorithm to find the least common multiple (LCM) of two numbers, specifically in the context of understanding the relationship between the greatest common divisor (GCD) and LCM.
Participants are exploring the connection between GCD and LCM, with one providing a formula for calculating LCM using GCD. There is an expression of enthusiasm about discovering the relationship, but no consensus on the final answer is reached.
The discussion includes a specific example with the numbers 8 and 19, where the GCD is noted as 1, but there is no explicit resolution on the correctness of the LCM calculation provided by the original poster.
0-RWHP said:Oh ok, so with 8, 19 for example you would just do 8x19 then divide that by GCD of 8, 19. The GCD of 8, 19 is 1 so the answer is just 152 right? This is great, I loved when I discovered Euclids algorithm for GCD and was really excited when I found it could do LCM as well. Thanks so much for your help, I appreciate it.