Question 207744
The width of a rectangle gate is 2 meters larger than its height. The diagonal breace measures (sqrt 6 meters). Find the width and the height.
.
You need to apply Pythagorean theorem:
Let h = height
then 
h+2 = width
.
h^2 + (h+2)^2 = 6^2
h^2 + (h+2)(h+2) = 36
h^2 + (h^2+4h+4) = 36
2h^2+4h+4 = 36
h^2+2h+2 = 18
h^2+2h-16 = 0
(h+8)(h-2) = 0
h = {-8,2}
We can toss out the negative solution leaving:
h = 2 meters (height)
.
h+2 = 2+2 = 3 meters (width)