Question 812802
The vertex and focus of the parabola y^2-4x+20=0 are one focus and one vertex respectively of an ellipse whose center is the origin. Find the equation of the ellipse
<pre>
y²-4x+20 = 0  (y is squared so it is a parabola 
               with horizontal axis of symmetry)

      y² = 4x-20

  (y-0)² = 4(x-5)

Compare to

  (y-k)² = 4p(x-h), with vertex (h,k),

so vertex = (5,0)

and since 4p=4, p=1 so distance from
vertex to focus is |p| = 1.

p is positive so it opens to the right.

The graph of the parabola is 

{{{drawing(400,250,-8,8,-5,5,
red(line(5,-.5,5,.6)),circle(5,0,.2),circle(5,0,.17), circle(5,0,.15), circle(5,0,.13),circle(5,0,.05),circle(6,0,.2),circle(6,0,.17), circle(6,0,.15), circle(6,0,.13),circle(6,0,.05),graph(400,250,-8,8,-5,5,sqrt(4x-20)),graph(400,250,-8,8,-5,5,-sqrt(4x-20)) )}}}

So the focus is |p|=1 unit to the right 
of the vertex, or (6,0).

Now we want the equation of an ellipse with center (0,0)
focus (5,0), and vertex (6,0), like this green ellipse:

{{{drawing(400,250,-8,8,-5,5,
red(line(5,-.5,5,.6)),circle(5,0,.2),circle(5,0,.17), circle(5,0,.15), circle(5,0,.13),circle(5,0,.05),circle(6,0,.2),circle(6,0,.17), circle(6,0,.15), circle(6,0,.13),circle(6,0,.05),graph(400,250,-8,8,-5,5,sqrt(4x-20)),graph(400,250,-8,8,-5,5,-sqrt(4x-20)),
green(arc(0,0,12,2sqrt(11)))
 )}}}

In an ellipse the distance from center to vertex is "a",
the semi-major axis, and the distance from (0,0) to (6,0) is a=6.
The distance from center to focus is "c", and the distance from 
(0,0,) to (5,0) is c=5.  The Pythagorean relationship for all 
ellipses is

c² = a²-b² where "b" is the semi-minor axis. So
5² = 6²-b²
25 = 36-b²
b² = 36-25
b² = 11
 b = &#8730;<span style="text-decoration: overline">11</span> 

This ellipse has horizontal major axis, and its equation is

{{{(x-h)^2/a^2}}}{{{""+""}}}{{{(y-k)^2/b^2}}} {{{""=""}}} 1
 
{{{(x-0)^2/6^2}}}{{{""+""}}}{{{(y-0)^2/((sqrt(11))^2)}}} {{{""=""}}} 1
 
{{{x^2/36}}}{{{""+""}}}{{{y^2/11)}}} {{{""=""}}} 1

Edwin</pre>