document.write( "Question 656084: a man decides to travel 80 kilometer in 8 hours partly by foot and partly on a bicycle. if his speed on a foot is 8 km/hr and on bicycle is 16 km/hr what distance would he travel on foot \n" ); document.write( "
Algebra.Com's Answer #409344 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a man decides to travel 80 kilometer in 8 hours partly by foot and partly on a bicycle. if his speed on a foot is 8 km/hr and on bicycle is 16 km/hr what distance would he travel on foot \n" ); document.write( "** \n" ); document.write( "let x=distance traveled by foot \n" ); document.write( "80-x=distance traveled by bicycle \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "x/8+(80-x)/16=8 \n" ); document.write( "LCD:16 \n" ); document.write( "2x+80-x=128 \n" ); document.write( "x=48 \n" ); document.write( "distance traveled on foot=48 km \n" ); document.write( " \n" ); document.write( " |