Arithmetic sequences and have integer terms with and for some . What is the largest possible value of ?
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.
Let the common difference of sequences a n and b n be d a and d b respectively. We know d a and d b are integers greater than 1 . We want to maximise n .
We can write sequence a n as a n = a 1 + d a ( n − 1 ) . However, a 1 = 1 , therefore a n = 1 + d a ( n − 1 )
Similarly, b n = 1 + d b ( n − 1 ) .
Note that g cd ( a n − 1 , b n − 1 ) = n − 1 , if g cd ( d a , d b ) = 1 , . Therefore, to maximise n − 1 we must maximise the g cd ( a n − 1 , b n − 1 ) . g cd ( d a , d b ) must be 1 , otherwise n − 1 wouldn't reach its maximum value.
It is given a n b n = 2 0 1 0 . We get the following unordered pairs of { a n , b n } possible.
{ 2 0 1 0 , 1 } , { 1 0 0 5 , 2 } , { 6 7 0 , 3 } , { 4 0 2 , 5 } , { 3 3 5 , 6 } , { 2 0 1 , 1 0 } , { 1 3 4 , 1 5 } , { 6 7 , 3 0 }
From these, we can get the following unordered pairs of { a n − 1 , b n − 1 }
{ 2 0 0 9 , 0 } , { 1 0 0 4 , 1 } , { 6 6 9 , 2 } , { 4 0 1 , 4 } , { 3 3 4 , 5 } , { 2 0 0 , 9 } , { 1 3 3 , 1 4 } , { 6 6 , 2 9 }
The highest g cd is of the pair { 1 3 3 , 1 4 } , i.e. 7 .
Therefore n − 1 = 7
We get n = 8
We can verify this by back substitution. If a n = 1 3 4 , b n = 1 5 (or vice-versa), for n = 8 , we get d a = 1 9 , d b = 2 .
We get a n = 1 9 n − 1 8 and b n = 2 n − 1 .
From these equations, we do get a 1 = 1 , b 1 = 1 , a 8 b 8 = 2 0 1 0 , and g cd ( 1 9 , 2 ) = 1 , therefore n = 8 is the correct answer.