Question 1029788
Break up the number line starting at x=-2 with dx=1.
{{{x=-2+1=-1}}},{{{f(x)=x^3+8=(-1)+8=7}}},{{{A[1]=1(7)=7}}}
{{{x=-1+1=0}}},{{{f(x)=x^3+8=(0)+8=8}}},{{{A[2]=1(8)=8}}}
{{{x=0+1=1}}},{{{f(x)=x^3+8=(1)+8=9}}},{{{A[3]=1(9)=9}}}
{{{x=1+1=2}}},{{{f(x)=x^3+8=(8)+8=16}}},{{{A[4]=1(16)=16}}}
.
.
.
{{{A=A[1]+A[2]+A[3]+A[4]}}}
{{{A=7+8+9+16}}}
{{{A=40}}}