Question 101041
Peter takes 15 minutes longer to mow the lawn by himself than charles dows. Together they mow the lawn in 18 minutes. How long does it take for charles to mow the lawn by himself? 
------------------------
Charles DATA:
time = x minutes/job ; rate = 1/x job/min
---------------
Peter DATA;
time = x+15 min/job ; rate = 1/(x+15) job/min
-----------------
Together DATA:
time = 18 min/j job ; rate = 1/18 job/min
------------------
EQUATION:
rate + rate = together rate
1/x + 1/(x+15) = 1/18
Multiply thru by 18x(x+15)

18(x+15) + 18x = x(x+18)
18x+18*15 + 18x = x^2 + 18x
x^2 -18x -270 = 0
x = [18 +- sqrt(18^2-4*-270)]/2
x = [18 +- 37.47]/2
Positive answer:
x = 27.735 minutes (time for Charles to do the job)
x+15 = 42.735 (time for Peter to do the job)
===========
Cheers,
Stan H.