document.write( "Question 681904: A mountaineer needs 5 hours to go over a mountain. The length of the path is 15km. His uphill speed is 1.5km/h, where his downhill speed is 4km/h. How much time does he need to finish the uphill and downhill path respectively? \n" ); document.write( "
| Algebra.Com's Answer #422845 by Alan3354(69443)     You can put this solution on YOUR website! A mountaineer needs 5 hours to go over a mountain. The length of the path is 15km. His uphill speed is 1.5km/h, where his downhill speed is 4km/h. How much time does he need to finish the uphill and downhill path respectively? \n" ); document.write( "------------ \n" ); document.write( "d = r*t \n" ); document.write( "t = d/r \n" ); document.write( "15 km/1.5 km/hr = 10 hours \n" ); document.write( "Not gonna do in 5 hours. \n" ); document.write( " |