How many positive integers less than 1000 CANNOT be expressed as the difference of two perfect squares?
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.
Remember that: a 2 − b 2 = ( a + b ) × ( a − b )
So any number which can be expressed as the difference of two perfect squares should be either a product of two odd numbers, or a product of two even numbers.
Therefore, any number which CANNOT be expressed as the difference of two perfect squares must necessarily be an odd multiple of 2.
There are 250 odd multiples of 2 less than 1000.