Posted by .... on Wednesday, May 25, 2011 at 8:20am.
First you have to prime factorize both numbers. The greatest common divisor(GCD) has the
lower number of prime factors that appear in both lists.
2 appears twice and 7 appears once on both lists 5,7 and 13 appear on one list only, so they and not "common" factors and do not appear in the GCD
364 = 91*4 = 2^2 * 7 * 13
700 = 2^2 * 5^2 * 7
GCD = 2^2 * 7 = 28
700 = 7x2x2x5x5
364 = 2x2x91
HCM = 7x2x2x5x5x91 = 63700
I assumed 91 was prime, ...
700 = 7x2x2x5x5
364 = 2x2x7x13
LCM = 7x2x2x2x2x13 = 9100
I read the problem incorrectly
Related Questions
mathematics - by prime factorisation method find the least positive number ...
Math - The question is this: You know that a number is divisible by 6 if it is ...
IB HL Math - I need to that if there is better way to prove the following: I am ...
MATH - Lets agree to say that a positive integer is prime-like if it is ...
math - Lets agree to say that a positive integer is prime-like if it is ...
math - How do the ideas of divisibility and multiples relate to the study of ...
PROBLEM SOLVING IN MATHEMATICS - there are two prime numbers between 100 and 199...
math - find the least positive number that is divisible by 3 different primes
Math - What are the positive integers between 1 and 100 that are only divisible ...
algebra - how would i find least common multiple of 20, 50 and 3 ? okay well you...
For Further Reading