Question 495354: The length of a rectangle is "p" meters. The width is 3 meters less than the length. What is the perimeter of the rectangle? Answer by oberobic(2304) (Show Source):
You can put this solution on YOUR website! Perimeter = 2*Length + 2*Width
L = p meters
Width is 3 meters less than p
W= p-3
.
Perimeter = 2p + 2(p-3)
Perimeter = 2p + 2p - 6
Perimeter = 4p -6
.
Done