document.write( "Question 1376: Antoine rode his bike the 4 miles to the fair at a relaxed pace. He stayed to long and had to double his speed on the way back in order to get home in time for dinner. If his total time traveling was 3 hours, how fast did he travel in each direction? \n" ); document.write( "
Algebra.Com's Answer #425 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Let V be the speed of his going to the fair, then his speed of the return trip \n" ); document.write( " was 2V. \n" ); document.write( " Now the total distance of the round trip is 2*4 = 8 miles.\r \n" ); document.write( "\n" ); document.write( " By Speed = Distance / Time , and so Time = Distance /SPeed, \n" ); document.write( " we have 3 = 8/V + 8/(2V), \n" ); document.write( " Cancel the denominator by multiple by 2, 6V = 16 + 8 = 24. \n" ); document.write( " so, V =4 and 2V = 8.\r \n" ); document.write( "\n" ); document.write( " Hence, his speed going to the fair was 4 miles/hr,and \n" ); document.write( " his speed backing home was 8 miles/hr. \n" ); document.write( " |