What is the greatest possible perimeter of a right-angled triangle with integers side lengths if one of the sides has length 1 2 ?
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.
Sir, how many right triangles with integer side lengths have 12 as one side? I know only 2.
Log in to reply
@Vinayak Srivastava , All possible right triangle of integer sides are : ( 3 5 , 3 7 , 1 2 ) , ( 1 6 , 2 0 , 1 2 ) , ( 9 , 1 5 , 1 2 ) , ( 5 , 1 3 , 1 2 ) ; where sides are written in the format- ( p e r p e n d i c u l a r , h y p o t e n u s e , 1 2 )
Also no need to call me sir, I'm not a teacher
To maximize the perimeter 12 should not be hypotenuse.
Let the hypotenuse be h and other side be b.
Now,from pythagoras theorem,
12^2+b^2=h^2
(h+b)(h-b)=144
since we want to maximize perimeter so,we should maximize (h+b)
(h+b)(h-b)=144*1
h+b = 144 and h-b =1
But,in this case h and b ain't integer.
so,our remaining option is (h+b)(h-b) = 72*2
h+b=72
h-b=2
So,h=37 and b=35
Therefore maximum perimeter is 84
Cheers😊
Problem Loading...
Note Loading...
Set Loading...
Note that 1 2 can't be written as sum of two squares of integers ∵ 1 2 = 2 2 × 3 ; 3 ≡ 3 ( m o d 4 ) see Sum of two squares theorem
Therefore, 1 2 can't be the hypotenuse of the triangle. ∴ ∃ a ∈ Z + , b ∈ Z + ∣ 1 2 2 + b 2 = a 2 → 1 4 4 + b 2 = a 2 → 1 4 4 = ( a − b ) ( a + b ) ∵ a ∈ Z + ; b ∈ Z + , a > b ∴ ( a − b ) ∈ Z + , ( a + b ) ∈ Z + ; a − b < a + b Pair wise factors of 1 4 4 = ( a + b ) ( a − b ) = 1 4 4 × 1 ; 7 2 × 2 ; 4 8 × 3 ; 3 6 × 4 ; 2 4 × 6 ; 1 8 × 8 ; 1 6 × 9 ( a + b ) ( a − b ) = 1 4 4 × 1 ; 7 2 × 2 ; 4 8 × 3 ; 3 6 × 4 ; 2 4 × 6 ; 1 8 × 8 ; 1 6 × 9
Suppose it is given a + b = k 1 ; a − b = k 2 → 2 a = k 1 + k 2 → a = 2 k 1 + k 2 as a ∈ Z ∴ ( k 1 + k 2 ) ≡ 0 ( m o d 2 ) → ( a + b ) ( a − b ) = 1 4 4 × 1 ; 7 2 × 2 ; 4 8 × 3 ; 3 6 × 4 ; 2 4 × 6 ; 1 8 × 8 ; 1 6 × 9 ; Now p e r i m e t e r = 1 2 + a + b ∴ for largest perimeter we need largest a + b . ∴ a + b = 7 2 ; a − b = 2 p e r i m e t e r = 1 2 + 7 2 = 8 4