document.write( "Question 998581: two person 27 kilometers apart start at the same time are together in 9 hours if they walk in the same direction but 3 hours if they walk in the opposite directions find out the rate of walking of each ?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #616369 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! two person 27 kilometers apart start at the same time are together in 9 hours if they walk in the same direction \n" ); document.write( " but 3 hours if they walk in the opposite directions \n" ); document.write( " find out the rate of walking of each ? \n" ); document.write( ": \n" ); document.write( "let a = the walking rate of the 1st person which is the fastest walker \n" ); document.write( "let b = the walking rate of the 2nd person \n" ); document.write( ": \n" ); document.write( "Write a distance equation for each scenario \n" ); document.write( ": \n" ); document.write( "9(a - b) = 27; walking the same direction \n" ); document.write( "3(a + b) = 27; walking in opposite directions \n" ); document.write( ": \n" ); document.write( "We can simplify both equations, divide the 1st eq by 9, the 2nd eq by 3: \n" ); document.write( "a - b = 3 \n" ); document.write( "a + b = 9 \n" ); document.write( "-------------Adding eliminates b , find a \n" ); document.write( "2a = 12 \n" ); document.write( "a = 12/2 \n" ); document.write( "a = 6 km/hr, 1st person's rate \n" ); document.write( "then \n" ); document.write( "6 + b = 9 \n" ); document.write( "b = 3 km/hr, 2nd person's rate \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "you can confirm these solutions in the both original equations \n" ); document.write( " |