document.write( "Question 32335: Find the value of a such that \r
\n" );
document.write( "\n" );
document.write( "y^2 -6y + a\r
\n" );
document.write( "\n" );
document.write( "is a perfect square.\r
\n" );
document.write( "\n" );
document.write( "a= \n" );
document.write( "
Algebra.Com's Answer #18937 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! y^2 -6y + a \n" ); document.write( "=y^2 - 2*(3y) + a \n" ); document.write( "=[y^2 - 2*y*3 + 3^2] + (a - 3^2) \n" ); document.write( "=(y-3)^2 + (a-9) \n" ); document.write( "For above to be a complete square, the remainder (a-9) has to be zero \n" ); document.write( "Thus a-9 = 0 \n" ); document.write( "=> a=9 \n" ); document.write( " |