document.write( "Question 577699: Find the vertex, the focus, and the directrix of the parabola.
\n" );
document.write( "1) y = x2 + 9x + 20
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #370646 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the vertex, the focus, and the directrix of the parabola. \n" ); document.write( "1) y = x2 + 9x + 20 \n" ); document.write( "** \n" ); document.write( "y = x2 + 9x + 20 \n" ); document.write( "complete the square \n" ); document.write( "y=(x^2+9x+81/4)+20-81/4 \n" ); document.write( "y=(x+9/2)^2+80/4-81/4 \n" ); document.write( "y=(x+9/2)^2-1/4 \n" ); document.write( "(y+1/4)=(x+9/2)^2 \n" ); document.write( "(x+9/2)^2=(y+1/4) \n" ); document.write( "Standard form of equation for a parabola that opens upwards: (x-h)^2=4p(y-k) \n" ); document.write( "vertex:(-9/2,-1/4) \n" ); document.write( "4p=1 \n" ); document.write( "p=1/4 \n" ); document.write( "directrix: y=-1/2 \n" ); document.write( "focus: (9/2,0) \n" ); document.write( " |