35.7k views
4 votes
Let's let l represent the length of the rectangle (in inches), let w represent the width of the rectangle, let p represent the perimeter of the rectangle (in inches), and let A represent the area of the rectangle (in square inches). Write a formula that determines the perimeter p of the rectangle given its width w and length l .

1 Answer

1 vote

Answer:

p = 2(l + w)

Explanation:

A rectangle has two lengths and two widths. The formula for the perimeter of a rectangle is obtained by adding all the four sides of the rectangle.

p = l + l + w + w = 2l + 2w

p = 2l + 2w

2 is a common factor of both terms on the right hand side

Factorizing 2l + 2w

p = 2(l + w)

User Ivan Vargas
by
5.2k points