document.write( "Question 644193: Solve the problem.
\n" );
document.write( "Tom Whig traveled 220 miles east of St Louis. For most of the trip he averaged 60 MPH, but for one period of time he was slowed to 10mph due to major accident. If the total time of the travel was 7 hours, how many miles did he drive at the reduced speed?\r
\n" );
document.write( "\n" );
document.write( "Ans: I know I'm probably wrong but I subtracted 60-10=50mph he drove at reduced speed? \n" );
document.write( "
Algebra.Com's Answer #404883 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Tom Whig traveled 220 miles east of St Louis. For most of the trip he averaged 60 MPH, but for one period of time he was slowed to 10mph due to major accident. If the total time of the travel was 7 hours, how many miles did he drive at the reduced speed? \n" ); document.write( "------------------------- \n" ); document.write( "Faster segment DATA: \n" ); document.write( "rate = 60 mph; time = t hrs ; distance = 60t miles \n" ); document.write( "---- \n" ); document.write( "Slower segment DATA: \n" ); document.write( "rate = 10 mph ; time = 7-t hrs; distance = 10(7-t) miles \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "distance + distance = 220 miles \n" ); document.write( "60t + 10(7-t) = 220 \n" ); document.write( "60t + 70 - 10t = 220 \n" ); document.write( "50t = 150 \n" ); document.write( "t = 3 hrs (time at faster speed) \n" ); document.write( "----- \n" ); document.write( "10(7-t) = 10(4) = 40 miles (distance at reduced speed) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " \n" ); document.write( " |