find the least number which must be added to 543291 to make it a perfect square
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.
(543291)^1/2 = 737.082
so we need the first integer after 737 and is 738
(738)^2 = 544644
544644 - 543291=1353 and that is the answer.