document.write( "Question 1057508: Jim drove a total of 200 miles on a trip to visit his parents. The return route was 8 miles longer than the route he took on the way to his parents house. How many miles did Jim drive on the way to his parent’s house?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #672537 by ikleyn(52776)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Jim drove a total of 200 miles on a trip to visit his parents. The return route was 8 miles longer than the route he took \n" ); document.write( "on the way to his parents house. How many miles did Jim drive on the way to his parent’s house? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you are familiar with systems of linear equations, it might be useful/interesting to you to know another approach.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let \"x\" be the length of the way \"to there\" (in miles) and \"y\" be the length of the way back. Then\r\n" ); document.write( "\r\n" ); document.write( "y + x = 200,\r\n" ); document.write( "y - x = 8.\r\n" ); document.write( "\r\n" ); document.write( "Add the two equations (both sides). You will get\r\n" ); document.write( "\r\n" ); document.write( "2y = 200+8 ---> 2y = 208 ---> y = \n" ); document.write( " \n" ); document.write( " |