document.write( "Question 928705: Determine the quadratic function f with a vertex of (2,-7) and the other given point is (3,0) \n" ); document.write( "
Algebra.Com's Answer #563785 by ewatrrr(24785) You can put this solution on YOUR website! f(x) = a(x-2)^2 - 7 \n" ); document.write( "0 = a(3-2)^2 - 7 \n" ); document.write( "7 = a \n" ); document.write( "f(x) = 7(x-2)^2 - 7 \n" ); document.write( "....... \n" ); document.write( "completing the Square \n" ); document.write( "P(x)=-x^2+7x-13 \n" ); document.write( "P(x) = -(x-7/2)^2 + 49/4 - 52/4\r \n" ); document.write( "\n" ); document.write( "P(x) = -(x-7/2)^2 - 3/4 \n" ); document.write( " |