document.write( "Question 40561: The sum of two numbers is 25, and the difference of their squares is 75. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #25996 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
Let one number be x
\n" ); document.write( "Let another number be y
\n" ); document.write( "x+y=25
\n" ); document.write( "y=25-x (SUBSITUTION)
\n" ); document.write( "EQUATION:
\n" ); document.write( "\"x%5E2-y%5E2=75\"
\n" ); document.write( "Sub for y:
\n" ); document.write( "\"x%5E2-%2825-x%29%5E2=75\"
\n" ); document.write( "\"x%5E2-%28625%2Bx%5E2-50x%29=75\"\r
\n" ); document.write( "\n" ); document.write( "50x=700
\n" ); document.write( "x=14
\n" ); document.write( "y=25-14
\n" ); document.write( "y=11
\n" ); document.write( "Hence, the two numbers are 14 and 11.
\n" ); document.write( "Paul.
\n" ); document.write( "
\n" );