document.write( "Question 473625: A boat takes 5 hours to go 300 km downstream and it takes same time to go 150 km upstream. calculate the speed of boat in still water and speed of stream. \n" ); document.write( "
Algebra.Com's Answer #324835 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A boat takes 5 hours to go 300 km downstream and it takes same time to go 150 km upstream. calculate the speed of boat in still water and speed of stream \n" ); document.write( "** \n" ); document.write( "let x=speed of boat in still water \n" ); document.write( "let y=speed of stream \n" ); document.write( "speed=distance/travel time \n" ); document.write( "travel time same for downstream and upstream \n" ); document.write( "300/5=x+y \n" ); document.write( "150/5=x-y \n" ); document.write( "60=x+y \n" ); document.write( "30=x-y \n" ); document.write( "add \n" ); document.write( "2x=90 \n" ); document.write( "x=45 \n" ); document.write( "y=60-45=15 \n" ); document.write( "ans: \n" ); document.write( "speed of boat in still water=45 km/hr \n" ); document.write( "speed of stream=15 km/hr \n" ); document.write( " |