document.write( "Question 80688: Steve traveled 200 miles at a certain speed. Had he gone 10mph faster, the trip would have taken 1 hour less. Find the speed of his vehicle. \n" ); document.write( "
Algebra.Com's Answer #57851 by ptaylor(2198)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "distance(d) equals rate(r) times time(t) or d=rt; t=d/r and r=d/t\r
\n" ); document.write( "\n" ); document.write( "let r=initial speed\r
\n" ); document.write( "\n" ); document.write( "travel time at initial speed =200/r\r
\n" ); document.write( "\n" ); document.write( "travel time at 10 mph faster=200/(r+10)\r
\n" ); document.write( "\n" ); document.write( "Now we are told that the travel time at 10 mph faster (200/(r+10)) is 1 hour less than the travel time at the initial speed (200/r). So our equation to solve is:\r
\n" ); document.write( "\n" ); document.write( "(200/r)-1=200/(r+10) multiply both sides by r(r+10) to get rid of fractions\r
\n" ); document.write( "\n" ); document.write( "200(r+10)-r(r+10)=200r get rid of parens\r
\n" ); document.write( "\n" ); document.write( "200r+2000-r^2-10r=200r subtract 200r from both sides\r
\n" ); document.write( "\n" ); document.write( "200r-200r+2000-r^2-10r=200r-200r collect like terms\r
\n" ); document.write( "\n" ); document.write( "2000-r^2-10r=0 multiply each term by -1\r
\n" ); document.write( "\n" ); document.write( "r^2+10r-2000=0 quadratic in standard form and it can be factored.
\n" ); document.write( "(Note: If the A coefficient of a quadratic is 1, then the B coefficient will be the sum of the factors of the C coefficient. In this case, the factors of -2000 that add up to +10 are +50 and -40)\r
\n" ); document.write( "\n" ); document.write( "(r+50)(r-40)=0
\n" ); document.write( "r=-50 mph-------------------------discount negative speed\r
\n" ); document.write( "\n" ); document.write( "and
\n" ); document.write( "r=40 mph-------------------------------initial speed\r
\n" ); document.write( "\n" ); document.write( "Check\r
\n" ); document.write( "\n" ); document.write( "200/40=5 hr
\n" ); document.write( "200/50=4 hr
\n" ); document.write( "5 hr - 4 hr =1 hr\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );