Formula for finding number of perfect square between any two numbers
Answers
Answered by
4
Step-by-step explanation:
The number of perfect squares between 0 and N (both inclusive), is the integer square root of N, let isqrt(N) . So the number of perfect squares between first and last (bounds inclusive), is the difference isqrt(last) - isqrt(first - 1) .Mar 20, 2014
www
Answered by
3
Answer:
the number of perfect squares between O and N (both inclusive),is the integer square root of N,let isqrt(N).so the number of perfect squares between first and last(bounds inclusive),is the difference isqrt(last)-isqrt
Similar questions
Math,
3 months ago
Math,
3 months ago
English,
6 months ago
Science,
6 months ago
Accountancy,
10 months ago