Math, asked by Devamwppu, 4 months ago

Formula for finding number of perfect square between any two numbers

Answers

Answered by jayaprakashvirat
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 manikandrkulamani
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