document.write( "Question 1018097: Kyle drove 285 miles to Jackson. For the first 3 hours, he drove at one speed. While in the last 2 hours, he decreased his speed by 10 mph. How fast was he going in each leg of the trip? \n" ); document.write( "
Algebra.Com's Answer #634243 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Kyle drove 285 miles to Jackson. For the first 3 hours, he drove at one speed. While in the last 2 hours, he decreased his speed by 10 mph. How fast was he going in each leg of the trip? \n" ); document.write( "------------- \n" ); document.write( "d = r*t \n" ); document.write( "--- \n" ); document.write( "r = rate 1st 3 hours \n" ); document.write( "285 = 3r + 2(r-10) \n" ); document.write( "5r - 20 = 285 \n" ); document.write( "r = 61 mi/hr for 3 hours \n" ); document.write( "51 mi/hr for 2 hours \n" ); document.write( " \n" ); document.write( " |