answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If the GCD of two number is 16 and product of the number is 3584 find the LCM?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


The product of 2 numbers is 1600 and their gcd is 2 what is the LCM?

800


What is the GCD of 60?

The greatest common denominator (GCD) refers to a denominator that is COMMON to two or more numbers. You have only one number in the question! The greatest denominator of any number is itself.


How do you find the greatest common divisor of 85 and 102?

Divide the larger number by the smaller one and then replace the larger by the remainder. Repeat until a remainder is 0 or both numbers are 1. In the first case, the non-zero number is the GCD, in the other case, the numbers are coprme: GCD = 1. Thus GCD(85, 102) 102 = 1*85 + R = 17 so GCD(85, 17) 85 = 5*17 + R = 0 so GCD(0, 17) therefore 17. = GCD[85, (102-85)] = GCD(85, 17)


What is the LCM of 35 and 47?

47 is a prime number and 35 is smaller that 47 so their gcd is 1. Therefore their lcm is the product 35 * 47 which is 1645


What is Euclid's Algorithm?

Euclid's algorithm is a popular algorithm to compute the GCD of two numbers. Algorithm: Gcd(a,b) = Gcd(b, a mod b), where a>=b and Gcd(a,0) = a Say we want to find the GCD of 72 and 105. 105 mod 72 = 33, so GCD(72,105) = GCD(33,72) 72 mod 33 = 6, so GCD(33,72) = GCD(6,33) 33 mod 6 = 3 so GCD(6,33) = GCD(3,6) 6 mod 3 = 0 so GCD(3,6) = GCD(0,3) = 3. So the GCD of 72 and 105 is 3.


What is the GCM of 5 6 and 7?

I think you mean either the GCD or the LCM? Not sure which since they are relatively prime, the LCM will the the product of the three numbers and the GCD is 1


How do you find the gcd and LCM of given numbers?

To find the greatest common divisor (gcd) of two numbers, you can use methods like prime factorization, Euclidean algorithm, or a GCD calculator. To find the least common multiple (LCM) of two numbers, you can use prime factorization, multiples method, or an LCM calculator.


How do you find the GCD of two numbers?

use slide


How can you find number of homomorphism between two rings?

No of homo from the group zm to the group zn is gcd(m,n) No of homo from the ring zm to the ring zn is 2^(w(n)-w(n/gcd(m,n)))


How do you find gcd on an iPad calculator?

A calculator is not the thing you need to find the greatest common divisor. There are several online sites that use JavaScript to help you. Google GCD.


What is the GCD of 230483?

It is not possible to give a sensible answer to this question. The greatest common denominator (GCD) refers to a number that is COMMON to two or more numbers. You have only one number in the question!