document.write( "Question 1090145: Shen drove to the mountains last weekend. There was heavy traffic on the way there, and the trip took
\n" );
document.write( "6
\n" );
document.write( " hours. When Shen drove home, there was no traffic and the trip only took
\n" );
document.write( "4
\n" );
document.write( " hours. If his average rate was
\n" );
document.write( "22
\n" );
document.write( " miles per hour faster on the trip home, how far away does Shen live from the mountains?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #704541 by Boreal(15235) You can put this solution on YOUR website! speed going was x \n" ); document.write( "time was 6 hours \n" ); document.write( "distance was 6x \n" ); document.write( "coming back speed was x+22 \n" ); document.write( "time was 4 hours \n" ); document.write( "distance was 4(x+22)=4x+88 \n" ); document.write( "those two numbers are the same, so 6x=4x+88 \n" ); document.write( "2x=88 \n" ); document.write( "x=44 mph, and distance was 264 miles ANSWER \n" ); document.write( "check with return trip at 66 mph for 4 hours, which is also 264 miles. \n" ); document.write( " \n" ); document.write( " |