Find the smallest positive integer n such that 1000 multiplied by n and the next 999 integers are not perfect squares. Source: AIME
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 highest perfect square below the sequence be n 2 and the lowest perfect square above the sequence be ( n + 1 ) 2 , and assume that 1 0 0 0 N is the least multiple of 1 0 0 0 that is greater than n 2 (we want it minimized), so that our sequence should look a little like this: . . . , n 2 , . . . , 1 0 0 0 N , 1 0 0 0 N + 1 , . . . , 1 0 0 0 N + 9 9 9 , . . . , ( n + 1 ) 2 , . . . It is clear that n ≥ 5 0 0 , otherwise there are less than 1 0 0 0 terms in the sequence. Letting n = 5 0 0 + x for some non-negative integer x we have n 2 = ( 5 0 0 + x ) 2 = 2 5 0 0 0 0 + 1 0 0 0 x + x 2 ( ∗ ) Now observe that the difference between n 2 and ( n + 1 ) 2 for n ∈ [ 5 0 0 , 5 4 9 ] is ≤ 1 0 9 9 ( ∗ ∗ ) . Taking n 2 (see ( ∗ ) ) m o d 1 0 0 0 the two terms on the left end disappear and we're left with n 2 ≡ x 2 ( m o d 1 0 0 0 ) . We want to add the minimum possible number to n 2 to get 1 0 0 0 N , thus, we need x 2 to be as close to 1 0 0 0 as possible otherwise ( n + 1 ) 2 will be a member of the sequence { 1 0 0 0 N + k } k = 0 9 9 9 rather than strictly above it as required; this can be seen by considering ( ∗ ∗ ) : if x ≤ 3 0 then we need to add ≥ 1 0 0 to n 2 to get 1 0 0 0 N , but that would mean that for n ∈ [ 5 0 0 , 5 4 9 ] (we want to keep n as low as possible), ( n + 1 ) 2 − n 2 ≤ 1 0 0 0 which we certainly don't want! (Why?) Thus, we must have x ≥ 3 1 . So the least possible value of x = 3 1 , and trying this yields the sequence: . . . , 5 3 1 2 , . . . , 1 0 0 0 × 2 8 2 , 1 0 0 0 × 2 8 2 + 1 , . . . , 1 0 0 0 × 2 8 2 + 9 9 9 , . . . , 5 3 2 2 , . . . It follows that the least possible value of 1 0 0 0 N = 1 0 0 0 × 2 8 2 ⟹ min { N } = 2 8 2 .