SOLUTION: The length of a rectangle is 2 inches less than twice the width. The diagonal is 5 inches. Find the length and width of the rectangle.
Algebra ->
Rectangles
-> SOLUTION: The length of a rectangle is 2 inches less than twice the width. The diagonal is 5 inches. Find the length and width of the rectangle.
Log On
Question 145993This question is from textbook
: The length of a rectangle is 2 inches less than twice the width. The diagonal is 5 inches. Find the length and width of the rectangle. This question is from textbook
You can put this solution on YOUR website! The length of a rectangle is 2 inches less than twice the width. The diagonal is 5 inches. Find the length and width of the rectangle.
Let w = width of rectangle
then from "length of a rectangle is 2 inches less than twice the width" we have
2w-2 = length of rectangle
.
the length, width and diagonal forms a right triangle allowing you to use Pythagorean theorem:
(2w-2)^2 + w^2 = 5^2
4w^2 - 8w + 4 + w^2 = 25
5w^2 - 8w + 4 = 25
5w^2 - 8w - 21 = 0
.
At this point, you could "factor it" or use the "quadratic equation".
Using the quadratic equation produces:
3 and -1.4
You can't have a negative width therefore could you check whether you had a typo when submitted your problem?