document.write( "Question 94523: find the equation of the parabola with vertex at the origin and focus at (0,2) \n" ); document.write( "
Algebra.Com's Answer #68851 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
a parabola with an axis parallel to the y axis with vertex (h, k) and focus (h, k + p) (with p being the distance from the vertex to the focus), has the equation (y-k)=(1/(4p))(x-h)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in this case (y-0)=(1/(4*2))(x-0)^2 ... y=(1/8)x^2
\n" ); document.write( "
\n" );