Question 970223
Find the equation for the parabola...
<pre>
Its equation is  

{{{(y-k)^2}}}{{{""=""}}}{{{4p(x-h)}}} if it opens up or down, 
with directrix y=k-p and focus (0,k+p) 
if p is positive it opens up, if p is negative it opens down.

or

{{(x-h)^2}}}{{{""=""}}}{{{4p(y-x)}}} if it opens right or left.
with directrix x=h-p and focal point (h+p,0)
if p is positive it opens right, if negative it opens left.
</pre>
...that has its vertex at the origin
<pre>
So h=0 and k=0

Its equation is  

{{{y^2}}}{{{""=""}}}{{{4px}}} if it opens up or down, 
with directrix y=-p and focus (0,p) 
if p is positive it opens up, if p is negative it opens down.

or

{{x^2}}}{{{""=""}}}{{{4py}}} if it opens right or left.
with directrix x=-p and focal point (p,0)
if p is positive it opens right, if negative it opens left.
</pre>
...and the focal point is 296 units above the directrix.
<pre>
So it opens upward. The vertex is exactly half-way between the focal point 
and the directrix line.  The focal point is half of 296 or 148 units above 
the vertex.  The focal point is (0,148) and the directrix's equation is
y = -148, and p=+148 

So its equation is

{{{x^2}}}{{{""=""}}}{{{4(148)y}}} 

{{{x^2}}}{{{""=""}}}{{{592y}}}

or {{{y}}}{{{""=""}}}{{{expr(1/592)x^2}}}

{{{drawing(400,400,-2,2,-200,200, graph(400,400,-2,2,-200,200,3x^2),
circle(0,148,.02),circle(0,148,.03),line(-10,-148,10,-148),
locate(0,148,"Focus(0,148)")
 )}}}

Edwin</pre>