If a times a plus b times b equals c times c, and a,b, and c are positive integers, what is the lowest possible value of 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.
a 2 + b 2 = c 2 a , b , c ∈ Z + So we are looking for the square root smallest square that can be written as the sum of two positive squares. Simply checking the first five perfect squares gives the answer.
Or you can just note the parametric equation for c is m 2 + n 2 for positive integers m = n , with the minimum value occur at m = 1 , n = 2 ⇒ c = 5
The answer is 5;. This is because a=3 and b=4. a times a equals 9. b times b equals 16. 16 plus 9 equals 25. The square root of 25 is 5. c=5.
Problem Loading...
Note Loading...
Set Loading...
a 2 + b 2 = c 2 fits Pythagorean triplets: (3,4,5)