document.write( "Question 624255: A boat traveled downstream a distance of 128mi and then came right back. If the speed of the current was 7mph and the total trip took 5hrs and 20mins, find the average speed of the boat relative to the water. \n" ); document.write( "
Algebra.Com's Answer #393538 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A boat traveled downstream a distance of 128mi and then came right back. If the speed of the current was 7mph and the total trip took 5hrs and 20mins, find the average speed of the boat relative to the water.
\n" ); document.write( "**
\n" ); document.write( "let x=speed of boat relative to water (0 current)
\n" ); document.write( "x+7= speed of boat downstream
\n" ); document.write( "x-7= speed of boat downstream
\n" ); document.write( "travel time=distance/speed
\n" ); document.write( "5hr and 20 min=5 and 1/3 hr=16/3 hr
\n" ); document.write( "128/(x+7)+128/(x-7)=16/3
\n" ); document.write( "LCD: 3(x+7)(x-7)
\n" ); document.write( "3*128(x-7)+3*128(x+7)=16(x+7)(x-7)
\n" ); document.write( "384x-2688+384x+2688=16(x^2-49)=16x^2-784
\n" ); document.write( "16x^2-768x-784=0
\n" ); document.write( "x^2-48x-49=0
\n" ); document.write( "(x-49)(x+1)=0
\n" ); document.write( "x=-1, (reject, x>1)
\n" ); document.write( "or
\n" ); document.write( "x=49
\n" ); document.write( "speed of boat relative to water=49 mph
\n" ); document.write( "
\n" ); document.write( "
\n" );