document.write( "Question 766601: In 6 hours Renu walks 6 km more than Kopila walks in 3 hours and in 8 hours Kopila walks 12 km more than renu walks in 9 hours .Find their speed in km per hour. \n" ); document.write( "
Algebra.Com's Answer #467108 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In 6 hours Renu walks 6 km more than Kopila walks in 3 hours and in 8 hours Kopila walks 12 km more than renu walks in 9 hours .Find their speed in km per hour. \n" ); document.write( "*** \n" ); document.write( "let x=Renu's walking speed \n" ); document.write( "let y=Kopila's walking speed \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "6x-3y=6 \n" ); document.write( "8y-9x=12 \n" ); document.write( ".. \n" ); document.write( "6x-3y=6 \n" ); document.write( "-9x+8y=12 \n" ); document.write( ".. \n" ); document.write( "48x-24y=48 \n" ); document.write( "-27x+24y=36 \n" ); document.write( "add \n" ); document.write( "21x=84 \n" ); document.write( "x=3 \n" ); document.write( "3y=6x-6=18-6=12 \n" ); document.write( "Renu's walking speed=3 km/hr \n" ); document.write( "Kopila's walking speed=12 km/hr \n" ); document.write( " |