document.write( "Question 435764: what are the zeros of the function? y=x^2-2x+1 \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "what are the zeros of the function? \n" ); document.write( "y=x^2-2x+1 |Note the use of ^ (uppercase 6)\n" ); document.write( " x^2-2x+1 = 0\n" ); document.write( "factoring\n" ); document.write( " (x-1)(x-1) = 0 y = (x-1)^2\n" ); document.write( " (x-1)= 0\n" ); document.write( " (x-1) = 0 x = 1 is the zero of this function\n" ); document.write( "\n" ); document.write( "