document.write( "Question 208392: How would I translate and solve the following word problem into a pair of linear equations in two variables?\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 52, and their difference is 6.
\n" );
document.write( "What are the numbers? \n" );
document.write( "
Algebra.Com's Answer #157612 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! How would I translate and solve the following word problem into a pair of linear equations in two variables?\r \n" ); document.write( "\n" ); document.write( "The sum of two numbers is 52, and their difference is 6. \n" ); document.write( "What are the numbers? \n" ); document.write( " \r\n" ); document.write( "x = one number\r\n" ); document.write( "\r\n" ); document.write( "y = the other number\r\n" ); document.write( "\r\n" ); document.write( "x+y = sum of the two numbers \r\n" ); document.write( " (just put a + between them to get their sum)\r\n" ); document.write( "\r\n" ); document.write( "x-y = difference of the two numbers \r\n" ); document.write( " (just put a minus between them to get \r\n" ); document.write( " their difference)\r\n" ); document.write( "\r\n" ); document.write( "Translate this part of the first sentence:\r\n" ); document.write( " \n" ); document.write( ">>..The sum of two numbers is 52..<< \n" ); document.write( " \r\n" ); document.write( " x+y = 52\r\n" ); document.write( "\r\n" ); document.write( "Now translate this part:\r\n" ); document.write( " \n" ); document.write( ">>..their difference is 6..<< \n" ); document.write( " \r\n" ); document.write( " x-y = 6\r\n" ); document.write( "\r\n" ); document.write( "So you have the system of equations:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |