document.write( "Question 625699: Timothy leaves home for Skedunk 400 miles away. After 2 hours, he has to reduce his speed by 20 mph due to rain. If he takes one hour for lunch and gas and reaches Skehdunk 9 hours after he left home, what was his initial speed? write the equations then solve. \n" ); document.write( "
Algebra.Com's Answer #393724 by htmentor(1343) You can put this solution on YOUR website! The first part of the trip takes 2 hours. Since the total trip takes 9 hours and it takes 1 hour for gas and lunch, the last part of the trip takes 6 hours. \n" ); document.write( "Let s = the initial speed \n" ); document.write( "The distance covered in the 1st part of the trip = 2*s \n" ); document.write( "The distance covered in the 2nd part of the trip = 6(s-20) [speed reduced by 20 mph] \n" ); document.write( "Since the total distance = 400 mi, we can write \n" ); document.write( "400 = 2s + 6(s-20) \n" ); document.write( "Solve for s: \n" ); document.write( "400 = 8s - 120 \n" ); document.write( "8s = 520 \n" ); document.write( "s = 65 \n" ); document.write( "So the initial speed is 65 mph \n" ); document.write( " |