document.write( "Question 1111306: Determine the quadratic function f whose graph is given.
\n" );
document.write( "The vertex is (2, -8) and the y-intercept is -4.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #726288 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Determine the quadratic function f whose graph is given. \n" ); document.write( "The vertex is (2, -8) and the y-intercept is -4. \n" ); document.write( "---------------------- \n" ); document.write( "Form:: y = ax^2 + bx + c \n" ); document.write( "--- \n" ); document.write( "Note:: f(0) = c and f(0) = -4, so c = -4 \n" ); document.write( "----- \n" ); document.write( "Using (2,-8) you get -8 = a(2^2)+b(2)-4 \n" ); document.write( "-4 = 4a + 2b \n" ); document.write( "----- \n" ); document.write( "Note:: The vertex occurs where x = -b/(2a) \n" ); document.write( "So, -b/2a = 2 \n" ); document.write( "Then -b = 4a \n" ); document.write( "---------- \n" ); document.write( "You now have 2 equations in a and b; solve them by substitution:: \n" ); document.write( "-4 = -b + 2b \n" ); document.write( "b = -4 \n" ); document.write( "Then a = 1 \n" ); document.write( "---- \n" ); document.write( "Equation:: y = x^2 -4x -4 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |