document.write( "Question 493396: a boy on his bicycle intends to arrive at a certain time to a town that is 30 km away from his home . after riding 10 km, he rested for half an hour and as a result he was obliged to ride the rest of the trip 2km/hr faster . what was his original speed ? \n" ); document.write( "
Algebra.Com's Answer #335383 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a boy on his bicycle intends to arrive at a certain time to a town that is 30 km away from his home . \n" ); document.write( "after riding 10 km, he rested for half an hour and as a result he was obliged to ride the rest of the trip 2km/hr faster . \n" ); document.write( "what was his original speed? \n" ); document.write( ": \n" ); document.write( "Let s = his original speed \n" ); document.write( "then \n" ); document.write( "(s+2) = his faster speed \n" ); document.write( ": \n" ); document.write( "Write a time equation; Time = dist/speed \n" ); document.write( ": \n" ); document.write( "Required time = faster time + half an hr \n" ); document.write( " \n" ); document.write( "multiply by s(s+2) \n" ); document.write( "s(s+2)* \n" ); document.write( ": \n" ); document.write( "Cancel the denominators \n" ); document.write( "30(s+2) = 30s + .5s^2 + 1s \n" ); document.write( "30s + 60 = 30s + .5s^2 + s \n" ); document.write( ": \n" ); document.write( "Arrange as quadratic equation on the right \n" ); document.write( "0 =.5s^2 + 30s - 30s + s - 60 \n" ); document.write( ".5s^2 + s - 60 = 0 \n" ); document.write( ": \n" ); document.write( "multiply by 2 (make the coefficient of s^2 = 1, easier to factor) \n" ); document.write( "s^2 + 2s - 120 = 0 \n" ); document.write( ": \n" ); document.write( "Factors to \n" ); document.write( "(s+12)(s-10) = 0 \n" ); document.write( ": \n" ); document.write( "the positive solution \n" ); document.write( "s = 10 km/hr is his original speed \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the actual time for each scenario \n" ); document.write( "30/10 = 3hrs \n" ); document.write( "30/12 = 2.5 hrs + half hr rest = 3hrs \n" ); document.write( " |