document.write( "Question 732022: Writing an equation for a parabola in the form y= a(x-h)^2 + k with given information.\r
\n" );
document.write( "\n" );
document.write( "1. It gives you :
\n" );
document.write( "with y- intersept 10, x- intercept 2, and equation of axis of symmetry x-3=0
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "how would i find a and k? \n" );
document.write( "
Algebra.Com's Answer #447468 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Writing an equation for a parabola in the form y= a(x-h)^2 + k with given information. \n" ); document.write( "1. It gives you : with y- intersept 10, x- intercept 2, and equation of axis of symmetry x-3=0 \n" ); document.write( "how would i find a and k? \n" ); document.write( "*** \n" ); document.write( "Standard form of equation for a parabola: y=a(x-h)^2+k, (h,k)=(x,y) coordinates of vertex, a=multiplier which affects slope or steepness of curve \n" ); document.write( "Equation of axis of symmetry: x-3=0 \n" ); document.write( "x=3 \n" ); document.write( "so, h=3 \n" ); document.write( "Equation: y=a(x-3)^2+k \n" ); document.write( "points given: \n" ); document.write( "y-intercept: (0,10) \n" ); document.write( "x-intercept: (2,0) \n" ); document.write( "using points to form a system of two equations to solve for a and k \n" ); document.write( ".. \n" ); document.write( "10=a(0-3)^2+k \n" ); document.write( "0=a(2-3)^2+k \n" ); document.write( ".. \n" ); document.write( "10=9a+k \n" ); document.write( " 0= a +k \n" ); document.write( "subtract \n" ); document.write( "10=8a \n" ); document.write( "a=10/8=5/4 \n" ); document.write( "k=-a=-5/4 \n" ); document.write( "Equation: \n" ); document.write( "y=(5/4)(x-3)^2-5/4 \n" ); document.write( " |