document.write( "Question 162021: Joel drives his car for 20km at a certain speed.At a distance,he increases his speed by 5 km per hour and drives for an additional 20km.If the total trip taken is 1 hour,what is his original speed? \n" ); document.write( "
Algebra.Com's Answer #119415 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Joel drives his car for 20km at a certain speed; he increases his speed by 5 km
\n" ); document.write( " per hour and drives for an additional 20km. If the total trip taken.
\n" ); document.write( " is 1 hour, what is his original speed?
\n" ); document.write( ":
\n" ); document.write( "Let s = his original speed
\n" ); document.write( "then
\n" ); document.write( "(s+5) = his increased speed
\n" ); document.write( ":
\n" ); document.write( "Write a time equation; Time = \"dist%2Fspeed\"
\n" ); document.write( ";
\n" ); document.write( "Orig speed time + increase speed time = 1 hour
\n" ); document.write( "\"20%2Fs\" + \"20%2F%28%28s%2B5%29%29\" = 1
\n" ); document.write( ";
\n" ); document.write( "Multiply equation by s(s+5), results;
\n" ); document.write( "20(s+5) + 20s = s(s+5)
\n" ); document.write( ":
\n" ); document.write( "20s + 100 + 20x = s^2 + 5s
\n" ); document.write( "40s + 100 = s^2 + 5s
\n" ); document.write( ":
\n" ); document.write( "0 = s^2 + 5s - 40s - 100
\n" ); document.write( "A quadratic equation:
\n" ); document.write( "s^2 - 35s - 100 = 0
\n" ); document.write( "Solve this with the quadratic formula;
\n" ); document.write( " \"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "in this problem: a=1, b=-35, c=-100
\n" ); document.write( "\"s+=+%28-%28-35%29+%2B-+sqrt%28-35%5E2+-+4%2A1%2A-100+%29%29%2F%282%2A1%29+\"
\n" ); document.write( "\"s+=+%2835+%2B-+sqrt%281225+%2B+400+%29%29%2F%282%29+\"
\n" ); document.write( "Do the math here, the positive solution should be:
\n" ); document.write( "s = 37.656 km/hr is the original speed
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "Check solution on a calc:
\n" ); document.write( "20/37.656 + 20/42.656 = .99998 ~ 1\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );