document.write( "Question 474354: At the beginning of a walk, Roberto and Juanita are 4.4 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 each other, they meet in 1 hour. What are their speeds? \n" ); document.write( "
Algebra.Com's Answer #325360 by mananth(16946)![]() ![]() You can put this solution on YOUR website! roberto speed = x \n" ); document.write( "Jaunita speed = y\r \n" ); document.write( "\n" ); document.write( "same direction\r \n" ); document.write( "\n" ); document.write( "y-x catch up speed of Roberto \n" ); document.write( "Catch up distance = 4.4\r \n" ); document.write( "\n" ); document.write( "t=d/r \n" ); document.write( "11= 4.4/(y-x) \n" ); document.write( "y-x= 4.4/11 \n" ); document.write( "y-x = 0.44.............1\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "opposite direction combined speed = x+y \n" ); document.write( "distance =4.4 \n" ); document.write( "meeting time = 1 hour\r \n" ); document.write( "\n" ); document.write( "4.4/(x+y)=1 \n" ); document.write( "x+y = 4.4.................2\r \n" ); document.write( "\n" ); document.write( "add 1 & 2\r \n" ); document.write( "\n" ); document.write( "2y=4.84 \n" ); document.write( "y = 2.42 mph speed of Roberto \n" ); document.write( "y-x = 0.44 \n" ); document.write( "plug value of y \n" ); document.write( "2.42-x=0.44 \n" ); document.write( "-x=-1.98 \n" ); document.write( "x= 1.98 mph speed of Jaunita \n" ); document.write( " |