document.write( "Question 38369: Kara floats from Barber Park to Eagle Island at 6 km/h.
\n" );
document.write( "She returns by motorboat at 18 km/h.
\n" );
document.write( "The float trip takes 4 hours longer than the motorboat trip.
\n" );
document.write( "How many kilometers is it from Barber Park to Eagle Island? \n" );
document.write( "
Algebra.Com's Answer #23851 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Remember D = RT, distance = rate*time. \n" ); document.write( "Let the time for the initial trip be t. \n" ); document.write( "The return trip time is t - 4. \n" ); document.write( "The distances are equal so \n" ); document.write( "6t = 18(t - 4) \n" ); document.write( "6t = 18t - 72 \n" ); document.write( "-12t = -72 \n" ); document.write( "t = 6 hours \n" ); document.write( "Thus the distance is 6t or 36 km. \n" ); document.write( " |