SOLUTION: The length of a rectangle is 3m less than twice the width, and the area of the rectangle is 27 m2. Find the dimensions of the rectangle.
Length
Width
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: The length of a rectangle is 3m less than twice the width, and the area of the rectangle is 27 m2. Find the dimensions of the rectangle.
Length
Width
Log On
Question 1006751: The length of a rectangle is 3m less than twice the width, and the area of the rectangle is 27 m2. Find the dimensions of the rectangle.
Length
Width Answer by Cromlix(4381) (Show Source):
You can put this solution on YOUR website! Hi there,
Make width = 'x'
Length = 2x - 3
Area = Length x Width
27 = (2x - 3) x (x)
27 = 2x^2 - 3x
2x^2 - 3x - 27 = 0
Factorise:
(2x - 9)(x + 3)= 0
x + 3 = 0
x = -3 Disregard as -ve
2x - 9 = 0
2x = 9
x = 4.5
Width = 4.5m
Length = 6m
Hope this helps :-)