Find a and b such that gcd(a, b) = 14, a > 2000, b > 2000, and the only prime divisors of a and b are 2 and 7.

Respuesta :

Nehuen

Answer:

[tex]a = 2^\alpha.14 \ ,\alpha\geq 8\\b = 7^\delta.14 \ , \delta\geq 3[/tex]

Step-by-step explanation:

As 2  and 7 are the only prime divisors of both [tex]a[/tex] and [tex]b[/tex] we know that both can be written as:

[tex]a = 2^\alpha . 7^\beta \ , \alpha ,\beta\ \in \mathbb{N}_{0}\\b = 2^\gamma . 7^\delta \ , \gamma ,\delta\ \in \mathbb{N}_{0}\\[/tex]

Where [tex]\mathbb{N}_{0}[/tex] is the set of all natural numbers adding the zero (careful because this part is important as I'll explain next).

We also know that 14 divides both numbers and that is actually the greatest common divisor between them. So we can rewrite a and b as follows:

[tex]a = 2^\alpha . 7^\beta.14 \ , \alpha ,\beta\ \in \mathbb{N}_{0}\\b = 2^\gamma . 7^\delta.14 \ , \gamma ,\delta\ \in \mathbb{N}_{0}\\[/tex]

Why do I write them like this? Because this way is easier to observe that if [tex]\alpha[/tex] and [tex]\gamma[/tex] were both greater than zero, then 28 would divide both hence 14 wouldn't be their g.c.d.. Likewise, if [tex]\beta[/tex] and [tex]\delta[/tex] were both greater than zero, then 98 would divide both and once again, 14 wouldn't be their g.c.d.

So either of them has to be equal to zero. And then we have that

[tex]a = 2^\alpha.14 \\b = 7^\delta.14[/tex]

All we have left to do is find the possible values for [tex]\alpha[/tex] and [tex]\delta[/tex] so that [tex]a>2000 \ , b>2000[/tex] and that only happens if [tex]\alpha\geq 8[/tex] and [tex]\delta\geq 3[/tex]