document.write( "Question 728536: Two crews working toward each other are 18 miles apart. They meet after 3 hours. one of them works at a rate of 2 miles per hour faster than the other. find the two rates.\r
\n" );
document.write( "\n" );
document.write( "I know that RxT=D. So I set up a box with = being 18. I know that they meet after 3 hours, so my total was 3. I also know that one worker (x) is working 2 miles faster than the other, so x+2=18...I think, but I'm not sure I'm on the right track. \n" );
document.write( "
Algebra.Com's Answer #445490 by josgarithmetic(39799) ![]() You can put this solution on YOUR website! You could make a data table this way:\r \n" ); document.write( "\n" ); document.write( "Let r = the rate of the slower team (arbitrary if you make r for slower team or faster team);\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Team____________rate____________time______________distance worked \n" ); document.write( "Slow____________r_______________3_________________r*3 \n" ); document.write( "Fast____________r+2_____________3_________________(r+2)*3 \n" ); document.write( "Total__________________________ __________________18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You might be able to think of their rates as additive, even without making a table like shown above. The sum of their distances worked in the three hour time period is the original gap between them of 18 miles. |