document.write( "Question 137672This question is from textbook
\n" );
document.write( ": the tugboat moves at a rate of 10mph in still water. it travels 24 mi upstream and 24 mi downstream in a total time of 5 hr. what is the speed of the current? \n" );
document.write( "
Algebra.Com's Answer #100696 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! 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=speed of the current \n" ); document.write( "tugboat's speed upstream=10-r \n" ); document.write( "tugboat's speed downstream=10+r\r \n" ); document.write( "\n" ); document.write( "Time for tugboat to travel upstream=24/(10-r) \n" ); document.write( "Time for tugboat to travel downstream=24/(10+r)\r \n" ); document.write( "\n" ); document.write( "Now we are told that the sum of the above two times equals 5 hours, so our equation to solve is:\r \n" ); document.write( "\n" ); document.write( "24/(10-r)+24/(10+r)=5 multiply each term by (10-r)(10+r)\r \n" ); document.write( "\n" ); document.write( "24(10+r)+24(10-r)=5(10-r)(10+r) get rid of parens\r \n" ); document.write( "\n" ); document.write( "240+24r+240-24r=500-5r^2 subtract 500 from and add 5r^2 to both sides\r \n" ); document.write( "\n" ); document.write( "240+24r+240-24r-500+5r^2=500-500-5r^2+5r^2 collect like terms\r \n" ); document.write( "\n" ); document.write( "-20+5r^2=0 rearranging: \n" ); document.write( "5r^2-20=0 divide each side by 5 \n" ); document.write( "r^2-4=0-------------------------------quadratic in standard form and it can be factored\r \n" ); document.write( "\n" ); document.write( "(r-2)(r+2)=0 \n" ); document.write( "r=2 mph--------------------speed of the current \n" ); document.write( "and \n" ); document.write( "r=-2 mph----------------------DISREGARD--- CURRENT SPEED IS POSITIVE\r \n" ); document.write( "\n" ); document.write( "ck \n" ); document.write( "24/(10-2)+24/(10+2)=5 \n" ); document.write( "3+2=5 \n" ); document.write( "5=5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " |