document.write( "Question 748694: the sum of two numbers is 81 the differance of the same two numbers is 9. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #455577 by Cromlix(4381) You can put this solution on YOUR website! x + y = 81 \n" ); document.write( "x - y = 9 \n" ); document.write( "Add \n" ); document.write( "2x = 90 \n" ); document.write( " x = 45 \n" ); document.write( "Substitute x = 45 \n" ); document.write( "in first equation\r \n" ); document.write( "\n" ); document.write( "45 + y = 81 \n" ); document.write( " y = 81 - 45 \n" ); document.write( " y = 36\r \n" ); document.write( "\n" ); document.write( " {45,36} \n" ); document.write( " |