document.write( "Question 37808: The sum of two positive integers is 25. The diffence of their squares is 275. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #23322 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the integers be x and y \n" ); document.write( "x+y=25 \n" ); document.write( "y=25-x (subsitution) \n" ); document.write( " \n" ); document.write( "Subsitute for y: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x=18 \n" ); document.write( "y=25-18 \n" ); document.write( "y=7 \n" ); document.write( "Hence, the two integers are 18 and 7. \n" ); document.write( "Paul. \n" ); document.write( " |