document.write( "Question 401154: A driver travels 10 miles to work at a constant speed and travels the same distance home at a constant speed. His speed on the return trip was fifteen miles per hour faster, and the total time for both trips was one hour. Find his speed on the way to work. \n" ); document.write( "
Algebra.Com's Answer #283846 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A driver travels 10 miles to work at a constant speed and travels the same distance home at a constant speed. His speed on the return trip was fifteen miles per hour faster, and the total time for both trips was one hour. Find his speed on the way to work.
\n" ); document.write( "--------------------
\n" ); document.write( "To work DATA:
\n" ); document.write( "distance = 10 miles ; rate = x mph ; time = d/r = 10/x hrs.
\n" ); document.write( "---------------------
\n" ); document.write( "From work DATA:
\n" ); document.write( "distance= 10 miles; rate = x+15 mph ; time = d/r = 10/(x+15) hrs
\n" ); document.write( "===========================
\n" ); document.write( "Equation:
\n" ); document.write( "time + time = 1 hr.
\n" ); document.write( "10/x + 10/(x+15) = 1
\n" ); document.write( "Multiply thru by x(x+15) to get:
\n" ); document.write( "10(x+15) + 10x = x(x+15)
\n" ); document.write( "20x+150 = x^2+15x
\n" ); document.write( "---
\n" ); document.write( "x^2-5x-150 = 0
\n" ); document.write( "(x-15)(x+10) = 0
\n" ); document.write( "Positive solution:
\n" ); document.write( "x = 15
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=======================
\n" ); document.write( "
\n" );