document.write( "Question 534095: Josh is skating a pond. He moves at 10 mph going from one end to the other, but on his way back he comes 5 mph. It took him one hour. How long is the pond?\r
\n" );
document.write( "\n" );
document.write( "i tried 10(x-1) + 5(x) \n" );
document.write( "
Algebra.Com's Answer #351278 by Alan3354(69443) You can put this solution on YOUR website! Josh is skating a pond. He moves at 10 mph going from one end to the other, but on his way back he comes 5 mph. It took him one hour. How long is the pond? \n" ); document.write( "-------------- \n" ); document.write( "The avg speed for the round trip is \n" ); document.write( "2*10*5/(10+5) = 100/15 mi/hr \n" ); document.write( "d = r*t = (100/15) mi/hr * 1hr = 20/3 miles RT \n" ); document.write( "--> 10/3 miles one-way \n" ); document.write( "------------- \n" ); document.write( "Avg speed for a round trip is alway 2*r1*r2/(r1 + r2) \n" ); document.write( "You can work that out, or take my word for it. \n" ); document.write( " \n" ); document.write( " |