document.write( "Question 444733: Determine the coordinates of the x-intercepts for the quadratic equation –x2 + 5x – 4 = 0 \n" ); document.write( "
Algebra.Com's Answer #306491 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! -x^2 +5x -4 = 0 \n" ); document.write( "-(x -1)(x -4) = 0 \n" ); document.write( "x = 1 or x = 4 \n" ); document.write( " |