\n" );
document.write( "Hi,
\n" );
document.write( "the sum of two numbers
&
is 19 and the sum of their squares is 221
\n" );
document.write( "Question states***
\n" );
document.write( " x + y = 19 0r 
\n" );
document.write( "x^2 + y^2 = 221
\n" );
document.write( " x^2 + (19-x)^2 = 221
\n" );
document.write( " x^2 + 361-38x + x^2 = 221
\n" );
document.write( " 2x^2 - 38x + 140 = 0
\n" );
document.write( " x^2 - 19x + 70 = 0
\n" );
document.write( "factoring
\n" );
document.write( "(x - 14)(x-5) = 0
\n" );
document.write( "(x - 14)= 0, x = 14 and y = 5
\n" );
document.write( "0r(x-5) = 0, x = 5 and y = 14
\n" );
document.write( "numbers are 5 and 14
\n" );
document.write( "