Len can complete a task in 4 hours less than Ron. On the other hand if they both work together on the task it is completed in 4 hours. How long would it take for each of them to complete the task on their own?

This is more a tutorial on mathematical approach. The solution takes a bit of work so it is split into parts.

3 Answers
Dec 29, 2017

color(red)("Solution part 1")Solution part 1

Explanation:

The general approach is first to define the given key information in formats that may be manipulated. Then to eliminate what is not needed. Use what is left through some format of comparison to determine the target values.

There are a lot of variables so we need to reduce them by substitution if we can.

color(blue)("Defining the key points")Defining the key points

Let the total amount of work needed for the task be WW
Let the work rate of Ron be w_rwr
Let the time Ron would need to complete all the task be t_rtr

Let the work rate of Len be w_LwL
Let the time Len would need to complete all the task be t_LtL

Then we have:

w_rt_r=W" "....................Equation(1)
w_Lt_L=W" "...................Equation(2)

From the question we also have:

t_L=t_r-4" "................Equation(3)

Working together for 4 hours we have:

4w_r+4w_L=W" ".................Equation(4)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(blue)("Looking for usable connections")

Using Eqn(1) and Eqn(2) noting that W is a common value we can start to experiment to see if we can eliminate one or more of the unknowns. There are too many.

Lets express work rates in terms of W forming a link

Eqn(1)-> w_rt_r=W color(white)("d")=>color(white)("d")w_r=W/t_r" "....Equation(1_a)

Eqn(2)->w_Lt_L=W color(white)("d")=>color(white)("d")w_L=W/t_L" ".....Equation(2_a)

Ok, lets see if we can 'get rid' of one more. We now that from Eqn(3)color(white)("d")t_L=t_r-4 so we can do another substitution in Eqn(2_a) giving:

Eqn(2_a)->w_L=W/t_L color(white)("d")=>color(white)("d")w_L=W/(t_r-4)" ".....Equation(2_b)

Now we can substitute into Eqn(4) and see what we get.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(magenta)("See solution part 2")

Dec 29, 2017

color(magenta)("Solution part 2")

Explanation:

Continued from solution part 1

Substitute in Eqn(4) using Eqn(1_a) and Eqn(2_b)

color(green)([4color(red)(w_r)]+[4color(red)(w_L)]=Wcolor(white)("d")->color(white)("d")[4color(red)(xxW/t_r)]+[4color(red)(xxW/(t_r-4))]=W

color(white)("dddddddddddddddd")color(green)(->color(white)("ddd")(4W)/(t_r)color(white)("dd")+color(white)("dd")(4W)/(t_r-4)color(white)("ddd")=W)

As there are W's on both sides (in everything) we can 'get rid of them. Divide both sides by W

color(white)("dddddddddddddddd")color(green)(->color(white)("ddd")4/(t_r)color(white)("dd")+color(white)("dd")4/(t_r-4)color(white)("ddd")=1)

We now need to make the denominators all the same and we ul("'force'") them to be so.

Notice that there is only a t_r as the denominator on the left fraction. So we need a t_r that we can factor in the right hand denominator but in such a way that is just another way of writing t_r-4. Note that t_r(1-4/t_r) is such a thing. Multiply it out and you get t_r-4. So we write:

color(white)("dddddddddddddddddd")color(green)(->color(white)("dd")4/t_rcolor(white)("d")+color(white)("d")4/(t_r(1-4/t_r))color(white)("d")=1)

Now we need to change 4/t_r to have the same denominator as the right fraction. Multiply by 1 but in the form (1-4/t_r)/(1-4/t_r)

color(white)("dddddddddddddd")color(green)(->color(white)("dd")(4(1-4/t_r))/(t_r(1-4/t_r))color(white)("d")+color(white)("d")4/(t_r(1-4/t_r))color(white)("d")=1)

color(white)("dddddddddddddd")color(green)(->color(white)("ddddddd")(4(1-4/t_r)+4)/(t_r(1-4/t_r))color(white)("dddddd")=1)

color(white)("ddddddddddddddd")->color(white)("dddddd")4(1-4/t_r)+4 = t_r(1-4/t_r)

color(white)("ddddddddddddddd")->color(white)("dddddddd")4-16/t_rcolor(white)("d")+4=t_r-4

color(white)("ddddddddddddddd")->color(white)("ddddddddd")0=t_r+16/t_r-12

We need to 'get rid' of the denominator t_r so multiply both sides by t_r

color(white)("ddddddddddddddd")->color(white)("ddddddddd")0=(t_r)^2+16-12t_r
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(magenta)("See part 3")

Dec 29, 2017

color(red)("Solution Part 3")

t_r=6+2sqrt5

t_L=t_r-4=2+2sqrt5

Explanation:

In part 2 we ended up with:

0=(t_r)^2+16-12t_r

0=(t_r)^2-12t_r+16

Completing the square

0=(t_r-6)^2+k+16 where (-6)^2+k=0 => k=-32

0=(t_r-6)^2-32+16

0=(t_r-6)^2-20

t_r=6+-2sqrt5 Note that 6-2sqrt5 does not work so we have:

t_r=6+2sqrt5

Thus t_L=t_r-4=2+2sqrt5