document.write( "Question 89494: Find the x-intercepts. Express your answer as an ordered pair.
\n" );
document.write( "y = x^2 – 7x – 10
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65093 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! setting y=0 we get: \n" ); document.write( "x^2-7x-10=0 now using the quadratic equation \n" ); document.write( "x=(7+-sqrt[-7^2-4*1*-10])/2*1 \n" ); document.write( "x=(7+-sqrt49+40])/2 \n" ); document.write( "x=(7+-sqrt89)/2 \n" ); document.write( "x=(7+-9.4)/2 \n" ); document.write( "x=(7+9.4)/2 \n" ); document.write( "x=16.4/2 \n" ); document.write( "x=8.2 answer. or the point (8.2,0) \n" ); document.write( "x=(7-9.4)/2 \n" ); document.write( "x=-2.4/2 \n" ); document.write( "x=-1.2 answer. or the point (-1.2,0) \n" ); document.write( " |