document.write( "Question 333593: What is the vertex of the parabola y = 2(x - 1)2 - 5?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #239059 by jrfrunner(365) You can put this solution on YOUR website! when you have the parabola in the form you provide \n" ); document.write( "the vertex is straight forward, vertex =(h,k) \n" ); document.write( "-- \n" ); document.write( "So in your problem: \n" ); document.write( "h=1, k=-5, so the vertex = (1,-5) \n" ); document.write( " |