document.write( "Question 368791: Find the area of the region bounded by the two curves.
\n" );
document.write( "y = x^2 + 3
\n" );
document.write( "y = 7x + 3 \n" );
document.write( "
Algebra.Com's Answer #262793 by fractalier(6550) You can put this solution on YOUR website! Let's see...the two figures intersect at (0,3) and at (7,52)...we have to integrate the difference of the functions from x = 0 to x = 7, so we have\r \n" ); document.write( "\n" ); document.write( "Area = Integral from 0 to 7 of \n" ); document.write( "= Integral from 0 to 7 of (7x - x^2) \n" ); document.write( "= \n" ); document.write( "= |