A = area
l = length
w = width
Area formula is
A = l * w
but l = w + 3. Length is 3 ft more than width.
So,
A = (w+3) * w
A(w) = w2 + 3w. This is the area as a function of the width w in ft.
For w = 8 ft,
A(8) = 82 + 3*8
A(8) = 64 + 24 = 88 ft2
The area of the rectangle is 88 ft2 when the width is 8 ft.
Note: Make sure your units are all the same for a problem like this before multiplying or adding terms. Convert units to make them the same if necessary. When the units agree, you can carry out simple operations without showing them. But record your final answer to the correct units.