SOLUTION: The width of a rectangle is 5 meters less than the length. The area is 36 square meters.
Algebra
->
Rectangles
-> SOLUTION: The width of a rectangle is 5 meters less than the length. The area is 36 square meters.
Log On
Geometry: Rectangles
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Rectangles
Question 869242
:
The width of a rectangle is 5 meters less than the length. The area is 36 square meters.
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
x = length
x-5 = width (since "The width of a rectangle is 5 meters less than the length")
Length * Width = Area
x*(x-5) = 36
x^2 - 5x = 36
x^2 - 5x - 36 = 0
So your goal is to solve x^2 - 5x - 36 = 0 for x (either factor, complete the square, or use the quadratic formula). Keep in mind that x is positive.