document.write( "Question 906945: A duck and a chicken are walking to school. One way, the trip takes 2 hours for the duck and 3 hours for the chicken, since the chicken lives 40 miles farther away than the duck. The chicken travels 5 mph faster than the duck. Find their average rates of travel. \n" ); document.write( "
Algebra.Com's Answer #550105 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Average speed is ( total distance ) / ( total time )
\n" ); document.write( "Let \"+d+\" = distance duck has to travel
\n" ); document.write( "\"+d+%2B+40+\" = distance chicken has to travel
\n" ); document.write( "-----------------------------------------
\n" ); document.write( "Duck's rate of travel:
\n" ); document.write( "\"+d%2F2+\"
\n" ); document.write( "Chicken's rate of travel:
\n" ); document.write( "\"+%28+d+%2B+40+%29+%2F+3+\"
\n" ); document.write( "------------------
\n" ); document.write( "You are given that:
\n" ); document.write( "\"+%28+d+%2B+40+%29+%2F+3+=+d%2F2+%2B+5+\"
\n" ); document.write( "Multiply both sides by \"+6+\"
\n" ); document.write( "\"+2%2A%28+d+%2B+40+%29+=+3d+%2B+30+\"
\n" ); document.write( "\"+2d+%2B+80+=+3d+%2B+30+\"
\n" ); document.write( "\"+d+=+50+\"
\n" ); document.write( "\"+d+%2B+40+=+90+\"
\n" ); document.write( "-------------------
\n" ); document.write( "The duck's average rate is:
\n" ); document.write( "\"+d%2F2+=+50%2F2+\"
\n" ); document.write( "\"+d%2F2+=+25+\" mi/hr
\n" ); document.write( "--------------------------
\n" ); document.write( "The chicken's average rate is:
\n" ); document.write( "\"+%28+d%2B40+%29+%2F+3+=+90%2F3+\"
\n" ); document.write( "\"+%28+d%2B40+%29+%2F+3+=+30+\" mi/hr
\n" ); document.write( "
\n" ); document.write( "
\n" );