document.write( "Question 102404: Mary and Jocelyn are sisters. They left the school at 3:00 P.M. and bicycled home along the same bike path. Mary bicycled at a speed of 12 mi/h. Jocelyn bicycled at 9 mi/h. Mary got home 15 min. before Jocelyn. How long did it take Mary to get home?
\n" ); document.write( "Define a variable(s), set up and solve.
\n" ); document.write( "

Algebra.Com's Answer #74493 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
In these kind of problems, bikes, trains, boats, etc. it
\n" ); document.write( "really helps if the first question you ask is \"what is the
\n" ); document.write( "same for both?\" In this case it's the distance from school to home,
\n" ); document.write( "and also, they both start at 3 PM.
\n" ); document.write( "Notice everything else is different.
\n" ); document.write( "\"d+=+r%2At\" holds true for both
\n" ); document.write( "For Mary,
\n" ); document.write( "\"t%5BM%5D+=+t%5BJ%5D+-+15\" in minutes
\n" ); document.write( "\"r%5BM%5D+=+12\" in mi/hr
\n" ); document.write( "For Jocelyn,
\n" ); document.write( "\"r%5BJ%5D+=+9\" in mi/hr
\n" ); document.write( "Now write equations
\n" ); document.write( "\"d%5BM%5D+=+d%5BJ%5D\" because they're going the same distance, so call
\n" ); document.write( "them both \"d\"
\n" ); document.write( "\"d+=+r%5BM%5D%2At%5BM%5D\"
\n" ); document.write( "\"d+=+r%5BM%5D%2A%28t%5BJ%5D+-+.25%29\" (Note I converted 15 minutes to .25 hrs)
\n" ); document.write( "\"d+=+12%2A%28t%5BJ%5D+-+.25%29\"
\n" ); document.write( "Now for Jocelyn,
\n" ); document.write( "\"d+=+r%5BJ%5D%2At%5BJ%5D\"
\n" ); document.write( "\"d+=+9%2At%5BJ%5D\"
\n" ); document.write( "Now set the equations equal to eachother
\n" ); document.write( "\"12%2A%28t%5BJ%5D+-+.25%29+=+9%2At%5BJ%5D\"
\n" ); document.write( "\"12%2At%5BJ%5D+-+3+=+9%2At%5BJ%5D\"
\n" ); document.write( "\"3%2At%5BJ%5D+=+3\"
\n" ); document.write( "\"t%5BJ%5D+=+1\" in hours
\n" ); document.write( "Mary got home a quarter hour before Jocelyn, so
\n" ); document.write( "\"t%5BM%5D+=+.75\" in hours
\n" ); document.write( "Or, Mary's time was 45 minutes
\n" ); document.write( "You should chck these answers by putting them back in the
\n" ); document.write( "original equations
\n" ); document.write( "\"d+=+12%2A%28t%5BJ%5D+-+.25%29\"
\n" ); document.write( "\"d+=+12%2A%281+-+.25%29\"
\n" ); document.write( "\"d+=+12%2A%283%2F4%29\"
\n" ); document.write( "\"d+=+9\" in miles
\n" ); document.write( "and
\n" ); document.write( "\"d+=+9%2At%5BJ%5D\"
\n" ); document.write( "\"d+=+9%2A1\"
\n" ); document.write( "\"d+=+9\" in miles
\n" ); document.write( "So, you get the same answer for school - home distance
\n" ); document.write( "
\n" );