You can put this solution on YOUR website! a rectangle has a length of 2x+3 and a width of x-4 find the area
------------
Area = length * width
-------------------------
A = (2x+3)(x-4)
---
A = 2x(x-4)+3(x-4)
---
A = 2x^2-8x+3x-12
---
A = 2x^2-5x-12
-------------------
Cheers,
Stan H.
===================