document.write( "Question 229387:  Carrie walks at 3mph
\n" );
document.write( "Crystal rides bike at 9mph\r
\n" );
document.write( "\n" );
document.write( "carrie takes 20 minutes longer than Crystal to get to school.
\n" );
document.write( "They live the same distance from school.
\n" );
document.write( "What is the distance to school?\r
\n" );
document.write( "\n" );
document.write( "This is what I have, not making sense?
\n" );
document.write( "d=rxt
\n" );
document.write( "d= 3 x (t + 20)  \n" );
document.write( "
| Algebra.Com's Answer #170151 by scott8148(6628)     You can put this solution on YOUR website! you know the rates \n" ); document.write( "the distances are equal \n" ); document.write( "solve for the time and then substitute to find the distance \n" ); document.write( "(remember: 20 min is 1/3 hr)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3(t + 1/3) = 9 (t) ___ 3t + 1 = 9t ___ 1 = 6t ___ 1/6 = t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ d = 9(1/6) = 9/6 = 1.5 mi \n" ); document.write( " |