document.write( "Question 705983: Hayley paddles her kayak at a speed of 9 km/h. Every morning she paddles 10 km down the river by her house and back
\n" );
document.write( "Write an equation that represents Hayley's total paddling time t, where x is the speed of the river's current. \n" );
document.write( "
Algebra.Com's Answer #434912 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Hayley paddles her kayak at a speed of 9 km/h. Every morning she paddles 10 km down the river by her house and back \n" ); document.write( "Write an equation that represents Hayley's total paddling time t, where x is the speed of the river's current. \n" ); document.write( "** \n" ); document.write( "let x=speed of current in km/hr \n" ); document.write( "let t=total paddling time in hrs \n" ); document.write( "given speed of kayak=9 \n" ); document.write( "speed of kayak downstream=(9+x) \n" ); document.write( "speed of kayak uptream=(9-x) \n" ); document.write( "travel time=distance/speed (for downstream and upstream) \n" ); document.write( "t=10/(9+x)+10/(9-x) \n" ); document.write( "t=10(9-x)+10(9+x) \n" ); document.write( "t=[90-10x+90+10x]/(9+x)(9-x) \n" ); document.write( "t=180/(9+x)(9-x) \n" ); document.write( " |