document.write( "Question 479227: Elaine jogs and walks to office every day. she averages 4km/hr walking and 8 km/hr jogging. the distance from her house to the office is 6km and she makes a trip in 1 hr. how far does she jog in a trip. \n" ); document.write( "
Algebra.Com's Answer #328479 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Elaine jogs and walks to office every day. \n" ); document.write( " she averages 4km/hr walking and 8 km/hr jogging. the distance from her house to the office is 6km and she makes a trip in 1 hr. \n" ); document.write( " how far does she jog in a trip. \n" ); document.write( ": \n" ); document.write( "Let j = jogging dist \n" ); document.write( "then \n" ); document.write( "(6-j) = walking dist \n" ); document.write( ": \n" ); document.write( "Write a time equation, time = dist/speed \n" ); document.write( ": \n" ); document.write( "jog time + walk time = 1 hr \n" ); document.write( " \n" ); document.write( "multiply eq by 8 to clear the denominators, results: \n" ); document.write( "j + 2(6-j) = 8 \n" ); document.write( "j + 12 - 2j = 8 \n" ); document.write( "j - 2j = 8 - 12 \n" ); document.write( "-j = -4 \n" ); document.write( "j = 4 km his jogging dist \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "check this find the time of each \n" ); document.write( "4/8 + 2/4 = 1 \n" ); document.write( " \n" ); document.write( " |