document.write( "Question 1172699: How would you factor a polynomial? My equation is
\n" );
document.write( "3x^2+4x+1
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #797822 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "If it is factorable, then it is the product of two linear factors: \n" ); document.write( " \n" ); document.write( "where a, b, c, and d are integers. \n" ); document.write( "You want the product to be 3x^2+4x+1 \n" ); document.write( "Equating coefficients, that means... \n" ); document.write( "(1) ac=3 \n" ); document.write( "(2) bc+ad=4 \n" ); document.write( "(3) bd=1 \n" ); document.write( "The only way for ac=3 to be a product of two integers is if a and c are 1 and 3. \n" ); document.write( "The only way for bd=1 to be a product of two integers is if b and d are both 1. \n" ); document.write( "That make the only possible factorization \n" ); document.write( " \n" ); document.write( "That factorization give us the right coefficient for the middle term: bc+ad = 1(3)+1(1) = 3+1 = 4. \n" ); document.write( " \n" ); document.write( " |