document.write( "Question 1001294: It took a boat 2 hours to rich town A going upstream. The way back was one hour and 20 minutes. What is the speed of the boat in still water if the speed of the stream is 3mph? \n" ); document.write( "
Algebra.Com's Answer #618542 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Same problem, different numbers. \n" ); document.write( "========================================= \n" ); document.write( "It took a plane 2 hours to make a trip with the head wind and 1.5 hours to get back with the tail wind. If the speed of the wind was 30mph, how far apart are the two cities? \n" ); document.write( " ----------- \n" ); document.write( " a = plane's airspeed \n" ); document.write( " --- \n" ); document.write( " d = r*t = (a-30)*2 = (a+30)*1.5 \n" ); document.write( " 2a - 60 = 1.5a + 45 \n" ); document.write( " a = 210 mi/hr \n" ); document.write( " d = (210-30)*2 \n" ); document.write( " d = 360 miles \n" ); document.write( " |