SOLUTION: Doris walks 89 feet diagonally across a rectangular field. She then returns to her starting position along the outside of the field. The total distance she walks is 208 feet. What

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Doris walks 89 feet diagonally across a rectangular field. She then returns to her starting position along the outside of the field. The total distance she walks is 208 feet. What       Log On


   



Question 1193488: Doris walks 89 feet diagonally across a rectangular field. She then returns to her starting position along the outside of the field. The total distance she walks is 208 feet. What are the dimensions of the field?
I would assume you could use the Pythagorean theorem for this, but when I tried I did not get an answer that added up to 208. Please explain step-by-step so I can understand how to solve the problem! Thanks.

Found 2 solutions by josgarithmetic, ikleyn:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
If the two outside dimensions are x and y, then x+y=208-89=119. Now, you can give the two outside dimensions as x and 119-x. Time next for Pythagorean Theorem Formula, hypotenuse of 89.

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
Doris walks 89 feet diagonally across a rectangular field.
She then returns to her starting position along the outside of the field.
The total distance she walks is 208 feet. What are the dimensions of the field?
I would assume you could use the Pythagorean theorem for this,
but when I tried I did not get an answer that added up to 208.
Please explain step-by-step so I can understand how to solve the problem! Thanks.
~~~~~~~~~~~~~

Let x and y be the dimensions of the rectangle.

Then from the given part of the problem, we have these two independent equations

    x%5E2+%2B+y%5E2 = 89%5E2               (1)    (the diagonal)

    sqrt%28x%5E2%2By%5E2%29 + x + y = 208      (2)    (the total distance)


In the second equation, replace  sqrt%28x%5E2%2By%5E2%29 by 89, based on equation (1).
Keep first equation as is.  Then you get this simplified system

    x%5E2+%2B+y%5E2 = 89%5E2       (1')    

    89 + x + y = 208      (2') 


You can simplify it further  

    x%5E2+%2B+y%5E2 = 89%5E2       (1'')    

    x + y = 119           (2'')             (because  208-89 = 119).


Next step square equation (2'');  keep equation (1'') as is

    x%5E2+%2B+y%5E2 = 89%5E2             (3)

    x%5E2+%2B+2xy+%2B+y%5E2 = 119%5E2       (4)


Now subtract equation (3) from equation (4).  You will get

    2xy = 119%5E2 - 89%5E2 = 6240

or

    xy = 3120.         (5)


Now combine equations (2'') and (5) into one system

    x + y = 119        (6)

    xy    = 3120.      (7)


It admits straightforward solution.  From equation (6), express x = 119-y
and substitute it into equation (7).  You will get a quadratic equation

    (119-y)*y = 3120,

or

    y^2 - 119y + 3120 = 0.


You can solve it by factoring or by applying the quadratic formula.


In any case, the factoring is

    (x-80)*(x-39) = 0


and the roots are  80 and 39.


These roots give the dimensions of the rectangle.


ANSWER.  The dimensions of the rectangle are 80 feet by 39 feet.

Solved.

You may check my solution/answer by substituting the found dimensions into equations (1) and (2).


-----------------


From my post,  you need to learn these major lessons:

        - (a)   how to reduce this word problem to equations  (1)  and  (2).

        - (b)   how to reduce this system  (1),  (2)  to system  (6),  (7).

        - (c)   how to solve system  (6),  (7).


If you will learn it,  then my and your job won't go to waste.