document.write( "Question 155098: find a quadratic equation where f(2)=16 and the minimum value of f is f(-2)=-16 \n" ); document.write( "
Algebra.Com's Answer #114200 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find a quadratic equation where f(2)=16 and the minimum value of f is f(-2)=-16 \n" ); document.write( "---------------------------------- \n" ); document.write( "Plot those points and you will see that f(-6) = 16 by symmetry about \n" ); document.write( "the x-axis \n" ); document.write( "----------------- \n" ); document.write( "So you have three points: (-6,16),(-2,-16),(2,16) \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "Substitute these into ax^2 + bx + c = y \n" ); document.write( "to get three equations with unknowns a,b, and c. \n" ); document.write( "36a -6b + c = 16 \n" ); document.write( " 4a -2b + c =-16 \n" ); document.write( "4a +2b + c = 16 \n" ); document.write( "------------------------- \n" ); document.write( "Use any method to solve this system to get: \n" ); document.write( "a = 2 \n" ); document.write( "b = 8 \n" ); document.write( "c =-8 \n" ); document.write( "--------------- \n" ); document.write( "EQUATION: \n" ); document.write( "y = 2x^2 + 8x -8 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |