document.write( "Question 817454: The difference of two numbers is 2, and their sum is 4. What are the two numbers?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #492053 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! n - m = 2 \n" ); document.write( "n = 2 + m \n" ); document.write( "m + n = 4 \n" ); document.write( "--- \n" ); document.write( "m + n = 4 \n" ); document.write( "m + 2 + m = 4 \n" ); document.write( "2m = 2 \n" ); document.write( "--- \n" ); document.write( "m = 1 \n" ); document.write( "n = 3 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |