document.write( "Question 446870: The graph of a parabola of the form y = x2 + bx + c crosses the
\n" );
document.write( "y-axis at –36 and the x-axis at x = 3. At what other point does
\n" );
document.write( "the graph cross the x-axis?
\n" );
document.write( "A. x = –12
\n" );
document.write( "B. x = –9
\n" );
document.write( "C. x = 9
\n" );
document.write( "D. x = 12\r
\n" );
document.write( "\n" );
document.write( "The answer is A but im not sure how to arrive at that?????? \n" );
document.write( "
Algebra.Com's Answer #307943 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the y-intercept (when x=0) is -36, so this must be the value of c \n" ); document.write( "___ -36 = 0^2 + b(0) + c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the x-intercept (when y=0) is 3 \n" ); document.write( "___ 0 = 3^2 + 3b - 36 ___ 27 = 3b ___ 9 = b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x^2 + 9x - 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ 0 = (x + 12)(x - 3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x - 3 = 0 ___ x = 3 ___ this was given\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 12 = 0 ___ x = -12 \n" ); document.write( " |