document.write( "Question 830844: An automobile travels 280 km at a certain speed. If the speed had been 5km/h faster, the trip would've been made in one hours less time. Find the original speed of the automobile. \n" ); document.write( "
Algebra.Com's Answer #500940 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An automobile travels 280 km at a certain speed. If the speed had been 5km/h faster, the trip would've been made in one hours less time. Find the original speed of the automobile. \n" ); document.write( ".. \n" ); document.write( "let x=original speed of auto \n" ); document.write( "x+5=speed of auto resulting in one hour less travel time \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "280x+1400-280x=x(x+5) \n" ); document.write( "1400=x^2+5x \n" ); document.write( "x^2+5x-1400=0 \n" ); document.write( "(x+40)(x-35)=0 \n" ); document.write( "x=-40 (reject, x>0) \n" ); document.write( "or \n" ); document.write( "x=35 \n" ); document.write( "original speed of the automobile=35 km/hr \n" ); document.write( " \n" ); document.write( " |