document.write( "Question 46039: 5x^2-9x-2 How do you identify a factor of this trinomial using the AC method? \n" ); document.write( "
Algebra.Com's Answer #30590 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 5x^2 - 9x - 2 \n" ); document.write( "a = 5 b = -9 c = -2 \n" ); document.write( "ac = -10 \n" ); document.write( "Factors of ac: -1,10 : -2,5 : 2,-5 : 1,-10 \n" ); document.write( "1,-10 sum up to b(-9) \n" ); document.write( "5x^2 - 10x + x - 2 \n" ); document.write( "(5x^2 - 10) + (x - 2) \n" ); document.write( "5x(x - 2) + 1(x - 2) \n" ); document.write( "(5x + 1)(x - 2) \n" ); document.write( " |