document.write( "Question 622109: Arif walks for x hours at 5km/h and runs for y hours at 10km/h. He travels a total of 35km and his average speed is 7km/h. Find the value of x and y.\r
\n" );
document.write( "\n" );
document.write( "I have worked out that distance divided by speed = time which is 5 hours but got stuck from there - not sure how to divide the walking and running so that the average speed = 7km/h. \r
\n" );
document.write( "\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #391120 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Arif walks for x hours at 5km/h and runs for y hours at 10km/h. He travels a total of 35km and his average speed is 7km/h. Find the value of x and y. \n" ); document.write( "--------------- \n" ); document.write( "5x + 10y = 35 (distance) --> x + 2y = 7 \n" ); document.write( "t = d/r = 35/7 = 5 hours \n" ); document.write( "x + y = 5 \n" ); document.write( "x + 2y = 7 \n" ); document.write( "---------------- Subtract \n" ); document.write( "-y = -2 \n" ); document.write( "y = 2 \n" ); document.write( "x = 3 \n" ); document.write( " \n" ); document.write( " |