How many perfect squares are there between 200 and 1000?
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.
The first perfect square bigger than 200 is 15^2, and less than 1000 is 31^2. So there are (31 - 15) + 1 = 17 perfect squares.
But why have you added 1
There are following 17 perfect squares between 200 and 1000.
2 2 5 , 2 5 6 , 2 8 9 , 3 2 4 , 3 6 1 , 4 0 0 , 4 4 1 , 4 8 4 , 5 2 9 , 5 7 6 , 6 2 5 , 6 7 6 , 7 2 9 , 7 8 4 , 8 4 1 , 9 0 0 , and 9 6 1 .
Here, ⌈ 2 0 0 ⌉ = 1 5 and ⌊ 1 0 0 0 ⌋ = 3 1
So, from 1 5 to 3 1 we get 3 1 − 1 5 + 1 = 1 7 number. It is the answer.
Problem Loading...
Note Loading...
Set Loading...
1 5 2 = 2 2 5 3 1 2 = 9 6 1 The number of perfect squares would be 3 1 − 1 5 + 1 = 1 7