SOLUTION: Twin brothers, Billy and Bobby, can mow their grandparent's lawn together in 69 minutes. Billy could mow the lawn by himself in 15 minutes less time that it would take Bobby. How l

Algebra ->  Human-and-algebraic-language -> SOLUTION: Twin brothers, Billy and Bobby, can mow their grandparent's lawn together in 69 minutes. Billy could mow the lawn by himself in 15 minutes less time that it would take Bobby. How l      Log On


   



Question 468204: Twin brothers, Billy and Bobby, can mow their grandparent's lawn together in 69 minutes. Billy could mow the lawn by himself in 15 minutes less time that it would take Bobby. How long would it take Bobby to mow the lawn by himself?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Twin brothers, Billy and Bobby, can mow their grandparent's lawn together in 69 minutes. Billy could mow the lawn by himself in 15 minutes less time than it would take Bobby. How long would it take Bobby to mow the lawn by himself?
---------------
Together time = 69 min/job ; rate = 1/69 job/min
---------------------------------------
Billy time = x-15 min/job ; rate = 1/(x-15) job/min
------
Bobby time = x min/job ; rate = 1/x job/min
=================================================
Equation:
rate + rate = together rate
-----
1/x + 1/(x-15) = 1/69
-----
69(x-15) + 69x = x(x-15)
---
138x-69*15 = x^2-15x
----
x^2 -15x -138x + 69*15 = 0
---
x^2 - 153x + 69*15 = 0
======
x = [153 +- sqrt(153^2 - 4*69*15)/2
------
x = [153 +- sqrt(19269)]/2
----
Realistic answer:
x = 145.91 minutes (Bobby's time)
---
x-15 = 130.91 minutes (Billy's time)
======================================
Cheers,
Stan H.
===============