You can put this solution on YOUR website! Find the area between the curves y=x^2 -3x and y=-x
------
The intersections are at x = 0 and x = 2
-----
INT(x^2 - 3x) = x^3/3 - 3x^2/2
@2 = 8/3 - 6 = -10/3
------
INT(-x) = -x^2/2
@2 = -2
-------
Area = ABS of the difference
Area = 10/3 - 2 = 4/3 sq units