document.write( "Question 441732: The sum of two numbers is 25 their difference is 9 what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #304819 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let x & y be the numbers \n" ); document.write( "x+y=25 \n" ); document.write( "x-y=9 \n" ); document.write( "add the two equations \n" ); document.write( "2x=34 \n" ); document.write( "/2 \n" ); document.write( "x=17\r \n" ); document.write( "\n" ); document.write( "17 & 8 are the numbers \n" ); document.write( " |