document.write( "Question 258938: Determine whether the given points are all on the graph of the equation.
\n" );
document.write( "Equation: y= x3- 2
\n" );
document.write( "Points: (1, -1); (-1, -3); (0, -2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #190644 by stanbon(75887) ![]() You can put this solution on YOUR website! Determine whether the given points are all on the graph of the equation. \n" ); document.write( "Equation: y= x^3- 2 \n" ); document.write( "Points: (1, -1); (-1, -3); (0, -2) \n" ); document.write( "------------------------------ \n" ); document.write( "(1,-1): -1 = 1^3-2 = -1 ; on the graph \n" ); document.write( "----- \n" ); document.write( "(-1,-3): -3 = (-1)^3-2 = -1-2 = -3 ; on the graph \n" ); document.write( "--------- \n" ); document.write( "(0,-2): -2 = 0^3-2 = -2 ; on the graph \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "StanH. \n" ); document.write( " |