document.write( "Question 878700: A certain journey took 40minutes to complete. If half the distance was travelled at an average speed of 100 km/h and the other half was at an average speed of 60 km/h what was the length of the journey. \n" ); document.write( "
Algebra.Com's Answer #530213 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A certain journey took 40minutes to complete. If half the distance was travelled at an average speed of 100 km/h and the other half was at an average speed of 60 km/h what was the length of the journey. \n" ); document.write( "*** \n" ); document.write( "let x=length of the journey \n" ); document.write( "travel time=distance/speed \n" ); document.write( "100/(x/2)+60/(x/2)=40/60 \n" ); document.write( "200/x+120/x=2/3 \n" ); document.write( "lcd:3x \n" ); document.write( "600+360=2x \n" ); document.write( "960=2x \n" ); document.write( "x=480 \n" ); document.write( "length of the journey=480 km \n" ); document.write( " |