document.write( "Question 296406: Jo runs up a mountain trail 4 miles long and then returns on the same trail downhill. Uphill she goes one mile per hour faster than half her downhill rate. If the round trip is one hour and forty minutes, then what is her downhill rate? \n" ); document.write( "
Algebra.Com's Answer #213616 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Joe runs up a mountain trail 4 miles long and then returns on the same trail downhill. \n" ); document.write( " Uphill he goes one mile per hour faster than half his downhill rate. \n" ); document.write( " If the round trip is one hour and forty minutes, then what is his downhill rate? \n" ); document.write( ": \n" ); document.write( "Change 1 hr 40 min to: \n" ); document.write( ": \n" ); document.write( "Let r = his downhill rate \n" ); document.write( "then \n" ); document.write( "(.5r+1) = his uphill rated \n" ); document.write( ": \n" ); document.write( "Write a time equation: Time = distance/rate \n" ); document.write( ": \n" ); document.write( "Time up + time down = 1 \n" ); document.write( " \n" ); document.write( "multiply equation by 3r(.5r+1), results \n" ); document.write( "4(3r) + 4*3(.5r+1) = 5r(.5r+1) \n" ); document.write( ": \n" ); document.write( "12r + 12(.5r+1) = 2.5r^2 + 5r \n" ); document.write( ": \n" ); document.write( "12r + 6r + 12 = 2.5r^2 + 5r \n" ); document.write( ": \n" ); document.write( "18r + 12 = 2.5r^2 + 5r \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "0 = 2.5r^2 + 5r - 18r - 12 \n" ); document.write( "2.5r^2 - 13r - 12 = 0 \n" ); document.write( ": \n" ); document.write( "multiply by 2 to get rid of the decimal \n" ); document.write( "5r^2 - 26r - 24 = 0 \n" ); document.write( ": \n" ); document.write( "Factors to \n" ); document.write( "(5r + 4)(r - 6) = 0 \n" ); document.write( ": \n" ); document.write( "Positive solution \n" ); document.write( "r = 6 mph is the downhill rate \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check the solution: .5(6) + 1 = 4 mph is the uphill rate \n" ); document.write( "Times \n" ); document.write( "4/4 + 4/6 = 10/6 = 5/3 hr \n" ); document.write( " |