160k views
1 vote
How do I write a function rule for the area of a rectangle whose length is 4in. more than its width. What is the area of the rectangle when its width is 8in.?

User Kiwikodes
by
8.0k points

1 Answer

6 votes
Let the width be w, then length = w + 4
Area = length x width = w(w + 4) = w^2 + 4w
f(w) = w^2 + 4w

for w = 8 in
Area = (8)^2 + 4(8) = 64 + 32 = 96 in^2
User ChesuCR
by
8.6k points