document.write( "Question 297765: The vertex of this parabola is at (4, -3). When the x-value is 5, the
\n" );
document.write( "y-value is -6. What is the coefficient of the squared expression in the parabola's equation?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #214381 by stanbon(75887) ![]() You can put this solution on YOUR website! The vertex of this parabola is at (4, -3). When the x-value is 5, the \n" ); document.write( "y-value is -6. What is the coefficient of the squared expression in the parabola's equation? \n" ); document.write( "--- \n" ); document.write( "y = ax^2 + bx + c \n" ); document.write( "Find a,b,c \n" ); document.write( "---------------------- \n" ); document.write( "From the vertex info: 4 = -b/(2a) \n" ); document.write( "b = -8a \n" ); document.write( "--- \n" ); document.write( "So y = ax^2 (-8a)x + c \n" ); document.write( "--- \n" ); document.write( "From the (5,-6) and the (4,-3) info: \n" ); document.write( "-6 = a(25) -8a(5) +c \n" ); document.write( "-3 = a(16) -8a(4) +c \n" ); document.write( "---------------------------- \n" ); document.write( "Rearrange the two equations and solve for a and for c. \n" ); document.write( "Since b = -8a you also will know b. \n" ); document.write( "--- \n" ); document.write( "Now you know a,b, and c so you can write the \n" ); document.write( "equation of the parabola. \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |