document.write( "Question 648927: The sum of two numbers is 36 and the difference is 10 . What are the numbers \n" ); document.write( "
Algebra.Com's Answer #406848 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! x+y = 36 \n" ); document.write( "x-y = 10\r \n" ); document.write( "\n" ); document.write( "Add these two equations to get\r \n" ); document.write( "\n" ); document.write( "2x = 46\r \n" ); document.write( "\n" ); document.write( "x = 23\r \n" ); document.write( "\n" ); document.write( "Sub x=23 into either equation, I like the first.\r \n" ); document.write( "\n" ); document.write( "23 + y = 36\r \n" ); document.write( "\n" ); document.write( "y = 13\r \n" ); document.write( "\n" ); document.write( "23,13 are the pair. \n" ); document.write( " |