document.write( "Question 69503: Find the constant term that should be added to make the following a perfect square trinomial:
\n" );
document.write( "x^2 + 7x
\n" );
document.write( "Multiple choice:
\n" );
document.write( "a)49
\n" );
document.write( "b)49/2
\n" );
document.write( "c)7/2
\n" );
document.write( "d)49/4\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help \n" );
document.write( "
Algebra.Com's Answer #49493 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x + k)^2 = x^2 + 2k*x + k^2 \n" ); document.write( "2k = 7 \n" ); document.write( "k = 3.5 \n" ); document.write( "k^2 = 3.5^2 = 12.25 = 49/4 \n" ); document.write( "x^2 + 7x + 49/4 \n" ); document.write( " |