Question 354179
let j=time John works to complete the job
let t=time Tim works to complete the job
--
give
j=t-6
each our working together they complete  1/j+1/t=1/(t-6) + 1/t of the job
together it takes 4 hours to complete the job
therefore  4*(1/(t-6)+1/t)=1
--
multiply by GCD t*(t-6) both side
4*(t+t-6))=t*(t-6)
4*(2t-6)=t^2-6t
8t-24=t^2-6t
0=t^2-14t+24
0=(t-2)*(t-12)
--
t=2 or t=12
if t=2 then t-6=-4 not a solution since time has to be positive for both
t=12 then t-6=6
so Tim takes 12 hours and John takes t-6 or 6 hours working alone