document.write( "Question 113213: At 9:00am a truck leaves the truck yard and travels west at a rate of 45mi/hr. Two hours later, a second truck leaves along the same route, travelling at 75 mi/hr. When will the second truck catch up to the first?
\n" );
document.write( "What I have so far is this 45(x)=75(x+2). Would this be correct so far?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help,
\n" );
document.write( "Barb Neely \n" );
document.write( "
Algebra.Com's Answer #82398 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Almost correct ... you are using the distance formula which says that the distance the first \n" ); document.write( "truck travels is 45 mph times x hours. The second truck travels at a rate of 75 mph, but \n" ); document.write( "it travels 2 hours less than x. So the time this second truck travels is x - 2, not x + 2. \n" ); document.write( ". \n" ); document.write( "When the two trucks are finally the side-by-side, they are equal distance from the starting point \n" ); document.write( "so their two distances are equal. In equation form this is: \n" ); document.write( ". \n" ); document.write( "45x = 75(x-2) \n" ); document.write( ". \n" ); document.write( "Multiply out the right side and this equation becomes: \n" ); document.write( ". \n" ); document.write( "45x = 75x - 150 \n" ); document.write( ". \n" ); document.write( "get rid of the -150 on the right side by adding +150 to both sides and the equation becomes \n" ); document.write( ". \n" ); document.write( "45x + 150 = 75x \n" ); document.write( ". \n" ); document.write( "Next get rid of the +45x on the left side by subtracting 45x from both sides and you have: \n" ); document.write( ". \n" ); document.write( "+150 = 30x \n" ); document.write( ". \n" ); document.write( "Finally solve for x by dividing both sides by 30 to get: \n" ); document.write( ". \n" ); document.write( "x = 150/30 = 5 hours \n" ); document.write( ". \n" ); document.write( "Adding 5 hours to 9:00 a.m. means that at 2:00 p.m. the second truck catches up to the first truck. \n" ); document.write( ". \n" ); document.write( "5 hours after it pulls out, the first truck has gone 45*5 = 225 miles. The second truck \n" ); document.write( "leaves 2 hours later (at 11:00 a.m.) and in the 3 hours until 2:00 p.m. It goes 75*3 = 225 miles \n" ); document.write( "from the starting point ... so the two trucks are equally as far from the starting point. \n" ); document.write( ". \n" ); document.write( "Another way you can look at this problem is to say that in the 2 hours the first truck travels \n" ); document.write( "by itself it goes 90 miles. So it has a 90 mile head start. The second truck sets out at \n" ); document.write( "11:00 a.m. and it is traveling 30 mph faster than the first truck. Therefore, each hour \n" ); document.write( "it is on the road it will make up 30 miles. To make up the 90 mile difference, therefore, \n" ); document.write( "it will be 3 hours after the second truck departs that it will catch up to the first truck. \n" ); document.write( "So the time it catches up is 3 hours after 11:00 a.m. which again is 2:00 p.m. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem a little better. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |