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)\"\" \"About 
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( "\"graph%28300%2C200%2C-10%2C10%2C-10%2C10%2Cx%5E2-5x%2B4%29\"
\n" ); document.write( "
\n" );