document.write( "Question 628558: The smaller of two numbers is 4 less than the larger. If the sum of their squares is 58, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #395723 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "The smaller of two numbers is 4 less than the larger\"highlight%28x%29\".
\n" ); document.write( "Question states*** sum of their squares is 58
\n" ); document.write( " x^2 + (x-4)^2 = 58
\n" ); document.write( " x^2 + x^2 - 8x + 16 = 58
\n" ); document.write( "2x^2 -8x -42 = 0
\n" ); document.write( " x^2 - 4x - 21 = 0
\n" ); document.write( "solve by factoring: \n" ); document.write( "
\n" );