document.write( "Question 1114986: David rode his bike east at 20 mi/hr for 36 minutes with a tailwind. He then turned around to ride home along the same route against the wind. If the return trip took 45 minutes, find the wind speed and the speed at which David pedals with no wind (to the nearest mile per hour). \n" ); document.write( "
| Algebra.Com's Answer #729908 by stanbon(75887)      You can put this solution on YOUR website! David rode his bike east at 20 mi/hr for 36 minutes with a tailwind. He then turned around to ride home along the same route against the wind. If the return trip took 45 minutes, find the wind speed and the speed at which David pedals with no wind (to the nearest mile per hour). \n" ); document.write( "with-wind DATA: \n" ); document.write( "rate = 20 mph ; time = 36/60 hrs ; distance = rate*time = 12 miles \n" ); document.write( "--- \n" ); document.write( "Against-wind DATA: \n" ); document.write( "dist = 12 miles ; time = (45/60) = 3/4 hr ; rate = dist/time = 12/(3/4) = 16 mph \n" ); document.write( "------- \n" ); document.write( "Equations: \n" ); document.write( "bike + wind = 20 mph \n" ); document.write( "bike - wind = 16 mph \n" ); document.write( "----- \n" ); document.write( "Add and solve for bike speed:: \n" ); document.write( "2b = 36 \n" ); document.write( "bike speed = 18 mph \n" ); document.write( "------------------ \n" ); document.write( "Subtract and solve for wind speed \n" ); document.write( "2w = 4 \n" ); document.write( "wind speed = 2 mph \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |