Question 919187
Bianca travelled 1200km.if her average speed had been 5 more km per hour,she could have made the trip in 12 hours less time.find bianca s average speed
--------------------
Original DATA:
dist = 1200 km ; rate = x mph ; time = 1200/x hrs
----------------
Adjusted DATA:
dist = 1200 km ; rate = x+5 mph ; time = 1200/(x+5) hrs
-------
Equation:
orig time - adj time = 12 hrs
1200/x - 1200/(x+5) = 12 hrs
-----
1200x + 1200*5 - 1200x = 12x(x+5)
----
60000 = 12x^2 + 60x
x^2 + 5x - 5000 = 0
----
(x-68.25)(x+73.25) = 0
Positive solution:
x = 68.25 km/hr
=================
Cheers,
Stan H.
-------------------