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 #400762 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 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( "** \n" ); document.write( "let x=total distance between the 2 places \n" ); document.write( "ave speed=distance/travel time \n" ); document.write( ".. \n" ); document.write( "travel time=distance/speed \n" ); document.write( "=(x/2)/40+(x/2)/60 \n" ); document.write( "=x/80+x/120 \n" ); document.write( "=(80x+120x)/(80*120) \n" ); document.write( "=200x/9600 \n" ); document.write( ".. \n" ); document.write( "ave speed=x/(200x/9600)=9600/200=48 \n" ); document.write( "average speed of the car=48 km/hr \n" ); document.write( " |