document.write( "Question 42506: Find the constant term that should be added to make the following expression a perfect-square trinomial.\r
\n" );
document.write( "\n" );
document.write( "x^2 + 7x\r
\n" );
document.write( "\n" );
document.write( "Is it 49? \n" );
document.write( "
Algebra.Com's Answer #27627 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^2 + 7x + k \n" ); document.write( "(x + 3.5)(x + 3.5) is what we want \n" ); document.write( "xx + 3.5x + 3.5x + 12.25 \n" ); document.write( "x^2 + 7x + 12.25 \n" ); document.write( "k = 12.25 \n" ); document.write( "
|