SOLUTION: The width of a rectangular gate is 2 meters (m) larger than its height. The diagonal brace measures rr 6 meters. find the width and height.
Algebra ->
Probability-and-statistics
-> SOLUTION: The width of a rectangular gate is 2 meters (m) larger than its height. The diagonal brace measures rr 6 meters. find the width and height.
Log On
Question 287984: The width of a rectangular gate is 2 meters (m) larger than its height. The diagonal brace measures rr 6 meters. find the width and height. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The width of a rectangular gate is 2 meters (m) larger than its height. The diagonal brace measures rr 6 meters. find the width and height.
--------
Let height be x meters
Then width is "x+2" meters.
----------------------------------
Use Pythagoras to find width and height:
Equation:
x^2 + (x+2)^2 = 6^2
x^2 + x^2 + 4x + 4 = 36
2x^2 + 4x - 32 = 0
x^2 + 2x - 16 = 0
----
x = [-2 +- sqrt(4 - 4*-16)]/2
---
x = [-2 +- sqrt(68)]/2
---
x = [-2 +- 2sqrt(17)]/2
---
x = [-1 +-sqrt(17)]
---
Positive solution:
x = -1+sqrt(17) is appoximately 3.1231m (width)
---
x+2 = 5.1231m (length)
===========================
Cheers,
Stan H.