document.write( "Question 1189539: A person leaves their work and heads home 5km away. They walk at 5km/h during the start but then it starts to rain so they run the rest of the way at 12km/h. They leave at 5:30pm and arrives home at 6:09 pm. Create a system of equations. How far did the person run for? How long did the person walk for? \n" ); document.write( "
Algebra.Com's Answer #820923 by ikleyn(52802)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A person leaves their work and heads home 5km away.
\n" ); document.write( "They walk at 5km/h during the start but then it starts to rain
\n" ); document.write( "so they run the rest of the way at 12km/h.
\n" ); document.write( "They leave at 5:30pm and arrives home at 6:09 pm.
\n" ); document.write( "Create a system of equations.
\n" ); document.write( "How far did the person run for? How long did the person walk for?
\n" ); document.write( "~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the distance the person ran, in kilometers.\r\n" );
document.write( "\r\n" );
document.write( "Then the distance he walked was (5-x) kilometers.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now write the \"time equation\"\r\n" );
document.write( "\r\n" );
document.write( "    time to walk + time to run = 39 minutes, or \"39%2F60\" of an hour\r\n" );
document.write( "\r\n" );
document.write( "      \"%285-x%29%2F5\"    +    \"x%2F12\"      = \"39%2F60\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve it, multiply both sides by 5*12 = 60.  You will get\r\n" );
document.write( "\r\n" );
document.write( "    12*(5-x) + 5x = 39\r\n" );
document.write( "\r\n" );
document.write( "    60 - 12x + 5x = 39\r\n" );
document.write( "\r\n" );
document.write( "    60 - 39 = 7x\r\n" );
document.write( "\r\n" );
document.write( "      21    = 7x\r\n" );
document.write( "\r\n" );
document.write( "       x    = 21/7 = 3.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  3 kilometer running and (5-3) = 2 kilometers walking.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );