document.write( "Question 839257: A truck takes 1/2 hour more than a car to travels distance of 125 km. If the speed of the truck is 50 km/h, what is the speed of the truck?
\n" );
document.write( "I've tried using the speed for formula but I got weird answers like 6 and 2.5 \n" );
document.write( "
Algebra.Com's Answer #505630 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! Did you mean the speed of the car?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance = speed * time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the truck: \n" ); document.write( "125 = 50 * t \n" ); document.write( "t = 125/50 = 2.5 hours\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the car, because it takes 1/2 hours (= 0.5 hours) less than the truck, it needs 2 hours (2.5 - 0.5 = 2) to travel distance of 125 km. \n" ); document.write( "So, the speed of the car: \n" ); document.write( "125 = speed * 2 \n" ); document.write( "speed = 125/2 = 62.5 km/h\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |