SOLUTION: the width of a rectangle is 6 feet less than twice its length. If its area is 108 square feet, find the dimensions of the rectangle

Algebra ->  Rectangles -> SOLUTION: the width of a rectangle is 6 feet less than twice its length. If its area is 108 square feet, find the dimensions of the rectangle      Log On


   



Question 925982: the width of a rectangle is 6 feet less than twice its length. If its area is 108 square feet, find the dimensions of the rectangle
Found 2 solutions by TimothyLamb, srinivas.g:
Answer by TimothyLamb(4379) About Me  (Show Source):
You can put this solution on YOUR website!
w = 2L - 6
Lw = 108
---
L(2L - 6) = 108
2LL - 6L - 108 = 0
---
the above quadratic equation is in standard form, with a=2, b=-6 and c=-108
---
to solve the quadratic equation, by using the quadratic formula, copy and paste this:
2 -6 -108
into this solver: https://sooeet.com/math/quadratic-equation-solver.php
---
the quadratic has two real roots at:
---
L = 9
L = -6
---
the negative root doesn't fit the problem statement, so use the positive root:
---
L = 9
w = 2*9 - 6
w = 12
---
answer:
L = 9 feet
w = 12 feet
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php

Answer by srinivas.g(540) About Me  (Show Source):
You can put this solution on YOUR website!
let length of rectangle be l
width = 2*length -6
width =2l-6
Area of rectangle = 108 square feet
Area = length* width
108 = l*(2l-6)
108 = l*(2l)+l*(-6)
108=+2l%5E2-6l
move 108 to the right
+2l%5E2-6l-108=0
divide each term with 2
+2l%5E2%2F2+-6l%2F2-108%2F2+=+0
+l%5E2-3l-54=0
+l%5E2-9l%2B6l-54=0
+l%28l-9%29%2B6%28l-9%29=0
+%28l-9%29%28l%2B6%29=0
from above equation , the possibilities are
l-9= 0 or l+6 = 0
l=9 or l=-6
since l is length , it cannot be negative
hence l is 9 foot
width = 2*length -6
= 2*9-6
=18-6
=12
width = 12 feet
length = 9 feet