Respuesta :

A = L * W
"area equals length times width"

now if "w is 5 units longer than its length"
this translates to
W = L + 5
or
L = W - 5

so this means that
A = L*(L + 5) = L^2 + 5L
or
A = (W - 5)*W = W^2 - 5W

any of the above could be a possible answer for you
(because you did not show us your options)
I hope I was able to help ^_^
If you're still stuck, feel free to comment
Lanuel

An equation which expresses the rectangle's area (A) is A = L² + 5L.

How to calculate the area of a rectangle?

Mathematically, the area of a rectangle can be calculated by using this formula:

Area = Length × Width

Based on the information provided, we have:

Width = Length + 5

Substituting the parameters into the formula, we have:

A =L (L + 5)

A = L² + 5L

Read more on rectangle here: brainly.com/question/25292087

#SPJ5