document.write( "Question 547086: find 2 numbers with a sum of 112 and a difference of 54\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #356209 by mananth(16949) You can put this solution on YOUR website! let the numbers be x & y\r \n" ); document.write( "\n" ); document.write( "x+y =112 \n" ); document.write( "x-y =54\r \n" ); document.write( "\n" ); document.write( "add the two equations\r \n" ); document.write( "\n" ); document.write( "2x=166 \n" ); document.write( "x=83\r \n" ); document.write( "\n" ); document.write( "one number is 83 \n" ); document.write( "x+y =112 \n" ); document.write( "so you can find the other number \n" ); document.write( " |