SOLUTION: two technicians can complete a mailing in 3 hours when working together. alone, one can complete the mailing 2 hours faster than the other. how long will it take each person to com
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: two technicians can complete a mailing in 3 hours when working together. alone, one can complete the mailing 2 hours faster than the other. how long will it take each person to com
Log On
Question 206942: two technicians can complete a mailing in 3 hours when working together. alone, one can complete the mailing 2 hours faster than the other. how long will it take each person to complete the mailing alone? compute answer to two decimal places. Found 2 solutions by nerdybill, Theo:Answer by nerdybill(7384) (Show Source):
You can put this solution on YOUR website! two technicians can complete a mailing in 3 hours when working together. alone, one can complete the mailing 2 hours faster than the other. how long will it take each person to complete the mailing alone? compute answer to two decimal places.
.
Let x = time it takes to complete mailing by slower tech
then
x-2 = time it takes by faster tech
.
3(1/x + 1/(x-2)) = 1
3/x + 3/(x-2) = 1
Multiply both sides by a common denominator x(x-2):
3(x-2) + 3x = x(x-2)
3x-6 + 3x = x^2-2x
6x-6 = x^2-2x
-6 = x^2-8x
0 = x^2-8x+6
Solve using the quadratic equation yields:
x = {7.16, 0.84}
We can throw out the 0.84 solution because it will give a negative answer for the faster tech leaving us with:
x = 7.16 hours for the slower tech
x-2 = 7.16-2 = 5.16 hours for the faster tech
.
Details of quadratic follows:
You can put this solution on YOUR website! let x = rate of first technician
let y = rate of second technician.
-----
working together they can complete a mailing in 3 hours.
(x + y) * 3 = 1
(x + y) is their combined rate.
3 = number of hours
1 = units produced.
-----
they produced 1 unit of mailing in 3 hours working together.
-----
let the first technician be the faster mailer.
the first technician works at a rate of x mailings per hour.
the second technician works at a rate of y mailings per hour.
-----
alone, the first technician can complete the mailing 2 hours faster than the other.
-----
let h = amount of time in hours it takes for the first technician to complete the mailing.
-----
x * h = 1 mailing
-----
since the first technician can complete the mailing in 2 hours less than the second technician, then (h+2) represents the time it takes the second technician to complete the mailing.
-----
y * (h+2) = 1 mailing
-----
since x * h = 1, then x = (1/h) which looks like
-----
since y * (h+2) = 1, then y = (1/(h+2)) which looks like
-----
formula of (x+y)*3 = 1 becomes ((1/h) + (1/(h+2))) * 3 = 1
this looks like
-----
multiply both sides of this equation by (h)*(h+2) to get ((h+2) + (h)) * 3 = (h)*(h+2)
this looks like
-----
this becomes 6h + 6 = h^2 + 2h which looks like
-----
this eventually results in h^2 - 4h - 6 = 0 which looks like
-----
using the quadratic formula, the roots are either:
h = 5.16227766 or h = -1.16227766
-----
since h can't be negative, the only possible answer is h = 5.16227766
-----
if h = 5.16227766, then x = 1/5.16227766 = .193712943 and y = 1/7.16227766 = .13962039
-----
to test this out, we substitute for x and h in the equations we created that contain h in them.
-----
first equation is
-----
this becomes
which results in 1 = 1 proving the value of h is correct.
-----
second equation is x * h = 1.
x = .193712943
h = 5.16227766
x * h = 1 proving the values for x and h are good.
-----
third equation is y * (h+2) = 1.
y = .13962039
h + 2 = 7.16227766
y * (h+2) = 1 proving the values for y and (h+2) are good.
-----
we started off with
we then got
we then got
we then got
we then got
we then substituted in to get
we then solved for h.
-----
once we solved for h we were then able to complete the problem.
-----