document.write( "Question 910523: andrew made a trip to his cabin on the lake and back. the trip there took 3 hours and the trip back took 5 hours. he averaged 27 mph on the return trip. find the average speed on the trip there
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552546 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Andrew made a trip to his cabin on the lake and back. \n" ); document.write( " the trip there took 3 hours and the trip back took 5 hours. \n" ); document.write( " he averaged 27 mph on the return trip. \n" ); document.write( " find the average speed on the trip there \n" ); document.write( ": \n" ); document.write( "let s = av speed there \n" ); document.write( ": \n" ); document.write( "The trips there and back are equal, write a dist equation; dist = speed * time \n" ); document.write( "3s = 27(5) \n" ); document.write( "3s = 135 \n" ); document.write( "s = 135/3 \n" ); document.write( "s = 45 mph there \n" ); document.write( ": \n" ); document.write( "See if that checks out find the distances, should be equal \n" ); document.write( "27*5 = 135 \n" ); document.write( "45*3 = 135 \n" ); document.write( " \n" ); document.write( " |