SOLUTION: ) Prove that for any positive integers a and b, gcd(a,b) · lcm(a,b) = a·b.
b) If the product of two integers is 27
· 38
· 52
· 72
and their greatest common divisor is 23
Algebra.Com
Question 1158218: ) Prove that for any positive integers a and b, gcd(a,b) · lcm(a,b) = a·b.
b) If the product of two integers is 27
· 38
· 52
· 72
and their greatest common divisor is 23
· 34
· 5 what
is their least common multiple?
c) Evaluate the following quantities.
(i) 45 mod 8 (ii) 33 mod 7
(iii) 45 div 7 (iv) ((18 mod 14) + (− 35 mod 7)) mod 8
(v) 623456 mod 5 (vi) 412345 mod 5
(vii) Find three (integer) values for c such that 11 ≡ c mod 5
Answer by Shin123(626) (Show Source): You can put this solution on YOUR website!
The gcd of two numbers can be found by factoring the two numbers and multiplying all the common factors together. The lcm of two numbers can be found by factoring the two numbers and excluding all the common factors and multiplying them together. If you multiply the gcd by the lcm, the gcd replaces the factors excluded in the lcm, resulting in all the factors, which results in the two numbers multiplied together.
b) There are no such integers.
c) 45 mod 8 ≡ 40 mod 8 + 5 mod 8 ≡ 5 mod 8 ≡ 5. ii) 33 mod 7 = (28+5) mod 7=28 mod 7+5 mod 7= 5. iii) 45/7=6 R3. iv)((18 mod 14) +(-35 mod 7)) mod 8=(4+0) mod 8=4.
RELATED QUESTIONS
Show for integers a,b and k that... (answered by venugopalramana)
I can see that it's true but how can I prove that ab=gcd(a,b)lcm(a,b) for any postive... (answered by AnlytcPhil)
Given that a * b = 270 and GCD(a,b)=5, find LCM... (answered by jim_thompson5910)
Relation R on the set of positive integers is defined by the rule that aRb means gcd(a,... (answered by robertb)
Relation R on the set of positive integers is defined by the rule that aRb means gcd(a,... (answered by robertb)
Show that gcd(a,gcd(b,c))=gcd(gcd(a,b),c)
Ie show that gcd operator is associative (answered by Edwin McCravy)
Greatest Common Divisors and Least Common Multiples
I need help with this guys,... (answered by Alan3354)
There are six pairs of integers that may be chosen from the four positive integers a < b... (answered by ikleyn)
The LCM and GCF of two different integers are related as follows:
a. There is no... (answered by venugopalramana)