document.write( "Question 883235: find the equation of the quadratic function whose graph has the vertex (0,2) and contains the point (1,3) \n" ); document.write( "
Algebra.Com's Answer #533411 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
Since the vertex is (0,2)
\n" ); document.write( "our equation has the form y = ax^2 + 2
\n" ); document.write( "using the point (1,3) for (x,y)
\n" ); document.write( "y = ax^2 + 2 becomes 3 = a*1^2 +2
\n" ); document.write( " 3 = a*1 + 2
\n" ); document.write( " 3 = a + 2
\n" ); document.write( "add -2 to each side
\n" ); document.write( " 1 = a
\n" ); document.write( "So our equation is y = 1*x^2 +2
\n" ); document.write( "or y = x^2 + 2
\n" ); document.write( "
\n" );