document.write( "Question 13066: Two girls are 60 miles apart. Leaving at the same time, mary will travel 21 miles/hr and sally will travel 15miles/hr. when will the meet. Please help with the formula.
\n" );
document.write( "PL \n" );
document.write( "
Algebra.Com's Answer #6596 by glabow(165) ![]() You can put this solution on YOUR website! Assume you know where they will meet and call it M. How long does it take Mary to get to M? The answer is 21 mi/hr times x hours. So, we have \n" ); document.write( "21x = M \n" ); document.write( "How long does it take Sally to get to M? The answer is that she must travel the distance that takes her to M starting at 60 mi. And that is 60-M. So, we have \n" ); document.write( "15x = 60-M \n" ); document.write( "Substituting the value of M from the first equation into the second we get \n" ); document.write( "15x = 60 - 21x \n" ); document.write( "36x = 60 \n" ); document.write( "x = 5/3 \n" ); document.write( "This says that after 5/3 of an hour Mary will have travelled 35 miles (21 x 5/3) and \n" ); document.write( "Sally will have travelled 25 miles (15 x 5/3). \n" ); document.write( "Checking: 35 miles + 25 miles = 60 miles. \n" ); document.write( " \n" ); document.write( " |