document.write( "Question 612771: Douglass goes hiking every weekend, while Tyrone usually stays in the city to drink coffee and read the newspaper. Both douglass and Tyrone decide to climb Mt. Boulderdash on the same weekend in June, but do not hike it together. Douglass can hike 3 times as fast as Tyrone and the hike takes them a combined total of 13 hours. How long does it take Tyrone to climb the mountain? \n" ); document.write( "
| Algebra.Com's Answer #385807 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! Douglass goes hiking every weekend, while Tyrone usually stays in the city to drink coffee and read the newspaper. Both douglass and Tyrone decide to climb Mt. Boulderdash on the same weekend in June, but do not hike it together. Douglass can hike 3 times as fast as Tyrone and the hike takes them a combined total of 13 hours. How long does it take Tyrone to climb the mountain? \n" ); document.write( ": \n" ); document.write( "Let s = T's hiking speed \n" ); document.write( "then \n" ); document.write( "3s = D's hiking speed \n" ); document.write( ": \n" ); document.write( "let t = time required by T to climb the mountain \n" ); document.write( "then \n" ); document.write( "(13-t) = time required by D to do it \n" ); document.write( ": \n" ); document.write( "Write a distance equation; Dist = speed * time \n" ); document.write( ": \n" ); document.write( "T's dist = D's dist \n" ); document.write( "st = 3s(13-t) \n" ); document.write( "st = 39s - 3st \n" ); document.write( "st + 3st = 39s \n" ); document.write( "Divide thru by s \n" ); document.write( "t + 3t = 39 \n" ); document.write( "4t = 39 \n" ); document.write( "t = \n" ); document.write( "t = 9.75 hrs is T's hiking time up the mountain \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if this checks out. \n" ); document.write( "D's time: 13 - 9.75 = 3.25 hrs, which is 1/3 of T's time, reasonable since he travels 3 times a fast \n" ); document.write( " \n" ); document.write( " |