You can
put this solution on YOUR website!Length of one leg:
Length of the other leg:
Assume

is the long leg, so

(2 more than twice the shorter)
Sum of the lengths of the legs:

, but since

,

by substitution.
Collect like terms and solve for

,

=>

=>
So:

=>
Check:

Checks.
Note that if we had assumed in the beginning that

was the longer leg, the result would have been that

and

-- same answer for all practical purposes.
You can
put this solution on YOUR website!let x="shorter leg"
"The longer leg is 2 more than twice the shorter" __ 2x+2
"The sum of the legs of a right triangle is 17 in." __ x+2x+2=17
3x+2=17 __ 3x=15 __ x=5
substituting __ 2(5)+2=12
5,12,13 is a Pythagorean triple (like 3,4,5) __ 5^2+12^2=13^2 __ 25+144=169
You can
put this solution on YOUR website!The sum of the legs of a right triangle is 17 in. The longer leg is 2 more than twice the shorter. The hypotenuse is 13 in. Find the length of each leg.
:
Isn't the formula for a right triangle a^2 +b^2 = c^2? Yes it is, but we don't need it here.
:
It says,"The hypotenuse is 13 in." therefore
c = 13
:
Let a = shorter leg
:
then it says,"The longer leg is 2 more than twice the shorter."therefore
b = 2a+2
:
"the sum of the legs of a right triangle is 17":
a + b = 17
:
Substitute (2a+2) for b and 13 for c, find a:
a + (2a+2) = 17
:
3a + 2 = 17
:
3a = 17 - 2
:
3a = 15
a =

a = 5
:
Find the longer leg (b):
b = 2(5) + 2
b = 12
:
We can confirm our solution using the pythag
Does 5^2 + 12^2 = 13^2?