document.write( "Question 1081730: Dave can bike his excercise route an hour and a half faster than he can walk it. His biking speed is 9 miles per hour faster than his walking speed. His route is 6 miles long. Write an equation that can be used to find his walking speed, W. Do not solve \n" ); document.write( "
Algebra.Com's Answer #695853 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
t, biking time
\n" ); document.write( "w, walking speed\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                 SPEED        TIME        DISTANCE\r\n" );
document.write( "BICYCLING        w+9           t           6\r\n" );
document.write( "WALKING           w           t+3/2        6\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Another way:
\n" ); document.write( "
\r\n" );
document.write( "                 SPEED        TIME        DISTANCE\r\n" );
document.write( "BICYCLING        w+9           6/(w+9)     6\r\n" );
document.write( "WALKING           w           6/w          6\r\n" );
document.write( "DIFFERENCE                    3/2\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "This way allows equation in just w, only using the time difference.
\n" ); document.write( "\"highlight%286%2Fw-6%2F%28w%2B9%29=3%2F2%29\"
\n" ); document.write( "
\n" );