Difference between revisions of "2007 Alabama ARML TST Problems/Problem 7"

(New page: =Problem== Find the number of distinct integers in the list <cmath>\left\lfloor \dfrac{1^2}{2007}\right\rfloor , \left\lfloor \dfrac{2^2}{2007}\right\rfloor , \left\lfloor \dfrac{3^2}{200...)
 
m
Line 7: Line 7:
  
 
==Solution==
 
==Solution==
The first time that the difference of two consecutive squares is greater than or equal to 2007 is <math>1004^2-1003^2=2007</math>. Below <math>\lfloor \frac{1003^2}{2007}\rfloor =501</math>, every non-negative integer can be reached. Then above that, each number is distinct. So there are <math>502+(2007-1004+1)=\boxed{1506}</math> distinct integers in the given list.
+
The first time that the difference of two consecutive squares is greater than or equal to 2007 is <math>1004^2-1003^2=2007</math>. Below <math>\left\lfloor \frac{1003^2}{2007}\right\rfloor =501</math>, every non-negative integer can be reached. Then above that, each number is distinct. So there are <math>502+(2007-1004+1)=\boxed{1506}</math> distinct integers in the given list.
  
 
==See also==
 
==See also==
 
[[Category:Intermediate Number Theory Problems]]
 
[[Category:Intermediate Number Theory Problems]]

Revision as of 10:16, 15 September 2008

Problem=

Find the number of distinct integers in the list

\[\left\lfloor \dfrac{1^2}{2007}\right\rfloor , \left\lfloor \dfrac{2^2}{2007}\right\rfloor , \left\lfloor \dfrac{3^2}{2007}\right\rfloor , \left\lfloor \dfrac{4^2}{2007}\right\rfloor , \cdots , \left\lfloor \dfrac{2007^2}{2007}\right\rfloor ,\]

where $\lfloor x \rfloor$ represents the greatest integer less than or equal to $x$.

Solution

The first time that the difference of two consecutive squares is greater than or equal to 2007 is $1004^2-1003^2=2007$. Below $\left\lfloor \frac{1003^2}{2007}\right\rfloor =501$, every non-negative integer can be reached. Then above that, each number is distinct. So there are $502+(2007-1004+1)=\boxed{1506}$ distinct integers in the given list.

See also