document.write( "Question 268162: How do I set up and solve this problem? Linda drove from Philadelphia to NYC at the rate of 50 miles per hour. She made the trip from NYC to Philadelphia at the rate of 40 miles per hour. She drove the same route both ways. Her total driving time was 3.6 hours. Find the number of hours she drove from Philadelphia to NYC. Hint: Let x be the number of hours from Philadelphia to NYC. \n" ); document.write( "
Algebra.Com's Answer #196592 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! This is an RTD question. Here is a table based on the given information \n" ); document.write( "travel . . . . . . . .rate . . . . . . . . . . time . . . . . . . . . distance \n" ); document.write( "to NYC . . . . . . .50. . . . . . . . . . . . x. . . . . . . . . . . . .50x \n" ); document.write( "to Phila . . . . . . 40. . . . . . . . . . . . 3.6 - x. . . . . . . . 144 - 40x \n" ); document.write( "total . . . . . . . . . . . . . . . . . . . . . . 3.6 . . . . . . . . . . . . . . \n" ); document.write( "since distance is the same, we get \n" ); document.write( "50x = 144 - 40x \n" ); document.write( "add 40x to get \n" ); document.write( "90x = 144 \n" ); document.write( "divide to get \n" ); document.write( "x = 1.6 hours to NYC \n" ); document.write( " |