document.write( "Question 452586: increasing the average speed of a car by 12 mph results in a 189 mile trip taking an hour less than before. What was the orginal average speed of the car? \n" ); document.write( "
Algebra.Com's Answer #311321 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 189/x=189/(x+12)+1 \n" ); document.write( "189(x+12)=189(x)+x2+12x \n" ); document.write( "189x+2268=189x+x2+12x \n" ); document.write( "x2+12x-2268=0 \n" ); document.write( "(x+58)(x-46)=0 \n" ); document.write( "x=46 or -58 \n" ); document.write( "Throwing out the negative answer, we get the original speed of the car to be 46 mph.. \n" ); document.write( " |