document.write( "Question 951545:  How do I solve this type of problem?:
\n" );
document.write( "You are travelling to the scene of an accident, and the traffic is terrible. Your average speed
\n" );
document.write( "has slowed to 30 km/h. Assuming you still have another 10 km to travel, and your speed
\n" );
document.write( "does not change, how long will it take? 
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #581102 by greg98(5)     You can put this solution on YOUR website! time taken = distance/ average speed \n" ); document.write( " T = (10/ 30)h \n" ); document.write( " T= 1/3hours \n" ); document.write( " T= 1/3 * 60mins (1h = 60mins) \n" ); document.write( " T= 20mins \n" ); document.write( " |