document.write( "Question 775704: For the function, make a table with integer values of x from –2 to 2. Then graph the function. y= -x^2+3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #473079 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! x | y\r \n" ); document.write( "\n" ); document.write( "-2 -1 \n" ); document.write( "-1 2 \n" ); document.write( "0 3 \n" ); document.write( "1 2 \n" ); document.write( "2 -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plot points (-2,-1), (-1,2) (0,3) (1,2) (2,-1) and connect in an upside down U. \n" ); document.write( " |