document.write( "Question 272121: Evaluate and tabulate the values of y for the value(s) given.\r
\n" );
document.write( "\n" );
document.write( " y = 2x3, for x = -3, 0, 1, 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #199117 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, y = 2x^3 \n" ); document.write( "when, x=-3, y=2*(-3)^3=2*(-27) = -54 \n" ); document.write( "when, x=0, y=2*(0)^3=2*(0) = 0 \n" ); document.write( "when, x=1, y=2*(1)^3=2*(1) = 2 \n" ); document.write( "when, x=4, y=2*(4)^3=2*(64) = 128 \n" ); document.write( " |