\n" );
document.write( "Hi,
\n" );
document.write( "Two negative integers 'x' and 'y' have a sum of -12 and a product or 11.
\n" );
document.write( "What are the integers?
\n" );
document.write( " xy = 11 0r x = 11/y
\n" );
document.write( "
||Multiplying thru by y so as all denominators = 1
\n" );
document.write( " 11 + y^2 = -12y
\n" );
document.write( " y^2 + 12y + 11 = 0
\n" );
document.write( " (y+11)(y+1) = 0
\n" );
document.write( " (y+11)= 0 , y = -11 , x = -1
\n" );
document.write( "0r(y+1) = 0 , y = -1 , x = -11
\n" );
document.write( " Integers are: -11, -1
\n" );
document.write( "CHECKING our answer***
\n" );
document.write( "Sum of -12 and product of 11
\n" );
document.write( "