The greatest common divisior of these two big numbers

Quant Warrior

New member
Joined
May 25, 2020
Messages
28
IMG_20200627_074930_952.jpg

How do I begin with this ? There are more than way to find GCD of two natural numbers . One of the ways is: GCD or HCF of two numbers is either the difference of the two numbers or the factors of the difference. I applied this method too. But I am not getting the answer. I wonder whats the logic behind this question ?
 
I don't know why, but there seems to be a pattern:-

3^3^1+1 = 2*2*7
3^3^2+1 = 2*2*7*19*37
3^3^3+1 = 2*2*7*19*37*19441*19927
3^3^4+1 = 2*2*7*19*37*163*1297*19441*19927*208657*224209*5879415781
3^3^5+1 = 2*2*7*19*37*163*487*1297*19441*19927*59779*208657*224209*572023*
...2051893*5062663*859270843*1319934691*5879415781*8638915776957163*116004991998176173
 
After a little playing, and looking at the options, you might guess that the answer is likely to be a large number, and the only such option is (c). Looking at (c), it seems to be claiming that [MATH]3^{3^{333}}+1[/MATH] is a divisor of [MATH]3^{3^{334}}+1[/MATH]. Or maybe, in general, [MATH]3^{3^{n}}+1[/MATH] is a divisor of [MATH]3^{3^{n+1}}+1[/MATH]. Can we convince ourselves of this?

Again, playing with n = 0, 1, 2, you see that the claim is that [MATH]3^{1}+1[/MATH] is a divisor of [MATH]3^{3}+1[/MATH], [MATH]3^{3}+1[/MATH] is a divisor of [MATH]3^{9}+1[/MATH], and [MATH]3^{9}+1[/MATH] is a divisor of [MATH]3^{27}+1[/MATH].

In fact, that's true because, for example, [MATH]3^9+1 = (3^3+1)(3^6-3^3+1)[/MATH], which is how we factor a sum of cubes, and ... aha! Suddenly you can factor [MATH]3^{3^{n+1}}+1[/MATH], and one of the factors turns out to be ... [MATH]3^{3^{n}}+1[/MATH]!

There's the proof. Doing that last step will be good practice in algebra. Look up "sum of cubes" if you've forgotten it.
 
Top