Difference between revisions of "2010 AMC 12A Problems/Problem 20"
m |
(→Solution) |
||
Line 5: | Line 5: | ||
== Solution == | == Solution == | ||
+ | |||
+ | === Solution 1 === | ||
Since <math>\left(a_n\right)</math> and <math>\left(b_n\right)</math> have integer terms with <math>a_1=b_1=1</math>, we can write the terms of each sequence as | Since <math>\left(a_n\right)</math> and <math>\left(b_n\right)</math> have integer terms with <math>a_1=b_1=1</math>, we can write the terms of each sequence as | ||
Line 13: | Line 15: | ||
− | where <math>x</math> and <math>y</math> are the common differences of each, respectively. | + | where <math>x</math> and <math>y</math> (<math>x\leq y</math>) are the common differences of each, respectively. |
Line 37: | Line 39: | ||
and soon find that the largest <math>n-1</math> value is <math>7</math> for the pair <math>(15, 134)</math>, and so the largest <math>n</math> value is <math>\boxed{8\ \textbf{(C)}}</math>. | and soon find that the largest <math>n-1</math> value is <math>7</math> for the pair <math>(15, 134)</math>, and so the largest <math>n</math> value is <math>\boxed{8\ \textbf{(C)}}</math>. | ||
+ | |||
+ | === Solution 2 === | ||
+ | |||
+ | As above, let <math>a_n=(n-1)x+1</math> and <math>b_n=(n-1)y+1</math> for some <math>1\leq x\leq y</math>. | ||
+ | |||
+ | Now we get <math>2010 = a_n b_n = (n-1)^2xy + (n-1)(x+y) + 1</math>, hence <math>2009 = (n-1)( (n-1)xy + x + y )</math>. Therefore <math>n-1</math> divides <math>2009 = 7^2 \cdot 41</math>. And as the second term is greater than the first one, we only have to consider the options <math>n-1\in\{1,7,41\}</math>. | ||
+ | |||
+ | For <math>n=42</math> we easily see that for <math>x=y=1</math> the right side is less than <math>49</math> and for any other <math>(x,y)</math> it is way too large. | ||
+ | |||
+ | For <math>n=8</math> we are looking for <math>(x,y)</math> such that <math>7xy + x + y = 2009/7 = 7\cdot 41</math>. Note that <math>x+y</math> must be divisible by <math>7</math>. We can start looking for the solution by trying the possible values for <math>x+y</math>, and we easily discover that for <math>x+y=21</math> we get <math>xy + 3 = 41</math>, which has a suitable solution <math>(x,y)=(2,19)</math>. | ||
+ | |||
+ | Hence <math>n=8</math> is the largest possible <math>n</math>. (There is no need to check <math>n=2</math> anymore.) |
Revision as of 07:46, 16 February 2010
Problem 20
Arithmetic sequences and have integer terms with and for some . What is the largest possible value of ?
Solution
Solution 1
Since and have integer terms with , we can write the terms of each sequence as
where and () are the common differences of each, respectively.
Since
it is easy to see that
.
Hence, we have to find the largest such that and are both integers.
The prime factorization of is . We list out all the possible pairs that have a product of
and soon find that the largest value is for the pair , and so the largest value is .
Solution 2
As above, let and for some .
Now we get , hence . Therefore divides . And as the second term is greater than the first one, we only have to consider the options .
For we easily see that for the right side is less than and for any other it is way too large.
For we are looking for such that . Note that must be divisible by . We can start looking for the solution by trying the possible values for , and we easily discover that for we get , which has a suitable solution .
Hence is the largest possible . (There is no need to check anymore.)