document.write( "Question 473735: show all work using the 5-step method to solve:\r
\n" );
document.write( "\n" );
document.write( "a sailboat travels 20 miles downstream in 4 hours. it returns in 5 hours. find the speed of the sailboat in still water and the rate of the current. \n" );
document.write( "
Algebra.Com's Answer #324951 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! Distance = rate*time denoted as d=rt \n" ); document.write( "The boat traveled the same distance of 20 miles both upstream and downstream. \n" ); document.write( "Let s be speed of boat in still water, let c be rate of current. \n" ); document.write( "Downstream boat goes faster so its speed is s+c, Upstream its s - c. \n" ); document.write( "Set up equations: \n" ); document.write( "20 = 4(s+c) \n" ); document.write( "20 = 5(s-c) \n" ); document.write( "Distribute \n" ); document.write( "20 = 4s + 4c \n" ); document.write( "20 = 5s - 5c \n" ); document.write( "Using substitution \n" ); document.write( "5s - 5c = 4s + 4c \n" ); document.write( "Solve for s: (Subtract 4s on both sides, Add 5c on both sides) \n" ); document.write( "s = 9c \n" ); document.write( "Now substitute 9c in for s: \n" ); document.write( "20 = 4(9c) + 4c \n" ); document.write( "20 = 36c + 4c \n" ); document.write( "20 = 40c \n" ); document.write( "1/2 = c \n" ); document.write( "--> s = 9(1/2) = 9/2 = 4.5 \n" ); document.write( "Therefore the boat travels 4.5 mph in still water and the rate of the current is 0.5 mph \n" ); document.write( " |