Hi E.b. P.,
In this problem we are given speed, a partial time, and asked for distance. For an object distance over time is speed, d/t = s, or distance equals speed times time, d = s*t.
Lets write an equation for the distance to the business and call it dtb (tb for to business):
dtb = 50*t; (speed is 50 mph)
Lets write an equation for the return trip from the business and call it drt (rt for return trip):
drt = 40*(t + 1/4); (speed is 40 mph and return trip time is 1/4 hr longer than trip time to business)
And the distance to the business is equal to the distance of the return trip:
dtb = drt;
50*t = 40*(t + 1/4); (plug in values for dtb and drt)
50*t = 40*t + 10
10*t = 10
t = 1
This question asks for the distance to the business, dtb:
dtb = s*t;
dtb = 50*1;
dtb = 50 miles; (we have miles per hour, mph, with miles as our distance)
I hope this helps, Joe.