Given a 3-digit prime number , is ever a perfect square?
Bonus: Explain your answer.
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.
If b 2 − 4 a c = k 2 for some integer k , then the quadratic a x 2 + b x + c has rational roots since its discriminant is a perfect square. So the quadratic can be factorized as f ( x ) = a x 2 + b x + c = ( p x + r ) ( q x + s ) for some non-negative integers p , q , r and s . Additionally, p and q are non-zero.
Observe that a b c is never prime since, a b c = 1 0 0 a + 1 0 b + c = f ( 1 0 ) = ( 1 0 p + r ) ( 1 0 q + s )
Note: Both factors, 1 0 p + r and 1 0 q + s are at least 1 0 .