You can
put this solution on YOUR website! Sarsh is designing a rectangular garden in her back yard. The length of the garden is to be three feet less than twice its width. if the perimeter of the garden is sixty feet, what are the width and length of her garden
.
Let w = width of garden
then from: "The length of the garden is to be three feet less than twice its width." we have
2w-3 = length of garden
.
Perimeter for any rectangle is
2(length + width)
.
The problem also gave us the perimeter as 60 feet, therefore:
60 = 2(w + (2w-3))
60 = 2(w + 2w - 3)
60 = 2(3w - 3)
60 = 6w - 6
66 = 6w
11 feet = w (width of garden)
.
For the length:
2w-3 = 2(11)-3 = 22-3 = 19 feet (length of garden)