document.write( "Question 1033255: Kellen's boat travels 12 mph. Find the rate of the river current if she can travel 6mi upstream in the same amount of time she can go 10mi downstream.(let x = rate of the current) \n" ); document.write( "
Algebra.Com's Answer #647806 by addingup(3677)![]() ![]() You can put this solution on YOUR website! distance = rate*time \n" ); document.write( "Let x = rate of the current (this is what the problem says) \n" ); document.write( "6/(12-x) = 10/(12+x) \n" ); document.write( "cross multiply: \n" ); document.write( "72+6x = 120-10x \n" ); document.write( "16x = 48 \n" ); document.write( "x = 3 this is the speed of the current. \n" ); document.write( " |