document.write( "Question 920200: If the average speed of a train was increased 10mph, the 300 mile trip it takes would require 1 hour less time. What is the new speed? \r
\n" );
document.write( "\n" );
document.write( "I tried using the formula for distance: Distance = rate x time
\n" );
document.write( "I used time = distance/ rate and got:
\n" );
document.write( "300/ x+10 = 300/x+10
\n" );
document.write( "but I don't think that works.
\n" );
document.write( "Thanks for helping. \n" );
document.write( "
Algebra.Com's Answer #558213 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! t = D/r \n" ); document.write( " \n" ); document.write( "300(x+10) - 300x = 1x(x+10) \n" ); document.write( "x^2 + 10x - 3000 = 0 (Tossing out the negative solution for unit measure) \n" ); document.write( "(x+60)(x-50) = 0 \n" ); document.write( "x = 50mph. New Speed 60mph (50+10) \n" ); document.write( "and...checking \n" ); document.write( "6hr - 5hr = 1hr \n" ); document.write( " |