In order to factor , first we need to ask ourselves: What two numbers multiply to -12 and add to 4? Lets find out by listing all of the possible factors of -12 \n" );
document.write( " \n" );
document.write( " \n" );
document.write( " Factors: \n" );
document.write( " \n" );
document.write( " 1,2,3,4,6,12, \n" );
document.write( " \n" );
document.write( " -1,-2,-3,-4,-6,-12,List the negative factors as well. This will allow us to find all possible combinations \n" );
document.write( " \n" );
document.write( " These factors pair up to multiply to -12. \n" );
document.write( " \n" );
document.write( " (-1)*(12)=-12 \n" );
document.write( " \n" );
document.write( " (-2)*(6)=-12 \n" );
document.write( " \n" );
document.write( " (-3)*(4)=-12 \n" );
document.write( " \n" );
document.write( " Now which of these pairs add to 4? Lets make a table of all of the pairs of factors we multiplied and see which two numbers add to 4 \n" );
document.write( " \n" );
document.write( " First Number | | | Second Number | | | Sum | 1 | | | -12 | || | 1+(-12)=-11 | 2 | | | -6 | || | 2+(-6)=-4 | 3 | | | -4 | || | 3+(-4)=-1 | -1 | | | 12 | || | (-1)+12=11 | -2 | | | 6 | || | (-2)+6=4 | -3 | | | 4 | || | (-3)+4=1 | We can see from the table that -2 and 6 add to 4.So the two numbers that multiply to -12 and add to 4 are: -2 and 6\r\n" );
document.write( " \r\n" );
document.write( " Now we substitute these numbers into a and b of the general equation of a product of linear factors which is:\r\n" );
document.write( " \r\n" );
document.write( " substitute a=-2 and b=6\r\n" );
document.write( " \r\n" );
document.write( " So the equation becomes:\r\n" );
document.write( " \r\n" );
document.write( " (x-2)(x+6)\r\n" );
document.write( " \r\n" );
document.write( " Notice that if we foil (x-2)(x+6) we get the quadratic again\n" );
document.write( " \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "So you get\r \n" );
document.write( "\n" );
document.write( " \r \n" );
document.write( "\n" );
document.write( "Set each equation equal to zero and solve for x\r \n" );
document.write( "\n" );
document.write( " or \r \n" );
document.write( "\n" );
document.write( "So our solution is:\r \n" );
document.write( "\n" );
document.write( " or \n" );
document.write( " \n" );
document.write( " \n" );
|