document.write( "Question 246: Find two numbers whose sum is 64 and whose difference is 42. \n" ); document.write( "
Algebra.Com's Answer #115 by terrtwo(10)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers can be expressed algebraicly as the sum of two variables:\r \n" ); document.write( "\n" ); document.write( "x + y = 64 (equation #1)\r \n" ); document.write( "\n" ); document.write( "The difference of the same two numbers is expressed in like fashion:\r \n" ); document.write( "\n" ); document.write( "x - y = 42 (equation #2)\r \n" ); document.write( "\n" ); document.write( "We can solve this by substitution by solving the first equation for x;\r \n" ); document.write( "\n" ); document.write( "x + y = 64 \n" ); document.write( "--> x + y - y = 64 - y \n" ); document.write( "--> x = 64 - y\r \n" ); document.write( "\n" ); document.write( "We then replace the x in the second equation with (64-y): \n" ); document.write( "x - y = 42 \n" ); document.write( "--> (64 - y) - y = 42 \n" ); document.write( "--> 64 -y - y = 42 \n" ); document.write( "--> 64 -2y = 42\r \n" ); document.write( "\n" ); document.write( "We then add 2y to both sides:\r \n" ); document.write( "\n" ); document.write( "--> 64 -2y + 2y = 42 + 2y \n" ); document.write( "--> 64 = 42 + 2y\r \n" ); document.write( "\n" ); document.write( "Then we subtract 42 from both sides: \n" ); document.write( "--> 64 - 42 = 42 + 2y -42 \n" ); document.write( "--> 22 = 2y\r \n" ); document.write( "\n" ); document.write( "Divide both sides by 2: \n" ); document.write( "--> 22/2 = 2y/2 \n" ); document.write( "--> 11 = y\r \n" ); document.write( "\n" ); document.write( "Then we go back and replace y in the first equation with 11: \n" ); document.write( "x + y = 64 \n" ); document.write( "--> x + 11 = 64\r \n" ); document.write( "\n" ); document.write( "Subtract 11 from both sides of the equation:\r \n" ); document.write( "\n" ); document.write( "x + 11 -11 = 64 -11 \n" ); document.write( "--> x = 53\r \n" ); document.write( "\n" ); document.write( "ANSWER: the two numbers are 53 and 11\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |