\n" );
document.write( "Hi
\n" );
document.write( "the vertex form of a parabola,
where(h,k) is the vertex
\n" );
document.write( "y= -1/3(x+6)^2+3
\n" );
document.write( "vertex is Pt(-6,3) negative 'a' of -(1/3) tells us the parabola opens downward
\n" );
document.write( "y intercept (when x = 0)
\n" );
document.write( "y = -1/3(6)^2 + 3
\n" );
document.write( "y = -12 + 3 = -9 Pt(0,-9)
\n" );
document.write( "x intercepts (when y = 0)
\n" );
document.write( "0 = -1/3(x+6)^2+3
\n" );
document.write( "0 = -(x+6)^2 + 9
\n" );
document.write( "(x+6)^2 = 9
\n" );
document.write( "(x+6) = ±3
\n" );
document.write( "x +6 = 3 x = -3 Pt(-3,0)
\n" );
document.write( "x +6 = -3 x = -9 Pt(-9,0)
\n" );
document.write( "
\n" );
document.write( "