document.write( "Question 296490: The sum of two numbers is 52, and their difference is 6. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #213618 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x and the other be y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y=52 \n" ); document.write( "x-y=6\r \n" ); document.write( "\n" ); document.write( "add the two equations to eliminate y\r \n" ); document.write( "\n" ); document.write( "2x=58\r \n" ); document.write( "\n" ); document.write( "x= 58/2\r \n" ); document.write( "\n" ); document.write( "x=29\r \n" ); document.write( "\n" ); document.write( "y= 52-29= 23 \n" ); document.write( " |