document.write( "Question 701047: what is the area under a curve with the equation y= negative 2x to the 2nd power + 6x + 36 \n" ); document.write( "
Algebra.Com's Answer #432179 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the area under a curve with the equation y= negative 2x to the 2nd power + 6x + 36 \n" ); document.write( "------------ \n" ); document.write( "y = -2x^2 + 6x + 36 \n" ); document.write( "Assuming you mean bounded by the x-axis: \n" ); document.write( "It intersects the x-axis at x = -3 and x = +6 \n" ); document.write( "------------- \n" ); document.write( "INT(x) = -2x^3/3 + 3x^2 + 36x (Ignore the constant of integration) \n" ); document.write( "INT(6) = -144 + 108 + 216 = 180 \n" ); document.write( "INT(-3) = 18 + 27 - 108 = -63 \n" ); document.write( "----- \n" ); document.write( "INT(6) - INT(-3) = 243 sq units \n" ); document.write( "Area = 243 sq units \n" ); document.write( " \n" ); document.write( " |