answersLogoWhite

0

Find the GCD and LCM for 351 and 273?

Updated: 8/21/2019
User Avatar

Wiki User

8y ago

Best Answer

The GCF is 39

The LCM is 2457.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Find the GCD and LCM for 351 and 273?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


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.


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.


What is the LCM for 27 and 39?

The LCM is: 351


What is the LCM of 351 and 1521?

The LCM is: 4563


What is the gcd and LCM of 750?

You need at least two numbers to find either of those.