Deeper on Divisibility

True or False?

Every Fibonacci number that is divisible by 31 is also divisible by 61.

True False

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Tony Carlson
Oct 1, 2017

It sounded so crazy it had to be true

Efren Medallo
Sep 21, 2017

The Fibonacci sequence is a clear example of a divisibility sequence , which exhibits the property that for any two positive integers ( a , b ) (a,b) , if a b a| b , then F a F b F_a | F_b .

Now the smallest Fibonacci number that is divisible by 61 61 is F 15 = 610 F_{15} = 610 . In that case then, every 1 5 t h 15^{th} member of the sequence is divisible by 61 61 .

Now consider the smallest Fibonacci number that is divisible by 31 31 . By inspection, we find out that it is F 30 = 832040 F_{30} = 832040 . This means that every 3 0 t h 30^{th} member of the sequence is also divisible by 31 31 .

As we can observe, every 3 0 t h 30^{th} member of the sequence is also every other 1 5 t h 15^{th} member of the sequence! QED.

What you have is "If 15 n 15 \mid n then 61 F n 61 \mid F_n ".

However, what you really need is: Does there exist an n n such that 15 ∤ n 15 \not \mid n but 61 F n 61 \mid F_n ?

IE You want an if and only if statement, but you don't have that as yet (or at least, not stated in your solution).

Calvin Lin Staff - 3 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...