In order to factor , first we need to ask ourselves: What two numbers multiply to 20 and add to 9? Lets find out by listing all of the possible factors of 20 \n" );
document.write( " \n" );
document.write( " \n" );
document.write( " Factors: \n" );
document.write( " \n" );
document.write( " 1,2,4,5,10,20, \n" );
document.write( " \n" );
document.write( " -1,-2,-4,-5,-10,-20,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 20. \n" );
document.write( " \n" );
document.write( " 1*20=20 \n" );
document.write( " \n" );
document.write( " 2*10=20 \n" );
document.write( " \n" );
document.write( " 4*5=20 \n" );
document.write( " \n" );
document.write( " (-1)*(-20)=20 \n" );
document.write( " \n" );
document.write( " (-2)*(-10)=20 \n" );
document.write( " \n" );
document.write( " (-4)*(-5)=20 \n" );
document.write( " \n" );
document.write( " note: remember two negative numbers multiplied together make a positive number \n" );
document.write( " \n" );
document.write( " Now which of these pairs add to 9? Lets make a table of all of the pairs of factors we multiplied and see which two numbers add to 9 \n" );
document.write( " \n" );
document.write( " First Number | | | Second Number | | | Sum | 1 | | | 20 | || | 1+20=21 | 2 | | | 10 | || | 2+10=12 | 4 | | | 5 | || | 4+5=9 | -1 | | | -20 | || | -1+(-20)=-21 | -2 | | | -10 | || | -2+(-10)=-12 | -4 | | | -5 | || | -4+(-5)=-9 | We can see from the table that 4 and 5 add to 9. So the two numbers that multiply to 20 and add to 9 are: 4 and 5\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=4 and b=5\r\n" );
document.write( " \r\n" );
document.write( " So the equation becomes:\r\n" );
document.write( " \r\n" );
document.write( " (x+4)(x+5)\r\n" );
document.write( " \r\n" );
document.write( " \r\n" );
document.write( " Notice that if we foil (x+4)(x+5) we get the quadratic again\n" );
document.write( " \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "So the quadratic factors to \n" );
document.write( " \n" );
document.write( "Set each factor equal to zero \n" );
document.write( " \n" );
document.write( " \r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( " \n" );
document.write( "So our answer is \n" );
document.write( " or \n" );
document.write( " \n" );
|