document.write( "Question 83886: 4t^2+4t+1 Factor experssion
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60350 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 4t^2 + 4t + 1 \n" ); document.write( "Take the product of the first term (leading coefficient) and the last term (constant). \n" ); document.write( "4 * 1 = 4 \n" ); document.write( "What are factors of four that sum to the middle term (linear term). \n" ); document.write( "Answer: 2,2 \n" ); document.write( "4t^2 + 2t + 2t + 1 \n" ); document.write( "(4t^2 + 2t) + (2t + 1) \n" ); document.write( "2t(2t + 1) + 1(2t + 1) \n" ); document.write( "(2t + 1)(2t + 1) \n" ); document.write( "(2t + 1)^2 \n" ); document.write( " |