document.write( "Question 230209: find the area of the region between the graph of y = x^3 and the x-axis from x= 1 to x= 4 \n" ); document.write( "
Algebra.Com's Answer #170552 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the area of the region between the graph of y = x^3 and the x-axis from x= 1 to x= 4 \n" ); document.write( "------------ \n" ); document.write( "The integral of x^3 = x^4/4 + C \n" ); document.write( "At x = 4: x^4/4 = 64 \n" ); document.write( "At x = 1: x^4/4 = 1/4 \n" ); document.write( "Area = 64 - 1/4 = 63.75 sq units \n" ); document.write( " |