document.write( "Question 363129: Create the quadratic equation in the form y=ax^2+bx+c using the point (0,2) as one point and the point (9,-8) as the vertex. Enter the a,b, and c values as common fractions in reduced form. \n" ); document.write( "
Algebra.Com's Answer #259440 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! using the vertex form ___ y = a(x - 9)^2 - 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 2 = a(0 - 9)^2 - 8 ___ 10 = 81a ___ 10/81 = a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "expanding ___ y = (10/81)x^2 - (20/9)x + 2 \n" ); document.write( " |