SOLUTION: A right triangle has sides whose lengths in feet are consecutive even integers. determine the length of each side?
Algebra ->
Length-and-distance
-> SOLUTION: A right triangle has sides whose lengths in feet are consecutive even integers. determine the length of each side?
Log On
You can put this solution on YOUR website! A right triangle has sides whose lengths in feet are consecutive even integers. determine the length of each side?
.
Let x = shortest side
then
x+2 = second side
x+4 = hypotenuse
.
Applying Pythagorean theorem:
x^2 + (x+2)^2 = (x+4)^2
x^2 + x^2+4x+4 = x^2+8x+16
2x^2+4x+4 = x^2+8x+16
x^2+4x+4 = 8x+16
x^2-4x+4 = 16
x^2-4x-12 = 0
(x-6)(x+2) = 0
x = {-2, 6}
.
Throwing out the negative solution we have:
x = 6
x+2 = 8
x+4 = 10
.
The three sides are 6, 8, 10