SOLUTION: Find the dimensions of a rectangle whose width is 4 miles less than its length, and whose area is 77 square miles.
Algebra ->
Rectangles
-> SOLUTION: Find the dimensions of a rectangle whose width is 4 miles less than its length, and whose area is 77 square miles.
Log On
Question 933360: Find the dimensions of a rectangle whose width is 4 miles less than its length, and whose area is 77 square miles. Answer by LisaDrapeau(7) (Show Source):
Area = 77
Length = X (unknown)
Width = X-4 (Width is 4 miles less than Length)
So your equation is:
X * (X-4) = 77
X^2 - 4X - 77 = 0
Then you use the quadratic equation to solve:
where a=1, b=-4, and c=-77
solving for X gives 2 answers, one negative and one positive. The negative one is irrelevant though because you will not have a "less than zero" length.
Your calculator or other online calculators can help solve the equation.