document.write( "Question 33221: Find the x-intercepts.\r
\n" );
document.write( "\n" );
document.write( "y=x^2-4x+4\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #19817 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! x-intercept is found by equating y=0; \n" ); document.write( "y=x^2-4x+4 \n" ); document.write( "=> x^2-4x+4 = 0 \n" ); document.write( "=> (x-2)^2 = 0 \n" ); document.write( "x-intercept is (2,0). There is only one x-intercept here. \n" ); document.write( " |