document.write( "Question 153051: Please explain how to reverse FOIL when factoring a polynomial of the form ax(squared) + bx + c when a = 1 and when a does not = 1. \n" ); document.write( "
Algebra.Com's Answer #112498 by stanbon(75887) ![]() You can put this solution on YOUR website! Example: \n" ); document.write( "If a = 1 \n" ); document.write( "-------- \n" ); document.write( "x^2 + 5x + 6 \n" ); document.write( "The procedure is called \"the AC Method\". \n" ); document.write( "1st: think of two numbers whose product is AC = 1*6 = 6 \n" ); document.write( "and whose sum is B = 5 \n" ); document.write( "-------- \n" ); document.write( "The numbers are 2 and 3 \n" ); document.write( "-------- \n" ); document.write( "2nd: Replace the B-term by the sum you have found: \n" ); document.write( "x^2 _+ 2x + 3x + 6 \n" ); document.write( "---------- \n" ); document.write( "3rd: Factor and 1st two and the last two terms separately: \n" ); document.write( "x(x+2) + 3(x+2) \n" ); document.write( "---------- \n" ); document.write( "4th: Factor again to get the answer: \n" ); document.write( "(x+2)(x+3 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "Example: \n" ); document.write( "a not equal to 1 \n" ); document.write( "2x^2 - x - 21 \n" ); document.write( "1st: think of two numbers whose product is AC = 2*21 = 42 \n" ); document.write( "and whose sum is B = -1 \n" ); document.write( "--------------- \n" ); document.write( "The numbers are -7 and 6 \n" ); document.write( "--------------- \n" ); document.write( "2nd: replace the B-term with the sum you found: \n" ); document.write( "2x^2 -7x+6x -21 \n" ); document.write( "---------- \n" ); document.write( "3rd: factor the 1st two and the last two terms separately: \n" ); document.write( "x(2x-7) +3(2x-7) \n" ); document.write( "-------- \n" ); document.write( "4th: Facor again \n" ); document.write( "(2x-7)(x+3) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |