document.write( "Question 1020506: A women can walk 2 mph faster down a trail to Cochita lake than she can on the return trip uphill. It takes her 2 hr to get to the lake and 4 hr to return. What is speed walking down to the lake. \n" ); document.write( "
Algebra.Com's Answer #636415 by josgarithmetic(39628)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                rate          time         distance\r\n" );
document.write( "\r\n" );
document.write( "DOWNHILL        r+2            2            \"d=%28r%2B2%29%2A2\"\r\n" );
document.write( "\r\n" );
document.write( "UPHILL          r              4            \"d=r%2A4\"\r\n" );
document.write( "
\n" ); document.write( "
\n" );