document.write( "Question 4053: By walking 3/4th of his usual speed, a man reaches his office 20 minutes later than usual. What is his usual time? \n" ); document.write( "
Algebra.Com's Answer #1789 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Let L be the distance, V be his usual speed. \n" ); document.write( " We have L/(3/4 V) = L/V + 20.\r \n" ); document.write( "\n" ); document.write( " So, 4/3 * L/V = L/V + 20, \n" ); document.write( " Or 1/3 * L/V = 20, \n" ); document.write( " we get L/V = 60 (min) \n" ); document.write( " \n" ); document.write( " Since V is his usual speed, so T = L/V his usual time for \n" ); document.write( " him walking from to the office.\r \n" ); document.write( "\n" ); document.write( " Another way , let T (min) be the usual time, then he spent 4 T/3 \n" ); document.write( " when walking in 3/4 of usual speed. \n" ); document.write( " Since 4T/3 = T +20, we obtain T = 60 min. \r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |