document.write( "Question 472459: how do i find the x intercept for y=-2x^2+7x-6 \n" ); document.write( "
Algebra.Com's Answer #323925 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! y=-2x^2+7x-6 \n" ); document.write( "set y to 0 and solve for x: \n" ); document.write( "0=-2x^2+7x-6 \n" ); document.write( "0= 2x^2-7x+6 \n" ); document.write( "0= (2x-3)(x-2) \n" ); document.write( "x = {3/2, 2} \n" ); document.write( ". \n" ); document.write( "so the two x-intercepts are at: \n" ); document.write( "(3/2, 0) and (2, 0) \n" ); document.write( " \n" ); document.write( " |