document.write( "Question 371345: how do i find the completion of squares for the equation y2-5y+6=0 \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "y^2-5y+6=0\n" ); document.write( "Factoring\n" ); document.write( "(y-3)(y-2) = 0 Note inner product(-3y) and outer product (-2y) have a sum of -5y\n" ); document.write( "(y-3)=0\n" ); document.write( "y = 3\n" ); document.write( "(y-2) = 0 \n" ); document.write( "y = 2