document.write( "Question 1074614: The sum of two numbers is 46. Their difference is 32. Find the numbers. Use the equations to solve the problem. I got 39 for the first number is that right? I do not know how to find the 2nd number, I am supposed to find. How do I find the 2nd number \n" ); document.write( "
Algebra.Com's Answer #689259 by Alan3354(69443) You can put this solution on YOUR website! The sum of two numbers is 46. Their difference is 32. Find the numbers. \n" ); document.write( "---- \n" ); document.write( "x + y = 46 \n" ); document.write( "x - y = 32 \n" ); document.write( "-------------------- Add \n" ); document.write( "2x = 78 \n" ); document.write( "x = 39 \n" ); document.write( "---- \n" ); document.write( "x - y = 32 \n" ); document.write( "39 - y = 32 \n" ); document.write( "y = 7 \n" ); document.write( " |