document.write( "Question 376442: If Mindy and Mork are 6.6 miles apart and begin to walk in the same direction, it will take Mork 11 hours to overtake Mindy. If they decided to walk towards each other rather than in the same direction, they would meet in an hour. What are their speeds?\r
\n" );
document.write( "\n" );
document.write( "I realize that there will be two equations, in which one wil be substituted into the other. I just don't know how to set them up. \n" );
document.write( "
Algebra.Com's Answer #267829 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If Mindy and Mork are 6.6 miles apart and begin to walk in the same direction, \n" ); document.write( " it will take Mork 11 hours to overtake Mindy. \n" ); document.write( "If they decided to walk towards each other rather than in the same direction, they would meet in an hour. What are their speeds? \n" ); document.write( ": \n" ); document.write( "Let m = Mork's speed \n" ); document.write( "Let n = Mindy's speed \n" ); document.write( ": \n" ); document.write( "Write a distance equation for each scenario, Dist = time * speed \n" ); document.write( ": \n" ); document.write( "Elimination method would be easier than substitution in this case \n" ); document.write( ": \n" ); document.write( "11(m - n) = 6.6 \n" ); document.write( "and \n" ); document.write( "1(m + n) = 6.6 \n" ); document.write( ": \n" ); document.write( "Divide the 1st equation by 11, add to the 2nd equation \n" ); document.write( "m - n = .6 \n" ); document.write( "m + n = 6.6 \n" ); document.write( "---------------adding eliminates n, find m \n" ); document.write( "2m = 7.2 \n" ); document.write( "m = \n" ); document.write( "m = 3.6 mph is Morks's speed \n" ); document.write( "then using the 2nd equation find n \n" ); document.write( "3.6 + n = 6.6 \n" ); document.write( "n = 6.6 - 3.6 \n" ); document.write( "n = 3 mph is Mindy's speed \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in the 1st equation \n" ); document.write( "11(3.6 - 3) = 6.6 \n" ); document.write( "11(.6) = 6.6; confirms our solutions \n" ); document.write( " \n" ); document.write( " |