Question
Question: A rectangular parking lot is 50ft longer than it is wide. How do you determine the dimensions of the...
A rectangular parking lot is 50ft longer than it is wide. How do you determine the dimensions of the parking lot if it measures 250ft diagonally?
Solution
In this problem, we have to find the dimensions, i.e. length and width of the parking lot with the given data. We can see that the length is 50ft longer than its width. We can also see that we have a diagonal of 250ft in the rectangular parking lot, so we can use Pythagoras theorem so that we will get a quadratic equation from which we can find the width and the length.
Complete step by step solution:
We can assume that,
Let the length be L.
Let the width be W.
We know that, we are given a rectangular parking lot is 50ft longer than it is wide,
L=W+50…… (1)
Now we can draw the diagram.
We can now use the Pythagoras theorem.
L2+W2=(250)2
We can substitute the value of (1) in the above formula we get
(W+50)2+W2=(250)2
Now we can simplify it using whole square formula, we get
⇒W2+100W+2500+W2=2502
Now we can simplify the above step, we get
⇒2W2+100W−60000=0
We can now divide by 2 in the above step, we get
⇒W2+50W−30000=0
We can now use the quadratic formula for the equation ax2+bx+c=0.
Where, a = 1, b = 50, c = -30000.
W=2a−b±b2−4ac
We can substitute the values, we get