Is it possible to find three whole numbers a , b , c , none of which is zero or a perfect square, such that: a + b = c ?
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.
Chose a = b so we have 2 a = c 4 a = c so for all a = b chose c = 4 a and we will have a solution so long as a is not a perfect square. For example a = b = 2 , and c = 8 produces a valid solution.
Let a = 2 and b = 8 . Then 2 + 8 = ( 1 + 2 ) 2 = 1 8 . Yes, it is possible.
Squaring both sides gives
a
+
2
a
b
+
b
=
c
. Since a,b, and c can be any whole numbers, The question can be simplified to
"Are there any whole number values of
a
and
b
that aren't zero or perfect squares such that
a
b
is a whole number"
For
a
b
to be a whole number
a
b
must be a perfect square, thus the question becomes:
"Are there any whole number values of
a
, and
b
that aren't perfect squares such that
a
b
is a perfect square" If the answer is yes then there must be a set (a,b,c) of whole numbers satisfying the equation. Right off the bat you can see
4
is a perfect square, while 2 isn't, Although
4
=
2
×
2
. which shows that
a
=
b
=
2
is a solution where
c
=
8
, thus proving the statement.
Problem Loading...
Note Loading...
Set Loading...
Let n be any non-perfect square, n ∈ N . Then for any p , q ∈ N , we have that
p n + q n = ( p + q ) n
which is equivalent to
p 2 n + q 2 n = ( p + q ) 2 n
and clearly none of p 2 n , q 2 n or ( p + q ) 2 n are zero or perfect squares.