Question 776011
Area = Length * Width


A = L*W


A = (x-5)*x


A = x*(x-5)


A = x*x + x*(-5)


A = x^2 - 5x



Answer: <font color="red">x^2 - 5x</font>