114k views
4 votes
if a rectangle has a length =p and a width =p+4, what is the area of the rectangle. what is the perimeter?

User Jmarkstar
by
4.7k points

2 Answers

3 votes
A= p^2+4p

Perimeter= 4p+8
User Doctaphred
by
5.0k points
3 votes

The area of a rectangle can be found by multiplying the length times the width, or A = l * w. The perimeter of the rectangle can be found by adding together the length twice and the width twice. From the given information, we know that l = p and w = p + 4, where l represents the length of the rectangle and w represents the width of the rectangle.

A = l * w = p(p+4) = p^2 + 4p

P = 2l + 2w = 2(p) + 2(p+4) = 2p + 2p + 8 = 4p + 8

Therefore, the area of the rectangle is p^2 + 4p and the perimeter of the rectangle is 4p + 8.

Hope this helps!

User Lomtrur
by
4.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.