document.write( "Question 6311: Problem Solving Using Systems of Equations\r
\n" );
document.write( "\n" );
document.write( "Julie and Eric row their boat(at a constant speed) 55 miles downstream for 5 hours, helped by the current. Row at the same rate, the trip back against the current takes 11 hours. Find the rate of the current. \n" );
document.write( "
Algebra.Com's Answer #3389 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! You can use the distance formula (d = rt) to solve this problem.\r \n" ); document.write( "\n" ); document.write( "Downstream trip: d = 55 miles, t = 5 hours, and r = R + C \n" ); document.write( "R + C is their rowing speed (R) plus the rate of the current (C).\r \n" ); document.write( "\n" ); document.write( "Upstream trip: d = 55 miles, t = 11 hours, and r = R - C \n" ); document.write( "R - C is their rowing speed (R) minus the the rate of the current (C).\r \n" ); document.write( "\n" ); document.write( "Downstream: 55 mi. = (R + C)5 hrs. Divide both sides by 5: R + C = 11 \n" ); document.write( "Upstream: 55 mi. = (R - C)11 hrs. Divide both sides by 11: R - C = 5\r \n" ); document.write( "\n" ); document.write( "R + C = 11 Subtract C from both sides. \n" ); document.write( "R = 11 - C Substitute this into: R - C = 5 \n" ); document.write( "(11 - C) - C = 5 Simplify and solve for C \n" ); document.write( "11 - 2C = 5 Add 2C to both sides. \n" ); document.write( "11 = 2C + 5 Subtract 5 from both sides. \n" ); document.write( "6 = 2C Divide both sides by 2 \n" ); document.write( "C = 3 mph is the rate of the current. \n" ); document.write( " \n" ); document.write( " |