document.write( "Question 618999: a cyclist covers half as much as distance as a tanga driver, and the tanga driver half as much again as a man on foot. if man can walk distance of 3 km in one hour how much will cyclist to cover a distance of 27 km \n" ); document.write( "
Algebra.Com's Answer #389367 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! a cyclist covers half as much as distance as a tanga driver, and the tanga driver half as much again as a man on foot. \n" ); document.write( " if man can walk distance of 3 km in one hour how much will cyclist to cover a distance of 27 km \n" ); document.write( ": \n" ); document.write( "let c = the cyclist speed (speed and dist are directly related) \n" ); document.write( "\"cyclist covers half as much as distance as a tanga driver,\" \n" ); document.write( "t = 2c tanga speed (whatever that is) \n" ); document.write( ": \n" ); document.write( "man's speed is 3 km/hr \n" ); document.write( "\"the tanga driver half as much again as a man on foot. \n" ); document.write( "t = 1.5(3) \n" ); document.write( "t = 4.5 km/hr \n" ); document.write( ": \n" ); document.write( "Find the cyclist speed \n" ); document.write( "2c = 4.5 \n" ); document.write( "c = 4.5/2 \n" ); document.write( "c = 2.25 km/hr \n" ); document.write( "\"how much time will cyclist require to cover a distance of 27 km\" \n" ); document.write( "t = 27/2.25 \n" ); document.write( "t = 12 hrs \n" ); document.write( " |