In order to factor , first we need to ask ourselves: What two numbers multiply to 56 and add to 10? Lets find out by listing all of the possible factors of 56 \n" );
document.write( " \n" );
document.write( " \n" );
document.write( " Factors: \n" );
document.write( " \n" );
document.write( " 1,2,4,7,8,14,28,56, \n" );
document.write( " \n" );
document.write( " -1,-2,-4,-7,-8,-14,-28,-56,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 56. \n" );
document.write( " \n" );
document.write( " 1*56=56 \n" );
document.write( " \n" );
document.write( " 2*28=56 \n" );
document.write( " \n" );
document.write( " 4*14=56 \n" );
document.write( " \n" );
document.write( " 7*8=56 \n" );
document.write( " \n" );
document.write( " (-1)*(-56)=56 \n" );
document.write( " \n" );
document.write( " (-2)*(-28)=56 \n" );
document.write( " \n" );
document.write( " (-4)*(-14)=56 \n" );
document.write( " \n" );
document.write( " (-7)*(-8)=56 \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 10? Lets make a table of all of the pairs of factors we multiplied and see which two numbers add to 10 \n" );
document.write( " \n" );
document.write( " First Number | | | Second Number | | | Sum | 1 | | | 56 | || | 1+56=57 | 2 | | | 28 | || | 2+28=30 | 4 | | | 14 | || | 4+14=18 | 7 | | | 8 | || | 7+8=15 | -1 | | | -56 | || | -1+(-56)=-57 | -2 | | | -28 | || | -2+(-28)=-30 | -4 | | | -14 | || | -4+(-14)=-18 | -7 | | | -8 | || | -7+(-8)=-15 | \r\n" );
document.write( " \r\n" );
document.write( " None of these factors add to 10. So this quadratic cannot be factored. In order to solve for x, we need to use the quadratic formula.\n" );
document.write( " \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "So the quadratic cannot be factored \n" );
document.write( " \n" );
|