document.write( "Question 1179934: Justin can run 10 km in the same amount of time that Leo can run 12 km. if Leo can run 1 kph faster than Justin, how fast can Leo run? \n" ); document.write( "
Algebra.Com's Answer #809504 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Justin can run 10 km in the same amount of time that Leo can run 12 km. if Leo can run 1 kph faster than Justin, how fast can Leo run? \n" ); document.write( "let Justin's speed be x km/h \n" ); document.write( "Leo's speed = x+1 km/h\r \n" ); document.write( "\n" ); document.write( "Justin's time = 10/x\r \n" ); document.write( "\n" ); document.write( "Leo's time = 12/(x+1)\r \n" ); document.write( "\n" ); document.write( "Both times are equal \n" ); document.write( "10/x = 12/(x+1)\r \n" ); document.write( "\n" ); document.write( "10(x+1) =12x\r \n" ); document.write( "\n" ); document.write( "10x +10 =12x \n" ); document.write( "2x=10 \n" ); document.write( "x= 5 Justin's speed\r \n" ); document.write( "\n" ); document.write( "Leo's speed = 6 km/h \n" ); document.write( " |