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)![]() ![]() ![]() 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( " \n" ); document.write( "Sub for y: \n" ); document.write( " \n" ); document.write( " \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( " |