document.write( "Question 971067: A motorboat traveled 35 km upstream on a river and then up an adjacent stream for 18 km, spending 8 hours on the entire trip. The speed of the river’s current was 1 km/hour slower than the speed of the stream’s current. Find the speed of the current of the river, if the speed of the motorboat in still water is 10 km/hour. \n" ); document.write( "
Algebra.Com's Answer #593747 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A motorboat traveled 35 km upstream on a river and then up an adjacent stream for 18 km, spending 8 hours on the entire trip. The speed of the river’s current was 1 km/hour slower than the speed of the stream’s current. Find the speed of the current of the river, if the speed of the motorboat in still water is 10 km/hour. \n" ); document.write( "*** \n" ); document.write( "let c=speed of river \n" ); document.write( "speed of stream=(c+1) \n" ); document.write( "10-c=speed of motorboat upstream on the river \n" ); document.write( "10-(c+1)=(9-c)=speed of motorboat upstream on adjacent stream \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "lcd:(9-c)(10-c) \n" ); document.write( "35(9-c)+18(10-c)=8(9-c)(10-c) \n" ); document.write( "315-35c+180-18c=8(90-19c+c^2) \n" ); document.write( "315-35c+180-18c=720-152c+8c^2 \n" ); document.write( "8c^2-99c+225 \n" ); document.write( "(c-3)(8c-75)=0 \n" ); document.write( "c=9.375(reject) \n" ); document.write( "or \n" ); document.write( "c=3 \n" ); document.write( "speed of the current of the river=3 km/hr \n" ); document.write( " |