document.write( "Question 798475:  What should be added to each of the following in order to have a perfect square of a binomial
\n" );
document.write( "a) x^2 - 6ax
\n" );
document.write( "b) x^2 - 3x
\n" );
document.write( "x) x^2 -10x\r
\n" );
document.write( "\n" );
document.write( "Can you please help me out thanks so much in advance:) \n" );
document.write( "
| Algebra.Com's Answer #482224 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! To complete the square divide the coefficient of x by 2 and square it \n" ); document.write( ": \n" ); document.write( "The 1st one, half of 6a is 3a, squared is 9a^2 \n" ); document.write( "a) x^2 - 6ax + 9a^2; check this: FOIL the factors (x - 3a)(x - 3a) \n" ); document.write( ": \n" ); document.write( "the 2nd one: (-3/2)^2 = 9/4 \n" ); document.write( "b) x^2 - 3x + 9/4; Factors:(x - 3/2)(x - 3/2) \n" ); document.write( ": \n" ); document.write( "this one -5^2 \n" ); document.write( "x) x^2 - 10x + 25: factors (x - 5)(x - 5) \n" ); document.write( " |