document.write( "Question 139103: A parabola has vertex (3,-1) and an x intercept at (5,0).
\n" );
document.write( "a). What is the other x intercept? I believe it to be (1,0)
\n" );
document.write( "b). Find the equation of the parabola? This is what I am having trouble figuring out.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #101459 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A parabola has vertex (3,-1) and an x intercept at (5,0). \n" ); document.write( "a). What is the other x intercept? I believe it to be (1,0) \n" ); document.write( "That would be true because of symmetry. \n" ); document.write( "------------------------------------------------- \n" ); document.write( "b). Find the equation of the parabola? This is what I am having trouble figuring out. \n" ); document.write( "Form: y-k = a(x-h)^2 \n" ); document.write( "Vertex: h= 3, k = -1 \n" ); document.write( "y+1 = a(x-3)^2 \n" ); document.write( "Using point x = 1 when y = 0 you can solve for \"a\": \n" ); document.write( "1 = a(1-3)^2 \n" ); document.write( "1 = a(4) \n" ); document.write( "a = 1/4 \n" ); document.write( "----------- \n" ); document.write( "EQUATION: \n" ); document.write( "y = (1/4)(x-3)^2-1 \n" ); document.write( " \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |