Find the smallest natural number which when added to and gives a perfect square number.
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.
Given in the question → 1 0 0 + x is a perfect square and 1 6 8 + x is a perfect square.
Let us subtract: ( 1 6 8 + x ) − ( 1 0 0 + x ) = 6 8 .
So, the difference of two squares is 6 8 .
⇒ m 2 − n 2 = 6 8 for some positive m and n .
⇒ ( m + n ) ( m − n ) = 6 8 × 1 o r 3 4 × 2 o r 1 7 × 4
Solving, we get: (fractional values for m and n are discarded)
m = 1 8
n = 3 4 − 1 8 = 1 6
∴ 1 6 8 + x = m 2 = 1 8 2 = 3 2 4 ⇒ x = 3 2 4 − 1 6 8 = 1 5 6 or
1 0 0 + x = n 2 = 1 6 2 = 2 5 6 ⇒ x = 2 5 6 − 1 0 0 = 1 5 6 .