document.write( "Question 18707: Please help me out with this one. I went thru the other questions and didn't see this type of question. Thanks\r
\n" );
document.write( "\n" );
document.write( "Joe traveled 290 miles east of St. Louis. For most of the trip he averaged 70mph, but for one period of time he was slowed to 20mph due to a major accident. If the total time of travel was 7 hours, how many miles did he drive at the reduced speed? \n" );
document.write( "
Algebra.Com's Answer #8986 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Joe traveled 290 miles east of St. Louis. For most of the trip he averaged 70mph, but for one period of time he was slowed to 20mph due to a major accident. If the total time of travel was 7 hours, how many miles did he drive at the reduced speed? \n" ); document.write( "let the duration of travel at reduced speed of 20 mph be =x hrs \n" ); document.write( "total duration of travel =7 hrs. \n" ); document.write( "so duration of travel at normal speed of 70 mph =7-x hrs \n" ); document.write( "distance = speed *time \n" ); document.write( "distance travelled at reduced speed =20*x=20x \n" ); document.write( "distance travelled at normal speed =70*(7-x)=70*7-70*x=490-70x \n" ); document.write( "total distance travelled=20x+490-70x=290 \n" ); document.write( "490-290=70x-20x \n" ); document.write( "200=50x \n" ); document.write( "x=200/50=4 hrs. \n" ); document.write( "so distance travelled at reduced speed =4*20 =80 miles \n" ); document.write( " \n" ); document.write( " |