document.write( "Question 44799: I'm having problems putting this into a formula because I feel that something is missing. Please help.\r
\n" );
document.write( "\n" );
document.write( "Lance bicycles 37 km/h with no wind. Against the wind he bikes 75 km in the same time it takes to bike 110 km with the wind. What is the speed of the wind? \n" );
document.write( "
Algebra.Com's Answer #29688 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! time is the same both with and against the wind \n" ); document.write( "t = time \n" ); document.write( "t = distance/rate \n" ); document.write( "w = wind speed \n" ); document.write( "against the wind his rate is 37 - w \n" ); document.write( "with the wind his rate is 37 + w \n" ); document.write( "t = 75 / (37 - w) \n" ); document.write( "t = 110 / (37 + w) \n" ); document.write( "75 / (37 - w) = 110 / (37 + w) \n" ); document.write( "110*37 - 110*w = 37*75 + 75*w \n" ); document.write( "185*w = 37(110 - 75) \n" ); document.write( "185w = 37*35 \n" ); document.write( "w = 37*35 / 185 \n" ); document.write( "w = 1295/185 \n" ); document.write( "w = 7 km/hr wind speed \n" ); document.write( " |