document.write( "Question 75527: what quadratic function represents a porabola where the graph has vertex at (-4,2) and passes through (3,9) \n" ); document.write( "
Algebra.Com's Answer #54264 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Using this general equation:\r
\n" ); document.write( "\n" ); document.write( "\"y=a%28x-h%29%5E2%2Bk\" where a is the compression/stretch factor and (h,k) is the vertex. So the equation comes to:\r
\n" ); document.write( "\n" ); document.write( "\"y=a%28x-%28-4%29%29%5E2%2B2\"
\n" ); document.write( "\"y=a%28x%2B4%29%5E2%2B2\"
\n" ); document.write( "\"y=a%28x%5E2%2B8x%2B16%29%2B2\" foil the squared parenthesis
\n" ); document.write( "\"y=ax%5E2%2B8ax%2B16a%2B2\" distribute the a
\n" ); document.write( "Now plug in the point (3,9)
\n" ); document.write( "\"9=a%283%29%5E2%2B8%283%29a%2B16a%2B2\"
\n" ); document.write( "\"9=9a%2B24a%2B16a%2B2\"
\n" ); document.write( "\"9=49a%2B2\"
\n" ); document.write( "\"7=49a\"Subtract 2 from both sides
\n" ); document.write( "\"a=1%2F7\" Divide both sides by 49\r
\n" ); document.write( "\n" ); document.write( "So the equation is
\n" ); document.write( "\"y=%281%2F7%29%28x%2B4%29%5E2%2B2\"\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "Plug in (3,9) to see if it works
\n" ); document.write( "\"9=%281%2F7%29%283%2B4%29%5E2%2B2\"
\n" ); document.write( "\"9=%281%2F7%29%287%29%5E2%2B2\"
\n" ); document.write( "\"9=%281%2F7%2949%2B2\"
\n" ); document.write( "\"9=7%2B2\"
\n" ); document.write( "\"9=9\" works
\n" ); document.write( "
\n" );