document.write( "Question 143482: how to draw graph for equation Y=6x3 \n" ); document.write( "
Algebra.Com's Answer #104427 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
There is really no simple way to do that beyond taking a few points and making a table.\r
\n" ); document.write( "\n" ); document.write( "I suggest plugging in x = -3, -2, -1, 0, 1, 2, 3 Solve for Y at each of those values of x. Then plot the points. The shape of the plot will be clear enough with that number of points.\r
\n" ); document.write( "\n" ); document.write( "X Y
\n" ); document.write( "-3 6*(-3)^3 = -162
\n" ); document.write( "-2 6*(-2)^3 = -48
\n" ); document.write( "-1 -6
\n" ); document.write( "0 0
\n" ); document.write( "1 6
\n" ); document.write( "2 48
\n" ); document.write( "3 162\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Make sure your graph scale is large enough allow for the fact that the Y values are growing exponential.
\n" ); document.write( "
\n" ); document.write( "
\n" );