document.write( "Question 388649: 4. A cyclist goes from one village to another at 28 km/h. he returns at 24 km/h. if the return journey takes two hours longer than the outward journey. What is the distance between the villages? \n" ); document.write( "
Algebra.Com's Answer #275040 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! distance = speed x time\r \n" ); document.write( "\n" ); document.write( "let x = hours for outward journey \n" ); document.write( " (x+2) = hours for return trip (as stated in problem)\r \n" ); document.write( "\n" ); document.write( "28x =24(x+2)\r \n" ); document.write( "\n" ); document.write( "28x = 24x + 48\r \n" ); document.write( "\n" ); document.write( "28x - 24x = 48\r \n" ); document.write( "\n" ); document.write( "4x = 48\r \n" ); document.write( "\n" ); document.write( "x = 12 hours\r \n" ); document.write( "\n" ); document.write( "12 hours times 28 km/hr = 336 km\r \n" ); document.write( "\n" ); document.write( "ans: distance between villages is 336 kilometers \n" ); document.write( " |