document.write( "Question 44285: Find for each trinomial the value of k which makes the trinomial a perfect square.\r
\n" );
document.write( "\n" );
document.write( "y2 + 3y + k \n" );
document.write( "
Algebra.Com's Answer #29201 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! To find the k that makes this trinomial a perfect square, we take half of the 3 and then square it...so we get \n" ); document.write( "k = [(1/2)(3)]^2 \n" ); document.write( "k = (3/2)^2 \n" ); document.write( "k = 9/4 \n" ); document.write( "thus we have \n" ); document.write( "y^2 + 3y + 9/4 = (y + 3/2)^2 \n" ); document.write( " |