document.write( "Question 998576: in six hours A walks 10 kilometers more than B in five hours and in 8 hours B walks 7 kilometers more than A does in 5 hours what are the speeds of each person? \n" ); document.write( "
Algebra.Com's Answer #616339 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their rates A and B. The equations become (since rate times time = distance): \n" ); document.write( "6A - 5B = 10 \n" ); document.write( "8B - 5A = 7 (or -5A + 8B = 7) \n" ); document.write( "Now solve this system of equations...multiply appropriately to get \n" ); document.write( "30A - 25B = 50 \n" ); document.write( "-30A + 48B = 42 \n" ); document.write( "When we add these we get \n" ); document.write( "23B = 92 and \n" ); document.write( "B = 4 km/hr \n" ); document.write( "A can be found by substituting into the first equation \n" ); document.write( "6A - 5(4) = 10 \n" ); document.write( "6A = 30 \n" ); document.write( "A = 5 km/hr \n" ); document.write( " |