document.write( "Question 878872: Elsa drove to the mountains last weekend. There was heavy traffic on the way there, and the trip took 8 hours. When she drove home, there was no traffic and the trip took 6 hours. If her average rate was 16 mph faster on the trip home, how far away does Elsa live from the mountains? \n" ); document.write( "
Algebra.Com's Answer #530362 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Elsa drove to the mountains last weekend. There was heavy traffic on the way there, and the trip took 8 hours. When she drove home, there was no traffic and the trip took 6 hours. If her average rate was 16 mph faster on the trip home, how far away does Elsa live from the mountains? \n" ); document.write( "*** \n" ); document.write( "let x=rate of speed on the way to the mountain \n" ); document.write( "x+16=rate of speed on the way home \n" ); document.write( "distance=travel time*rate of speed \n" ); document.write( ".. \n" ); document.write( "8x=6(x+16) \n" ); document.write( "8x=6x+96 \n" ); document.write( "2x=96 \n" ); document.write( "x=48 \n" ); document.write( "distance=8*48=384 \n" ); document.write( " how far away does Elsa live from the mountains? 384 miles \n" ); document.write( " |