Question 825253
The legs of a right triangle have lengths (in units) x+2 and x+6. The hypotenuse has lengths (in units) 2x. Find the perimeter of the triangle.
-----
Use Pythagoras to get:
(2x)^2 = (x+2)^2 + (x+6)^2
4x^2 = x^2 +4x+4 + x^2 + 12x + 36
-----------
2x^2 = 16x+40
----
x^2 - 8x - 20 = 0
------
Factor:
(x-10)(x+2) = 0
------
Positive solution:
x = 10
======
hypotenuse = 2x = 20
leg = x+2 = 12
leg = x+6 = 16
------------------
Cheers,
Stan H.
================