\n" );
document.write( "Hi,
\n" );
document.write( "Let (x-10) and x represent the smaller and larger number respectively
\n" );
document.write( "Question States***
\n" );
document.write( " (x-10)^2 + x^2 = 250
\n" );
document.write( "Solving for x
\n" );
document.write( " x^2 - 20x + 100 + x^2 = 250
\n" );
document.write( " 2x^2 -20x -150 = 0
\n" );
document.write( " 2(x^2 - 10x - 75) = 0
\n" );
document.write( "factoring
\n" );
document.write( "(x-15)(x +5) = 0 Note:SUM of the inner product(-15*x) and the outer product(5x) = -10x
\n" );
document.write( "(x-15)= 0
\n" );
document.write( " x = 15, the larger number,smaller number is 5
\n" );
document.write( "(x +5) = 0
\n" );
document.write( " x = -5, the larger number, -15 the smaller number
\n" );
document.write( "CHECKING our Answers
\n" );
document.write( " |smaller|^2 + |larger|^2 = 250
\n" );
document.write( "