document.write( "Question 675764: what is the a,b,and c for y= -x^2+2 and the x intercepts? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "using standard form: y = ax^2 + bx + c\n" ); document.write( "y= -x^2+2 || a = -1 , b = 0 and c = 2\n" ); document.write( "x -intercepts (when y = 0)\n" ); document.write( " -x^2 + 2 = 0\n" ); document.write( " x^2 = 2\n" ); document.write( " x = ± sqrt(2)