document.write( "Question 1179660: A motorboat traveling with the current went 42 mi in 3.5 h. Traveling against the current, the boat went 18 mi in 3 h. Find the rate of the boat in calm water and the rate of the current. \n" ); document.write( "
Algebra.Com's Answer #853769 by ikleyn(53619) You can put this solution on YOUR website! . \n" ); document.write( "A motorboat traveling with the current went 42 mi in 3.5 h. Traveling against the current, the boat went 18 mi in 3 h. \n" ); document.write( "Find the rate of the boat in calm water and the rate of the current. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the rate of the motorboat in still water (in miles per hour)\r\n" ); document.write( "and y be the rate of the current (in the same units).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the effective rate of the motorboat downstream is x + y\r\n" ); document.write( "and the effective rate of the motorboat upstream is x - y.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From the problem, the effective rate of the motorboat downstream is the distance of 42 miles \r\n" ); document.write( "divided by the time of 3.5 hours\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This solution produces the same answer as in the post by @mananth, but has an advantage \n" ); document.write( "that it does not contain excessive calculations that the solution by @mananth has.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We, the tutors, write here our solutions not only to get certain numerical answer. \n" ); document.write( "We write to teach - and, in particular, to teach solving in a right style.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This style solving presented in my post, is straightforward with no logical loops. \n" ); document.write( "The solution presented in the post by @mananth has two logical loops.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " One loop in the @mananth post is writing\r\n" ); document.write( "\r\n" ); document.write( " 42/(x+y) = 3.5 ---> divide by 3.5 12/(x+y) = 1 ---> x+y = 12,\r\n" ); document.write( "\r\n" ); document.write( " while in my solution I simply write for the effective rate \r\n" ); document.write( "\r\n" ); document.write( " x + y = 42/3.5 = 12.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Second loop in the @mananth post is writing\r\n" ); document.write( "\r\n" ); document.write( " 18/(x-y) = 3 ---> divide by 3 6/(x-y) = 1 ---> x-y = 6,\r\n" ); document.write( "\r\n" ); document.write( " while in my solution I simply write for the effective rate upstream\r\n" ); document.write( "\r\n" ); document.write( " x - y = 18/3 = 6.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "It is why I present my solution here and why I think it is better than the solution by @mananth: \n" ); document.write( "- because it teaches students to present their arguments in a straightforward way, without logical zigzags.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "@mananth repeats his construction of solution with no change for all similar problems on floating \n" ); document.write( "with and against the current simply because his COMPUTER CODE is written this way. \n" ); document.write( "But this way is not pedagogically optimal - in opposite, it is pedagogically imperfect.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |