True or False:
Any positive integer divisible by 4 is part of a pythagorean triplet whose values form an arithmetic progression.
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.
Let say a is any natural number divisible by 4, a = 4 d
a 2 = 4 a d (where a can't be 0)
a 2 + d 2 − 2 a d + a 2 = a 2 + d 2 + 2 a d
( a + d ) 2 = ( a − d ) 2 + a 2
Now, Here a - d, a & a + d are in A.P. as well as are pythagorean triplet
Your solution is incomplete/wrong. Current version only shows that if ( a , b , c ) is a pythagorean triple with a < b < c and a , b and c are in arithmetic progression, then b is a multiple of 4 .
You are supposed to show the converse.
Log in to reply
We can solve it in a reverse manner like
Let say a is any natural number divisible by 4, a = 4 d
a 2 = 4 a d (where a can't be 0)
a 2 + d 2 − 2 a d + a 2 = a 2 + d 2 + 2 a d
( a + d ) 2 = ( a − d ) 2 + a 2
Now, Here a - d, a & a + d are in A.P. as well as are pythagorean triplet
Log in to reply
Good. Just add it to the solution for completeness.
Problem Loading...
Note Loading...
Set Loading...
Take 3 n , 4 n , 5 n .