document.write( "Question 905715: The smith family drove to the beach at 75 kilometers per hour. they returned later, in heavy traffic, at 50 kilometers and hour. The return trip took 2 hours longer than the trip to the beach. how long did it take to get home \n" ); document.write( "
Algebra.Com's Answer #549354 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The smith family drove to the beach at 75 kilometers per hour. they returned later, in heavy traffic, at 50 kilometers and hour. The return trip took 2 hours longer than the trip to the beach. how long did it take to get home.
\n" ); document.write( "***
\n" ); document.write( "let x=travel time to the beach
\n" ); document.write( "x+2=travel time to get home
\n" ); document.write( "distance=speed*travel time
\n" ); document.write( "..
\n" ); document.write( "75x=50(x+2)
\n" ); document.write( "75x=50x+100
\n" ); document.write( "25x=100
\n" ); document.write( "x=4
\n" ); document.write( "x+2=6
\n" ); document.write( "how long did it take to get home? 6 hrs
\n" ); document.write( "
\n" ); document.write( "
\n" );