document.write( "Question 5867: Mark leaves the house for school walking at the rate of 4 kph. Two hours later Joyce follows Mark at 4.5 kph. How long will it take Joyce to overtake Mark? \n" ); document.write( "
Algebra.Com's Answer #3049 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! Mark's rate is 4 kph \n" ); document.write( "Mark's time time is t+2 \n" ); document.write( "Joyce's rate is 4.5kph \n" ); document.write( "Joyce's time is t \n" ); document.write( "when Joyce overtakes Mark, they will be at the same distance, so we can use the formula rate * time = distance and set their distance = to one another: \n" ); document.write( "4(t+2)=4.5t \n" ); document.write( "4t+8=4.5t \n" ); document.write( "8=.5t \n" ); document.write( "16=t\r \n" ); document.write( "\n" ); document.write( "this makes sense because in 16 hours time, Joyce will has walked 4.5*16 = 72km \n" ); document.write( "and in 18 hours time (he started two hours before her) Mark has walked 4*18=72km \n" ); document.write( " |