document.write( "Question 368912: a boat travels 2 km upstream in 2 km back. The time for the round trip is 7 hours.The speed of the stream is 2 km/hr. What is the speed of the boat in still water
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #262869 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed of boat in still water be x kmph \n" ); document.write( "speed of current = 2 kmph \n" ); document.write( ".. \n" ); document.write( "upstream speed = x-2 \n" ); document.write( "downstream speed = x+2 \n" ); document.write( ".. \n" ); document.write( "t= d/r \n" ); document.write( "time upstream + time downstream = 7 hours \n" ); document.write( "distance = 2km \n" ); document.write( "2/(x-2)+2/(x+2)=7 \n" ); document.write( "2(x+2)+2(x-2)/(x+2)(x-2)=7 \n" ); document.write( "2x+4+2x-4 = 7(x+2)(x-2) \n" ); document.write( "4x=7(x^2-4) \n" ); document.write( "4x=7x^2-28 \n" ); document.write( "7x^2-4x-28 =0 \n" ); document.write( "solve using quadratic equation \n" ); document.write( "discriminant = 800 \n" ); document.write( "x1= (+4+sqrt(800))/14 \n" ); document.write( "x1= 2.3 km/h speed of boat in still water \n" ); document.write( "x2 is negative so ignore \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |