document.write( "Question 1158924: Find a quadratic equation function f(x)=ax^2 + bx + c whose vertex is (1,2) and whose y-intercept is (0,3) \n" ); document.write( "
Algebra.Com's Answer #781902 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
may write as a(x-h)^2+k where( h, k) are the vertex
\n" ); document.write( "This is a(x-1)^2+2
\n" ); document.write( "or simply a(x-1)^2+2, which is x^2-2x+3, letting a=1\r
\n" ); document.write( "\n" ); document.write( "\"graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%5E2-2x%2B3%29\"
\n" ); document.write( "
\n" );