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)![]() ![]() 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 = \n" ); document.write( "; \n" ); document.write( "Orig speed time + increase speed time = 1 hour \n" ); document.write( " \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( " \n" ); document.write( "in this problem: a=1, b=-35, c=-100 \n" ); document.write( " \n" ); document.write( " \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( " |