17.2k views
4 votes
The length of a rectangle is 3n+ 2 and its width is n-1. The perimeter of the rectangle is twice the sum of its length and its width. write an expression that represents the perimeter of the rectangle. Find the perimeter of the rectangle when n= 4 inches

User Godwin
by
8.3k points

1 Answer

7 votes
Length, L = 3n + 2
Width, W = n - 1

Perimeter, P = 2*(L + W)

= 2*( 3n + 2 + n - 1)

= 2*(3n + n + 2 - 1)

= 2*(4n + 1)

= 2*4n + 2*1

= 8n + 2

Perimeter = (8n + 2)

Perimeter, when n = 4, 8n + 2 = 8*4 + 2 = 32 +2 = 34

Perimeter = 34 inches.
User Yash Vekaria
by
8.8k points

No related questions found