document.write( "Question 89374: Find the x intercepts\r
\n" );
document.write( "\n" );
document.write( "y=x^2-2x+4\r
\n" );
document.write( "\n" );
document.write( "Thanks for any help \n" );
document.write( "
Algebra.Com's Answer #64970 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the x intercepts\r \n" ); document.write( "\n" ); document.write( "y=x^2-2x+4 \n" ); document.write( "----------- \n" ); document.write( "Let y=0 and solve for \"x\". \n" ); document.write( "x^2-2x+4=0 \n" ); document.write( "x=[2+-sqrt(4-4*4)]/2 \n" ); document.write( "x=[2+-sqrt(-12)]/2 \n" ); document.write( "x=[1+-isqrt(3)] \n" ); document.write( "x=[1+isqrt3] or x=[1-isqrt3]/ \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |