document.write( "Question 1016166: Given the graph below, write the function for f(x) in standard form.
\n" );
document.write( "the coordinates are (-4,0) (-3,5) (-2,8) (-1,9) (0,8) (1,5) (2,0) I've tried doing it my self but cant get my head around it. \n" );
document.write( "
Algebra.Com's Answer #632585 by Alan3354(69443) You can put this solution on YOUR website! It's a parabola. \n" ); document.write( "y = -(x+4)*(x-2) \n" ); document.write( "y = -x^2 - 2x + 8 \n" ); document.write( " \n" ); document.write( " |