document.write( "Question 158338: A man takes 1 hour to row 2km upstream and return. The river has a current of 2kph. Find the speed of the man in still water? \n" ); document.write( "
Algebra.Com's Answer #116731 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Distance(d) equals Rate(r) times Time(t) or d=rt; r=d/t and t=d/r\r \n" ); document.write( "\n" ); document.write( "Let r=rate (speed) of the man in still water\r \n" ); document.write( "\n" ); document.write( "Time to travel upstream =2/(r-2) (upstream we need to subtract the speed of the current) \n" ); document.write( "Time to travel downstream=2/(r+2) (downstream we add the speed of the current)\r \n" ); document.write( "\n" ); document.write( "Now we are told that the above two times add up to 1 hour, so:\r \n" ); document.write( "\n" ); document.write( "2/(r-2) + 2/r+2)=1 multiply each term by (r-2)(r+2) \n" ); document.write( "2(r+2)+2(r-2)=(r-2)(r+2) get rid of parens\r \n" ); document.write( "\n" ); document.write( "2r+4 +2r-4=r^2-4 or \n" ); document.write( "4r=r^2-4 subtract 4r from each side\r \n" ); document.write( "\n" ); document.write( "r^2-4r-4=0 quadratic in standard form; solve using the quadratic formula\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "We will discount the negative value for r; speed in this problem is positive \n" ); document.write( " \n" ); document.write( "2/(4.83-2) +2/(4.83+2)=1 \n" ); document.write( "2/2.83 +2/6.83=1 \n" ); document.write( "0.707+0.293=1 \n" ); document.write( "1=1\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " \n" ); document.write( " |