document.write( "Question 149180: I found a very similar problem to this one but when I went through all the steps the answer came out negative and Im pretty sure you cant have a negative speed?
\n" );
document.write( "Alvin paddled for 4 hours with a 6km/h current to reach a campsite. The return trip against the current took 10 hours. Find the speed of Alvin's canoe in still water. \n" );
document.write( "
Algebra.Com's Answer #109438 by edjones(8007) You can put this solution on YOUR website! st=d, s=speed in still water, t=time, d=distance \n" ); document.write( "4(s+6)=d \n" ); document.write( "10(s-6)=d \n" ); document.write( "4(s+6)=10(s-6) \n" ); document.write( "4s+24=10s-60 \n" ); document.write( "84=6s \n" ); document.write( "s=14 km/h in still water. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |