\n" );
document.write( "Hi \n" );
document.write( "Using the vertex form of a parabola, where(h,k) is the vertex \n" );
document.write( "y=x^2-10x+21 |completing square to put into vertex form \n" );
document.write( "y = (x-5)^2 -25 + 21 \n" );
document.write( "y = (x-5)^2 - 4 |Vertex is Pt(5,-4) Parabola opens upward (a>0) \n" );
document.write( "Range is [-4, ∞) \n" );
document.write( " \n" );
document.write( "