document.write( "Question 442916: The speed of a boat in still water is 10 km/h. The boat travels 12 km upstream and 28 km downstream in a total time of 4 hours. What is the speed of the stream? \n" ); document.write( "
Algebra.Com's Answer #308208 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 12/(10-x)+28/(10+x)=4 \n" ); document.write( "12(10+x)+28(10-x)=400-4x2 \n" ); document.write( "120+12x+280-28x=400-4x2 \n" ); document.write( "4x2-16x=0 \n" ); document.write( "x2-4x=0 \n" ); document.write( "x2=4x \n" ); document.write( "x=4 \n" ); document.write( "The speed of the stream is 4 kph.. \n" ); document.write( " |