Answer:
I got you lol
Step-by-step explanation:
Let's say you want to calculate the GCD and LCM of two numbers: 12 and 28. First, determine the prime factorizations of 12 = 2 × 2 × 3 and 28 = 2 × 2 × 7. The GCD is the string that is present in both sets of factorizations, i.e., 2 × 2 = 4. The LCM is the greatest power of all exponents; 2 × 2 × 3 × 7 = 84.
simply put, The Least Common Multiple (LCM) of two integers a and b, usually denoted by LCM (a, b), is the smallest positive integer that is divisible by both a and b.
GCD is the largest number that divides 2 numbers equally and gives remainder 0.