document.write( "Question 237743: How do I factor this polynomial?
\n" );
document.write( "8x^2 + 12x + 10x + 15 = 0 \n" );
document.write( "
Algebra.Com's Answer #174793 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I factor this polynomial? \n" ); document.write( "8x^2 + 12x + 10x + 15 = 0 \n" ); document.write( "------------- \n" ); document.write( "Take two terms at a time: \n" ); document.write( "4x(2x+3) + 5(2x+3) = 0 \n" ); document.write( "(2x+3)(4x+5) = 0 \n" ); document.write( "x = -3/2 or x = -5/4 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |