document.write( "Question 778233: Sam and Rachel leave a park at the same time and ride home. Sam rides at 15 km/h and Rachel rides at 11 km/h. Sam gets home 12 minutes before Rachel. How long did it take Sam to ride home from the park? \n" ); document.write( "
Algebra.Com's Answer #474511 by cher781(8)\"\" \"About 
You can put this solution on YOUR website!
Call Sam's time t. Then Rachel's time is t + 12.
\n" ); document.write( "d = st (distance = speed by time). They both covered the same distance, so you can write:
\n" ); document.write( "15t = 11(t + 12)
\n" ); document.write( "15t = 11t + 132
\n" ); document.write( "4t = 132
\n" ); document.write( "t = 33
\n" ); document.write( "It took Sam 33 minutes to get home.
\n" ); document.write( "
\n" );