document.write( "Question 188276: Find a value for k that will make 4x^2 + 6.4 x + k a perfect square. Describe the procedure that you used which requires algebra [that is, not trial and error]. \n" ); document.write( "
Algebra.Com's Answer #141132 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find a value for k that will make 4x^2 + 6.4 x + k a perfect square. Describe the procedure that you used which requires algebra [that is, not trial and error]. \n" ); document.write( "---------------- \n" ); document.write( "Make it easier by dividing by 4 \n" ); document.write( "x^2 + 1.6x + k/4 = (x + c)^2 \n" ); document.write( "x^2 + 1.6x + k/4 = x^2 + 2cx + c^2 \n" ); document.write( "The term k/4 is the coefficient of x, 1.6, divided by 2 and squared. \n" ); document.write( "c = 1.6/2 = 0.8 \n" ); document.write( "k/4 = c^2 = 0.64 \n" ); document.write( "k = 2.56 \n" ); document.write( "--------------- \n" ); document.write( "(2x + 1.6)^2 = 4x^2 + 6.4x + 2.56 looks good \n" ); document.write( " \n" ); document.write( " |