Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions