document.write( "Question 1192072: Find the equation of the quadratic function satisfying the given conditions. (Hint: Determine values of a, h, and k that satisfy P(x)=a(x-h)^2+k.) Express the answer in the form P(x)=ax^2+bx+c. Use a calculator to support the result.
\n" );
document.write( "Vertex (-1,-5); through (6,93)
\n" );
document.write( "p(x)=
\n" );
document.write( "(simplify your answer)
\n" );
document.write( "thank you! \n" );
document.write( "
Algebra.Com's Answer #823969 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Vertex = (h,k) = (-1,-5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = a(x-h)^2 + k .... vertex form \n" ); document.write( "y = a(x-(-1))^2 + (-5) \n" ); document.write( "y = a(x+1)^2 - 5 \n" ); document.write( "That's the result so far after plugging in the h,k values mentioned.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's plug in the coordinates of the other point that's on the parabola. \n" ); document.write( "The goal is to isolate 'a' \n" ); document.write( "y = a(x+1)^2 - 5 \n" ); document.write( "93 = a(6+1)^2 - 5 \n" ); document.write( "93 = a(7)^2 - 5 \n" ); document.write( "93 = a(49) - 5 \n" ); document.write( "93 = 49a - 5 \n" ); document.write( "49a - 5 = 93 \n" ); document.write( "49a = 93+5 \n" ); document.write( "49a = 98 \n" ); document.write( "a = 98/49 \n" ); document.write( "a = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The fully updated vertex form equation is \n" ); document.write( "y = 2(x+1)^2 - 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Expand things out and simplify. \n" ); document.write( "y = 2(x+1)^2 - 5 \n" ); document.write( "y = 2(x^2+2x+1) - 5 \n" ); document.write( "y = 2x^2+4x+2 - 5 \n" ); document.write( "y = 2x^2+4x-3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We arrive at the form ax^2+bx+c, such that, \n" ); document.write( "a = 2 \n" ); document.write( "b = 4 \n" ); document.write( "c = -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: \n" ); document.write( "P(x) = 2x^2+4x-3 \n" ); document.write( " \n" ); document.write( " |