document.write( "Question 592773: At the beginning of a walk, roberto and juanita are 9.9 miles apart. If they leave at the same time and walk in the same direction, Roberto overtakes Juanita in 11 hours. If they walk towards eachother, they met in 1 hour.What are their speeds? \n" ); document.write( "
Algebra.Com's Answer #376131 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! At the beginning of a walk, Roberto and Juanita are 9.9 miles apart. \n" ); document.write( " If they leave at the same time and walk in the same direction, Roberto overtakes Juanita in 11 hours. \n" ); document.write( " If they walk towards each other, they met in 1 hour. \n" ); document.write( "What are their speeds? \n" ); document.write( ": \n" ); document.write( "Let r = R's walking speed \n" ); document.write( "Let j = J's walking speed \n" ); document.write( "then \n" ); document.write( "(r+j) = effective speed when walking towards each other \n" ); document.write( "(r-j) = effective speed when walking the same direction \n" ); document.write( ": \n" ); document.write( "Write a distance equation for each scenario \n" ); document.write( ": \n" ); document.write( "11(r-j) = 9.9 \n" ); document.write( " 1(r+j) = 9.9 \n" ); document.write( "Divide both sides of the 1st equation by 11, add to the 2nd equation \n" ); document.write( "r - j = 9.9/11 \n" ); document.write( "r - j = 0.9 \n" ); document.write( "r + j = 9.9 \n" ); document.write( "--------------adding eliminates j, find r \n" ); document.write( "2r = 10.8 \n" ); document.write( "r = 10.8/2 \n" ); document.write( "r = 5.4 mph is R's speed \n" ); document.write( ": \n" ); document.write( "Use the 2nd equation to find j \n" ); document.write( "5.4 + j = 9.9 \n" ); document.write( "j = 9.9 - 5.4 \n" ); document.write( "j = 4.5 mph is J's speed \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check these solutions in the 1st equation \n" ); document.write( "11(5.4-4.5) = \n" ); document.write( "11(.9) = 9.9; confirms our solutions of r=5.4; j=4.5 \n" ); document.write( " \n" ); document.write( " |