Jon P. answered 01/20/15
Tutor
5.0
(173)
Harvard honors degree in math, experienced geometry tutor
let a be the shorter leg, let b be the longer leg, and let c be the hypotenuse
So the statement of the problem says the following:
c = a + 8
b = a + 4
But there's one more thing that you know: a2 + b2 = c2
So plug in those two expressions for c and b
a2 + (a+4)2 = (a+8)2
So...
a2 + a2 + 8a + 16 = a2 + 16a + 64
2a2 + 8a + 16 = a2 + 16a + 64
Subtract a2 from both sides:
a2 + 8a + 16 = 16a + 64
Subtract 16a from both sides:
a2 - 8a + 16 = 64
Subtract 64 from both sides:
a2 - 8a + 48 = 0
Solve this equation. You can do it by factoring:
(a-12)(a+4) = 0
So a = 12 or -4.
But -4 doesn't make sense because the length of a side can't be negative. So the answer is that a = 12, which is the length of the shorter leg.