document.write( "Question 884670: A car travels 2 hours at uniform speed. If it will slow down to 1/2 of original speed, the car reaches its destination 30 minutes later covering a total distance of 84 km. What is the original speed? \n" ); document.write( "
Algebra.Com's Answer #534569 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A car travels 2 hours at uniform speed. If it will slow down to 1/2 of original speed, the car reaches its destination 30 minutes later covering a total distance of 84 km. What is the original speed? \n" ); document.write( "*** \n" ); document.write( "let x=original speed \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "2x+x/2*1/2=84 \n" ); document.write( "2x+x/4=84 \n" ); document.write( "9x/4=84 \n" ); document.write( "9x=336 \n" ); document.write( "x=37-1/3 km/hr \n" ); document.write( "original speed=37-1/3 km/hr \n" ); document.write( " |