Question
In this question, well figure out how to find the greatest common divisor of three integers. (a) Prove: for any positive integers a, b, d,
In this question, well figure out how to find the greatest common divisor of three integers.
(a) Prove: for any positive integers a, b, d, if d | a and d | b, then d | GCD(a, b).
(b) Given positive integers a, b, c, we define GCD(a, b, c) to be the positive integer d such that: i. d | a and d | b and d | c ii. for any positive integer e, if e | a and e | b and e | c, then e d. Prove: GCD(a, b, c) = GCD(a, GCD(b, c)). (Hint: you might find question 6a useful here)
(c) Use question 6b to help you calculate GCD(272715979, 347551889, 247214621).
(d) For all integers a, b, c, e, prove that the Diophantine equation ax + by + cz = e has a solution if and only if GCD(a, b, c) | e.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started