document.write( "Question 284232: 2 hikers start at opposie ends of the trail and walk towards each other. the trail is 36 miles long and they meet in 4 hours. if one hiker is twice as fast as the other, find both hiking speeds. \n" ); document.write( "
Algebra.Com's Answer #206291 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the speed of one hiker be x\r \n" ); document.write( "\n" ); document.write( "the other's speed = 2x\r \n" ); document.write( "\n" ); document.write( "distance traveled in 4 hours = 4x miles \r \n" ); document.write( "\n" ); document.write( "The other traveled for 8x miles\r \n" ); document.write( "\n" ); document.write( "4x+8x=36\r \n" ); document.write( "\n" ); document.write( "12x=36\r \n" ); document.write( "\n" ); document.write( "x= 3 mph\r \n" ); document.write( "\n" ); document.write( "the other's speed = 6 mph \n" ); document.write( " |