Prove for all positives integers x and y that
Lcm(5x,7y) = 5* 7 * x*y
-----------------------
gcd(x*gcd(5,y),7y)
Prove for all positives integers x and y that
Lcm(5x,7y) = 5* 7 * x*y
-----------------------
gcd(x*gcd(5,y),7y)
This shows how to work with a proof that relates the LCM and GCD of two numbers.