Question 888505
let x = one of the legs.
let y = the other leg.
pythagorus says:
x^2 + y^2 = 26^2
y = 2x + 4
x^2 + y^2 = 26^2 becomes:
x^2 + (2x+4)^2 = 26^2
simplify to get:
x^2 + 4x^2 + 16x + 16 = 676
combine like terms to get:
5x^2 + 16x + 16 = 676
subtract 676 from both sides to get:
5x^2 + 16x - 660 = 0
factor to get:
(x-10)(5x+66) = 0
solve for x to get:
x = 10 or x = -66/5
x can't be negative, so x = 10
if x = 10, then 2x+4 = 24
x = 10
y = 24
10^2 + 24^2 = 100 + 576 = 676 = 26^2
all is good.
one leg is 10.
the other leg is 24.
the leg of 24 is 4 more than twice the leg of 10.