document.write( "Question 956604: Going to Baguio, Ana and Elsa decided to drive all day. During the first part of the trip on the highway they averaged 60 kph. When they got to Baguio, traffic caused them to average 30 kph. The distance they drove in Baguio was 100 km less than their distance on the highway. What was their total driving distance if they spent 50 minutes more on the highway than they did in Baguio?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #584442 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x equal the distance they traveled at 60 kmph. \n" ); document.write( "let t equal the time they took to travel at 30 kmph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the general equation is rate * time = distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be represented by:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r * t = d, where r = rate and t = time and d = distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "During the first part of the trip on the highway they averaged 60 kph. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r * t = d becomes 60 * t1 = d1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When they got to Baguio, traffic caused them to average 30 kph. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r * t = d becomes 30 * t2 = d2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The distance they drove in Baguio was 100 km less than their distance on the highway. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d2 = d1 - 100, so the equation in Baguio becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * t2 = 100 - d1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What was their total driving distance if they spent 50 minutes more on the highway than they did in Baguio?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "50 minutes is equal to 50/60 hours, which is equal to 5/6 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t1 = t2 + 5/6 hours, so the equation on the highway becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * (t2 + 5/6) = d1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have two equations that need to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * (t2 + 50/60) = d1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * t2 = d1 - 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one way to solve these is to set both equations equal to d1 and then solve for t2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we'll do it that way.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the second equation, add 100 to both sides of the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * t2 + 100 = d1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now both equations are equal to d1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * (t2 + 5/6) = d1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * t2 + 100 = d1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace d1 in the first equation with 30 * t2 + 100 from the second equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * (t2 + 5/6) = 30 * t2 + 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * t2 + 60 * 5 / 6 = 30 * t2 + 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * t2 + 50 = 30 * t2 + 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 30 * t2 from both sides of this equation and subtract 50 from both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 * t2 - 30 * t2 = 100 - 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * t2 = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by 50 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t2 = 50/30 = 5/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now that you know what t2 is, you can solve for d1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second equation is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * t2 = d1 - 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace t2 with 5/3 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 * 5/3 = d1 - 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "50 = d1 - 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add 100 to both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d1 = 150.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t2 = 5/3 \n" ); document.write( "d1 = 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d1 represents the distance they traveled on the highway. \n" ); document.write( "d2 represents the distance they traveled in Baguio. \n" ); document.write( "150 + 50 = 200 km.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total distance they traveled was 200 kilometers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see if this makes sense, we'll go back to the original problem statement.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Going to Baguio, Ana and Elsa decided to drive all day. During the first part of the trip on the highway they averaged 60 kph. When they got to Baguio, traffic caused them to average 30 kph. The distance they drove in Baguio was 100 km less than their distance on the highway. What was their total driving distance, if they spent 50 minutes more on the highway than they did in Baguio?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we have figured out that the time they spent traveling in Baguio was 5/3 hours. \n" ); document.write( "we have figured out that the time they spent on the highway was 5/3 + 5/6 hours\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5/3 hours * 60 = 100 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5/3 + 5/6 hours is equal to 15/6 hours * 60 is equal to 150 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they spent 150 minutes on the highway and they spent 100 minutes in Baguio. \n" ); document.write( "they spent 50 more minutes on the highway than they spent in Baguio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we have figured out that the distance they traveled on the highway is 150 km. \n" ); document.write( "we have figured out that the distance they traveled in Baguio was 50 km.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that the distance they traveled on the highway is 100 kilometers more than the distance they traveled in Baguio.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all the requirement sof the problem have been satisfied, so the solution looks good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Their total traveling distance was 200 kilometers.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |