SOLUTION: the length of a rectangle is 2 more than twice its width. if the area of the rectangle is 24 square meters, find its dimension
Algebra ->
Rectangles
-> SOLUTION: the length of a rectangle is 2 more than twice its width. if the area of the rectangle is 24 square meters, find its dimension
Log On
Question 950670: the length of a rectangle is 2 more than twice its width. if the area of the rectangle is 24 square meters, find its dimension Found 2 solutions by macston, Gogonati:Answer by macston(5194) (Show Source):
You can put this solution on YOUR website! W=width; L=length=2W+2; A=area=L*W=24 sq m
A=L*W Substitute for L
24 sq m=(2W+2)(W) Subtract 24 sq m from each side
You can put this solution on YOUR website! Let the width be x m, than the length will be 2x+2 m. The area of the rectangle will be: x(2x+2)=24. Solving this quadratic equation we get:
x^2+ x-12=0
(x+4)(x-3)=0
{-4, 3}
Since the dimension is always positive, the width of the rectangle is 3 m, and the length is 8m.