document.write( "Question 323663: At the beginning of a walk, Roberto and Juanita are 5.5 miles apart. If they leave at the same time and walk in the same direction, Roberto overtakes Juanita in 11 hours. If they walk toward each other, they meet in 1 hour. What are their speeds? \n" ); document.write( "
Algebra.Com's Answer #231741 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
At the beginning of a walk, Roberto and Juanita are 5.5 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 toward each other, they meet in 1 hour. What are their speeds?
\n" ); document.write( ":
\n" ); document.write( "Let r = Roberto's speed
\n" ); document.write( "Let j = Juanita's speed
\n" ); document.write( ":
\n" ); document.write( "Write a time equation for each scenario, simplify; (Time = dist/speed)
\n" ); document.write( ":
\n" ); document.write( "\"5.5%2F%28r+%2B+j%29\" = 1; walking toward each other
\n" ); document.write( "multiply by (r+j)
\n" ); document.write( "5.5 = r + j
\n" ); document.write( "and
\n" ); document.write( "\"5.5%2F%28r+-+j%29\" = 11; walking the same direction
\n" ); document.write( "multiply by r - j
\n" ); document.write( "5.5 = 11(r - j)
\n" ); document.write( "divide both sides by 11
\n" ); document.write( ".5 = r - j
\n" ); document.write( ":
\n" ); document.write( "Arrange the two simplified equation for elimination
\n" ); document.write( "r + j = 5.5
\n" ); document.write( "r - j = .5
\n" ); document.write( "-------------addition eliminates j, find r
\n" ); document.write( "2r = 6
\n" ); document.write( "r = 3 mph is Robert's speed
\n" ); document.write( "Find j
\n" ); document.write( "r + j = 5.5
\n" ); document.write( "3 + j = 5.5
\n" ); document.write( "j = 5.5 - 3
\n" ); document.write( "j = 2.5 mph is Juanita's speed
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution by finding the times using these values
\n" ); document.write( "5.5/(3-2.5) = 11
\n" ); document.write( "5.5/(3+2.5) = 1; confirms our solution
\n" ); document.write( "
\n" ); document.write( "
\n" );