202k views
0 votes
If a rectangle's length is

2t+1
and the width is
t-3 write an expression for the perimeter and an expression for the area.

User Herbert
by
8.6k points

2 Answers

5 votes

Answer:

Perimeter = 6t - 4

Area = 2t² - 7t - 3

Explanation:

Given length = 2t + 1

Width = t - 3

So perimeter = 2t +1 + t - 3 + 2t + 1 + t - 3

= 2t + t + 2t + t + 1 - 3 + 1 - 3

= 6t - 4

Area = (2t + 1)(t - 7)

= 2t² - 6t + t - 3

= 2t² - 7t - 3

Sorry if im wrong but i think thats the answer

User RBuntu
by
8.2k points
5 votes

For this case we have that by definition:

The area of a rectangle is given by:


A = a * b

Where:

a and b are the sides of the rectangle.

For its part, the perimeter will be given by:


P = 2a + 2b

If we have as data:


a = 2t + 1\\b = t-3

So, the area is given by:


A = (2t + 1) (t-3)

We apply distributive property:


A=2t^2-6t+t-3\\A=2t^2-5t-3

For its part, the perimeter is:


P = 2 (2t + 1) +2 (t-3)\\P = 4t + 2 + 2t-6\\P = 6t-4

ANswer:


A = 2t ^ 2-5t-3\\P = 6t-4

User Kamalav
by
7.7k points