document.write( "Question 458988: The Danville Express travels 280 mi. at a certain speed. If the speed had been increased by 5 mph, the trip could have been made in 1 hour less time. Find the actual speed. I cannot figure the formula to use to figure this problem. Can you please help me?
\n" );
document.write( " Michele \n" );
document.write( "
Algebra.Com's Answer #315067 by jorel1380(3719) You can put this solution on YOUR website! 280/x=280/(x+5)+1 \n" ); document.write( "280(x+5)=280x+(x)(x+5) \n" ); document.write( "280x+1400=280x+x2+5x \n" ); document.write( "x2+5x-1400=0 \n" ); document.write( "(x+40)(x-35)=0 \n" ); document.write( "x=35 or -40 \n" ); document.write( "Throwing out the negative answer, we get the speed of the Danville Express to be 35 mph \n" ); document.write( "------------- \n" ); document.write( "280/35= 8 hours \n" ); document.write( "280/40= 7 hours.. \n" ); document.write( " |