What is the number of perfect squares whose last two digits are 99?
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.
С^2=100q+99 (q is an integer). C^2 is an odd number, in this case c^2 (mod 4)≡1. However, (100q+99) (mod 4)≡3. Therefore, the equation has no integer solutions. In other words, number of perfect squares is 0 .