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