document.write( "Question 485388: Find the minimum or maximum point of the following parabola by using the completing square method.\r
\n" );
document.write( "\n" );
document.write( "f(x)=-x^2+10x-28\r
\n" );
document.write( "\n" );
document.write( "the following is my working..I am not sure whether it is correct..please advise..
\n" );
document.write( "f(x)=-x^2+10x-28
\n" );
document.write( "= -x^2 + 10x + (10/2 )^2 - (10/2 )^2 - 28
\n" );
document.write( "= -(x+5)2 -53\r
\n" );
document.write( "\n" );
document.write( "From -(x+5)2 -53, compare with a(x-h)^2 +k
\n" );
document.write( "h= -5, k= -53, since a <0, so it has a maximum point at (-5,-53).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #331973 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the minimum or maximum point of the following parabola by using the completing square method.\r \n" ); document.write( "\n" ); document.write( "f(x)=-x^2+10x-28\r \n" ); document.write( "\n" ); document.write( "the following is my working..I am not sure whether it is correct..please advise.. \n" ); document.write( "f(x)=-x^2+10x-28 \n" ); document.write( "= -x^2 + 10x + (10/2 )^2 - (10/2 )^2 - 28 \n" ); document.write( "= -(x+5)2 -53\r \n" ); document.write( "\n" ); document.write( "From -(x+5)2 -53, compare with a(x-h)^2 +k \n" ); document.write( "h= -5, k= -53, since a <0, so it has a maximum point at (-5,-53). \n" ); document.write( "------------------- \n" ); document.write( "-x^2+10x-28 = 0 \n" ); document.write( "-(x^2 -10x) = 28 \n" ); document.write( "-(x^2 - 10x + 25) = 3 ( -25 is added to both sides) \n" ); document.write( "-(x-5)^2 - 3 = 0 \n" ); document.write( "--> (5,-3) \n" ); document.write( "-------------------- \n" ); document.write( "to check: \n" ); document.write( "Line of Symmetry is x = -b/2a \n" ); document.write( "x = -10/-2 = 5 \n" ); document.write( "f(5) = -3 \n" ); document.write( "--> (5,-3) \n" ); document.write( "----------- \n" ); document.write( "Completing the square is the worst method. Avoid it if possible. \n" ); document.write( " |