document.write( "Question 943393: Suppose you go on an 8-hour car trip. For the first 6 hours, you travel at an average rate of r miles per hour on the highway. For the last 2 hours, you travel at an average rate of 30 mph slower in the city. Find the distance traveled. \n" ); document.write( "
Algebra.Com's Answer #575179 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Suppose you go on an 8-hour car trip. \n" ); document.write( " For the first 6 hours, you travel at an average rate of r miles per hour on the highway. \n" ); document.write( " For the last 2 hours, you travel at an average rate of 30 mph slower in the city. \n" ); document.write( " Find the distance traveled. \n" ); document.write( ": \n" ); document.write( "r = rate for the 1st 6 hrs \n" ); document.write( "(r-30) = rate for the last 2 hrs \n" ); document.write( "d = total distance traveled \n" ); document.write( ": \n" ); document.write( "Dist = time * rate \n" ); document.write( "d = 6r + 2(r-30) \n" ); document.write( "d = 6r + 2r - 60 \n" ); document.write( "d = 8r - 60 mi is the distance traveled \n" ); document.write( " \n" ); document.write( " |