Relax

Respuesta :

You did not provide a list of expressions to select from.

Let A = area

Let w = width

Let (w + 5) = length

A = (w + 5)w
Ver imagen harpazo
Let the width = w.

The the length is w + 5.

area = length * width

area = (w + 5) * w

area = w(w + 5)

area = w^2 + 5w

Answer is choice C.