document.write( "Question 449826: I'm not sure if this is the right topic, but I'm going to give it a shot.
\n" );
document.write( "Boating on a lake. The Clarke family went sailing on a lake. Their boat average 6 kilometers per hour. The Rourke family took their outboard runabout for a trip in the lake for the same amount of time. Their boat averaged 14 kilometers per hour. The Rourke family traveled 20 kilometers farther than the Clarke family. How many hours did each family spend on their boat trip?\r
\n" );
document.write( "\n" );
document.write( "Please help me with this problem, because I'm not able to figure it myself and please include the steps so in the future I can be able to figure out problems, just like it.\r
\n" );
document.write( "\n" );
document.write( "Thank you, \n" );
document.write( "
Algebra.Com's Answer #309392 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The Clarke family went sailing on a lake. Their boat average 6 kilometers per hour. \n" ); document.write( " The Rourke family took their outboard runabout for a trip in the lake for the same amount of time. \n" ); document.write( " Their boat averaged 14 kilometers per hour. \n" ); document.write( " The Rourke family traveled 20 kilometers farther than the Clarke family. \n" ); document.write( " How many hours did each family spend on their boat trip? \n" ); document.write( ": \n" ); document.write( "let d = distance traveled by c \n" ); document.write( "then \n" ); document.write( "(d+20) = dist traveled by r \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed (travel time given as the same for both families) \n" ); document.write( ": \n" ); document.write( "R's time = C's time \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "14d = 6(d+20) \n" ); document.write( "14d = 6d + 120 \n" ); document.write( "14d - 6d = 120 \n" ); document.write( "8d = 120 \n" ); document.write( "d = \n" ); document.write( "d = 15 mi traveled by C family \n" ); document.write( ": \n" ); document.write( "Find the time \n" ); document.write( "15/6 = 2.5 hrs \n" ); document.write( ": \n" ); document.write( "Confirm the time using R family travel time \n" ); document.write( "(15+20)/14 = 2.5 hrs \n" ); document.write( " |