document.write( "Question 936220: If I'm going 100 km per hour to Bari and it takes 95 km to get there How long will it be before we get there \n" ); document.write( "
Algebra.Com's Answer #569660 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! speed = 100 km per hour \n" ); document.write( " distance = 95 km \n" ); document.write( " time = distance/speed \n" ); document.write( " = \n" ); document.write( " =0.95 hr \n" ); document.write( "but 1 hr =60 min \n" ); document.write( " = 0.95*60 \n" ); document.write( " =57 minutes \n" ); document.write( "Result : 57 min \n" ); document.write( " |