document.write( "Question 1138223: Andrew travelled a distance of 39 km by jogging for 4 hours and cycling for 3 hours. He could havetravelledthesamedistancebyjoggingfor7hoursandcyclingfor2hours. Find the speed at which he was jogging and the speed at which he was cycling. \n" ); document.write( "
Algebra.Com's Answer #756047 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "4j+3c = 39 \n" ); document.write( "7j+2c = 39 \n" ); document.write( "Solve the pair of linear equations by any method you choose. \n" ); document.write( "Here is a method you might not have seen that works very nicely for this problem. \n" ); document.write( "Continue the pattern shown by the two equations: \n" ); document.write( "4j+3c = 39 \n" ); document.write( "7j+2c = 39 (3 more hours jogging and 1 less hour cycling gives the same total distance) \n" ); document.write( "10j+c = 39 (continue the pattern of 3 more hours jogging and 1 less hour cycling) \n" ); document.write( "13j = 39 \n" ); document.write( "So j = 39/13 = 3; his jogging speed is 3km/hr. \n" ); document.write( "Then combining that with the first equation gives c = 9. \n" ); document.write( "ANSWER: jogging 3km/hr; cycling 9km/hr \n" ); document.write( " |