document.write( "Question 1085268: Ed is a runner and he runs a 8 km loop every day. The first 4 km, he
\n" );
document.write( "runs at 12km/hr. He runs much slower on the way home. If it takes him 1 hour in total to
\n" );
document.write( "run the loop, how fast is he running for the last 4 km? \n" );
document.write( "
Algebra.Com's Answer #699334 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The formula we'll use here is \n" ); document.write( "d = r*t \n" ); document.write( "where, \n" ); document.write( "d = distance \n" ); document.write( "r = rate (aka speed) \n" ); document.write( "t = time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If Ed runs 4 km and his speed is 12 km/hr, then d = 4 and r = 12. Plug these values into the formula above and solve for t \n" ); document.write( "d = r*t \n" ); document.write( "4 = 12*t \n" ); document.write( "4/12 = 12*t/12 \n" ); document.write( "1/3 = t \n" ); document.write( "t = 1/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So it takes Ed 1/3 of an hour, which is (1/3)*60 = 20 minutes to run the 4 km.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20 minutes pass by when Ed runs the first 4 km, leaving 60 - 20 = 40 minutes left over.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40 minutes = 40*(1/60) = 40/60 = 4/6 = 2/3 of an hour\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we'll use t = 2/3 and d = 4 to find the rate (r)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = r*t \n" ); document.write( "4 = r*(2/3) \n" ); document.write( "3*4 = 3*r*(2/3) ... multiply both sides by 3 \n" ); document.write( "12 = 2r \n" ); document.write( "2r = 12 \n" ); document.write( "2r/2 = 12/2 ... divide both sides by 2 \n" ); document.write( "r = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, Ed's speed on the last four kilometers is 6 km/hr which is the final answer. \n" ); document.write( " |