SOLUTION: a takes 4 hours more than b to walk 30km. if he doubles his speed,he takes 1hourless time than b. find the rate of walking

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: a takes 4 hours more than b to walk 30km. if he doubles his speed,he takes 1hourless time than b. find the rate of walking      Log On


   



Question 540484: a takes 4 hours more than b to walk 30km. if he doubles his speed,he takes 1hourless time than b. find the rate of walking
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
a takes 4 hours more than b to walk 30km. if he doubles his speed,he takes 1hourless time than b. find the rate of walking
-----
A DATA:
distance = 30 km ; time = (x+4) hrs ; rate = 30/(x+4) km/hr
-------------
B DATA:
distance = 30 km ; time = x hrs ; rate = 30/x km/hr
-----
A DATA: when speed doubled:
distance = 30 km ; rate = 60/(x+4) km/hr ; time = 30/[60(x+4)] hrs
----
Equation:
B time - new A time = 1 hr
x - [30/(60(x+4)) = 1
---
x - (1/(2x+8)) = 1
2x^2+8x - 1 = 2x+8
2x^2+6x-9 = 0
x = [-6 +- sqrt(36-4*2*-9)]/4
Positive solution:
x = [-6 + 10.39]/2
x = 2.12 km/hr (B's walking rate)
======================================
Cheers,
Stan H.
=============