SOLUTION: "How many integers greater than 1 million and less than 4 million are squares of integers? " Thank you so much!!!

Algebra ->  Finance -> SOLUTION: "How many integers greater than 1 million and less than 4 million are squares of integers? " Thank you so much!!!      Log On


   



Question 1077747: "How many integers greater than 1 million and less than 4 million are squares of integers? " Thank you so much!!!
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
Since +1000%5E2+=+1000000+ and +2000%5E2+=+4000000+
every integer in the interval [1001, 1999] has a square that falls in the range +1000000+%3C+n%5E2+%3C+4000000
1999-1001+1 = highlight%28999%29 integers.