document.write( "Question 242120: how can i find the intersection points of y-3=x^2-4x and y=x-1. \n" ); document.write( "
Algebra.Com's Answer #177234 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y-3=x^2-4x and y=x-1. \n" ); document.write( "Graphing is the way to find the intersection points. \n" ); document.write( "y-3=x^2-4x \n" ); document.write( "y=x^2-4x+3 (red curve) \n" ); document.write( "y=x-1 (green line) \n" ); document.write( " \n" ); document.write( "Intercepts are (1,0) & (4,3) \n" ); document.write( " |