document.write( "Question 1020508: Jim runs 2 mph faster than Joe. If they each run 12 miles, Jim finishes 30 minutes ahead of Joe. How fast is each person running? \n" ); document.write( "
Algebra.Com's Answer #636417 by josgarithmetic(39623)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "           rate      time               distance\r\n" );
document.write( "\r\n" );
document.write( "Jim        r+2       12/(r+2)             12\r\n" );
document.write( "\r\n" );
document.write( "Joe        r         12/r                 12\r\n" );
document.write( "\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "30 minutes is \"%281%2F2%29%2Ahour\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight_green%28abs%2812%2F%28r%2B2%29-12%2Fr%29=1%2F2%29\"
\n" ); document.write( "
\n" );