document.write( "Question 584488: A round-trip by bus takes 12 hours. If the rate going was 54 kph and the rate returning was 90 kph, how far was the round-trip? \n" ); document.write( "
Algebra.Com's Answer #372798 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A round-trip by bus takes 12 hours. If the rate going was 54 kph and the rate returning was 90 kph, how far was the round-trip? \n" ); document.write( "** \n" ); document.write( "let x=going travel time \n" ); document.write( "12-x=return travel time \n" ); document.write( "Distance=speed*travel time \n" ); document.write( "54x=90(12-x) \n" ); document.write( "54x=1080-90x \n" ); document.write( "144x=1080 \n" ); document.write( "x=7.5 hrs \n" ); document.write( "12-x=4.5 hrs \n" ); document.write( "Round-trip distance=7.5*54+4.5*90=810 km \n" ); document.write( " \n" ); document.write( " |