SOLUTION: If the length of a rectangle is 4 feet more than its width. How do i use a variable to express the area of the rectangle?

Algebra ->  Rectangles -> SOLUTION: If the length of a rectangle is 4 feet more than its width. How do i use a variable to express the area of the rectangle?      Log On


   



Question 799971: If the length of a rectangle is 4 feet more than its width. How do i use a variable to express the area of the rectangle?
Answer by jerryguo41(197) About Me  (Show Source):
You can put this solution on YOUR website!
Set A=Area, l=length, and h=height
You know that
A=lw
Now after reading the problem you also know that l=w%2B4 or "length of a rectangle is 4 feet more than its width"
Now replace l with w+4 and you get:
A=%28w%2B4%29w
A=w%5E2%2B4w
If you want to only use one variable you can directly write it as
A=%28x%2B4%29x where x is implied to be the shorter side.
Resulting in A=x%5E2%2B4x