SOLUTION: The length of a rectangle is 6 inches more than its width. The area of the rectangle is 91 square inches.
Please tell how this is done thanks
Algebra ->
Rectangles
-> SOLUTION: The length of a rectangle is 6 inches more than its width. The area of the rectangle is 91 square inches.
Please tell how this is done thanks
Log On
Question 752562: The length of a rectangle is 6 inches more than its width. The area of the rectangle is 91 square inches.
Please tell how this is done thanks Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The length of a rectangle is 6 inches more than its width. The area of the rectangle is 91 square inches.
-------------------
Let width be "x":
Then length will be "x+6":
---------------------
Equation:
Area = length*width
A(x) = x(x+6) = 91
x^2 + 6x - 91 = 0
----------------------
x^2 + 13x - 7x -91 = 0
x(x+13)-7(x+13) = 0
(x+13)(x-7) = 0
Positive solution:
x = 7 inches (width)
x+6 = 13 inches (length)
=================
Cheers,
Stan H.
======================