document.write( "Question 352110: The speed of a motor boat in still water is 60 kilometers per hour .it goes 100 kilometers up the rivers and then comes the 100 kilometers back in total of 12 hours .what is the speed of the current of the river? \r
\n" );
document.write( "\n" );
document.write( "Please help me solve this equation. \n" );
document.write( "
Algebra.Com's Answer #251578 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The speed of a motor boat in still water is 60 kilometers per hour .it goes 100 kilometers up the rivers and then comes the 100 kilometers back in total of 12 hours .what is the speed of the current of the river? \n" ); document.write( "--------------------------------- \n" ); document.write( "Up-river DATA: \n" ); document.write( "rate = 60-c km/h ; distance = 100 km ; time = d/r = 100/(60-c) hrs \n" ); document.write( "------------------------------------ \n" ); document.write( "Down-river DATA: \n" ); document.write( "rate = 60+c km/h ; distance = 100 km ; time = d/r = 100/(60+c) hrs \n" ); document.write( "=============================== \n" ); document.write( "Equation: \n" ); document.write( "time + time = 12 hrs \n" ); document.write( "--- \n" ); document.write( "100/(60+c)+100/(60-c) = 12 \n" ); document.write( "--------------- \n" ); document.write( "100(60-c)+100(60+c) = 12(60-c)(60+c) \n" ); document.write( "200(60) = 12(60^2-c^2) \n" ); document.write( "1000 = 60^2-c^2 \n" ); document.write( "c^2 = 2600 \n" ); document.write( "c = 50.99 km/h \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |