answersLogoWhite

0

The GCF is 39

The LCM is 2457.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is GCD and LCM of 195 and 351?

GCD = 39 LCM = 1,755


How do you find the numbers given the gcd and lcm?

if the gcd and lcm are given and one of the numbers are also given,multiply the gcd and lcm and divide them by the given number


What is the GCD and LCM of 12 and 26 and 65?

The GCD is: 1The LCM is: 780


What the gcm of 15 and 45?

If you mean greatest common multiple, there is none. For any multiple you find, I can find a bigger one.Perhaps you mean LCM or GCD?The GCD or GCF is 15and the LCM is 45.


What is the LCM of 21 and 91?

The LCM is 273.


How do you write a C program to find the GCD and LCM of two numbers using a switch statement?

The following function will return the GCD or LCM of two arguments (x and y) depending on the value of the fct argument (GCD or LCM). enum FUNC {GCD, LCM}; int gcd_or_lcm(FUNC fct, int x, int y) { int result = 0; switch (fct) { case (GCD): result = gcd (x, y); break; case (LCM): result = lcm (x, y); break; } return result; }


What is the GCD and LCM of 40 and 4900?

GCD(40, 4900) = 20 LCM(40, 4900) = 9800


What is the LCM of 9 and 32?

The Least Common Multiple (LCM) of 9 and 32 is the smallest multiple that is divisible by both 9 and 32. To find the LCM, you can use the formula LCM(a, b) = (a * b) / GCD(a, b), where GCD is the Greatest Common Divisor. In this case, the GCD of 9 and 32 is 1, so the LCM of 9 and 32 is (9 * 32) / 1 = 288.


The gcd of 72 and 252 is 36 find their LCM?

If you have two numbers m and n and their gcd (or gcf), g then their LCM = m*n/g so LCM = 72*252/36 = 2*252 = 504.


What is the LCM for 27 and 39?

The LCM is: 351


What is the LCM of 351 and 1521?

The LCM is: 4563


If the GCD of two number is 16 and product of the number is 3584 find the LCM?

If we multiply the gcd and the LCM, we get the numbers.Call the numbers a and b. So 16(LCM)=ab3584=ab let's all the LCM, x 16x=a(3584/a)using the information above.x= 1/16(3584)or x=224 So the LCM is 224 we can just say the (gcd)LCM=ab=3584, so just divide 3584 by 16.