Michael J. answered 12/05/16
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
Let length of rectangle = x
Let width of rectangle = y
Using these variables, we can create equation that uses the area of triangle and Pythagorean theorem.
x2 + y2 = 252
x2 + y2 = 625 eq1 -----> Pythagorean theorem
xy = 168 eq2 -----> area of rectangle
We can now substitute eq1 into eq2 to get eq2 in terms of only x.
x√(625 - x2) = 168
Square both sides of the equation to undo the square-root.
x2(625 - x2) = 28224
625x2 - x4 = 28224
Move all terms to the right side of equation.
0 = x4 - 625x2 - 28224
Let q = x2
Then,
q2 - 625q - 28224 = 0
Use the quadratic formula to solve for q. Select the positive solution of q. Then once you have q, take the square-root of the result to get x. This is your length. Once you have x, use the formula
y = 168 / x
to get your width.