document.write( "Question 264398: Two hikers started from opposite ends of a 29-mile trail. One hiker walked 1.25 mph slower than the other hiker, and they met after 4 hours. How fast did each hiker walk? \n" ); document.write( "
Algebra.Com's Answer #854005 by josgarithmetic(39790)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                       SPEED         TIME       DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "one hiker              r-1.25         4          4(r-1.25)\r\n" );
document.write( "\r\n" );
document.write( "other hiker             r             4          4r\r\n" );
document.write( "\r\n" );
document.write( "TOTAL                                             29\r\n" );
document.write( "

\n" ); document.write( "\"highlight_green%284%28r-1.25%29%2B4r=29%29\"
\n" ); document.write( "
\n" );