document.write( "Question 1040802: At what X values does the parabola Y=x^2-5x+4 intersect the x axis? \n" ); document.write( "
Algebra.Com's Answer #655716 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! That is asking for the roots. \n" ); document.write( "factor x^2-5x+4=0 into (x-4)(x-1)=0 \n" ); document.write( "The roots are 4 and 1. \n" ); document.write( "Those are the intersections with the x-axis. \n" ); document.write( " |