document.write( "Question 636128: a car covers the first half of the distance between two places at a speed of 40km/hr and second half at 60 km/hr . calculate the average speed of the car \n" ); document.write( "
Algebra.Com's Answer #400755 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a car covers the first half of the distance between two places at a speed of \n" ); document.write( " 40km/hr and second half at 60 km/hr . calculate the average speed of the car \n" ); document.write( ": \n" ); document.write( "let a = average speed for the trip \n" ); document.write( "let d = half the distance \n" ); document.write( ": \n" ); document.write( "write a time equation, time = dist/speed \n" ); document.write( " \n" ); document.write( "we don't need d, divide thru by d and you have \n" ); document.write( " \n" ); document.write( "multiply by 120a to clear the denominators, results: \n" ); document.write( "3a + 2a = 120(2) \n" ); document.write( "5a = 240 \n" ); document.write( "a = 240/5 \n" ); document.write( "a = 48 km/hr \n" ); document.write( " \n" ); document.write( " |