2

49 Painters are required to complete a painting job in 12 days . However, due to unforeseen circumstances , there was a delay and only one third of the job was completed in 5 days . Assuming that all Painters worked at the same initial rate , how Many more Painters are needed for the rest of the job to be completed as scheduled ?

I'm not quite sure on how to approach this qn ..

user307640
  • 2,632
  • 2
  • 17
  • 27

2 Answers2

1

Without delay the question hints at this rate: $$ 49 \cdot r \cdot 12 = W = 1 \Rightarrow \\ r = 1/(49\cdot 12) $$ where $W$ is the amount of work to be done.

They are now left with $1-1/3$ of the work and $12-5$ days, this has to do be done with $49+k$ painters, which can do $$ (49 + k) r (12-5) = (1- 1/3) $$ So insert the rate $r$ and solve for the number of extra painters $k$.

Spoiler:

$k = 7$

mvw
  • 34,562
0

So the difficulty to this question is the phrasing of it. You know:
-1/3 of the JOB was done in 5 days with 49 painters.
We let the following variables:
-$p$ be the number of painters
In this case, the rate, $r_1$, of the first batch of workers are: $$r_1=\frac{1/3 JOB}{\text{5 days} \cdot \text{49 painters}}=\frac{1}{15\cdot49}\frac{JOB}{\text{painter}\cdot\text{day}}$$ Then, we know there is 2/3 of the JOB left to be done in 7 days. So we state that the rate of the first batch times the remaining time and size of the first painter batch, with the rate of the second batch times the remaining time and size of the second painter batch, should equal 2/3: $$r_1\cdot49\text{painters}\cdot7\text{days}+r_2\cdot p\text{ painters}\cdot7\text{days}=\frac{2}{3}$$ Therefore, since we know the second batch of painters will have the same rate, $r_1=r_2$, we say: $$(49+p)\text{painters}\cdot7\text{days}\cdot r_1=\frac{2}{3}$$ So we simplify: $$(49+p)\text{painters}=\frac{2}{21r_1}\text{painters}$$ $$p=\frac{2}{21r_1}-49$$ Insert $r_1$ and simplify and you should obtain the number of painters

Keith Afas
  • 1,012
  • Your $r_1$ is the resulting rate, due to some delay. But the number of painters was choosen, because they could do the job in 12 days at their normal rate. You should assume no further delays and the painters going at normal rate not that rate under delay. – mvw Feb 22 '16 at 00:52
  • In the question, regardless of how many they hired for some expected deadline, the question operates by the fact that "this" much of the job was completed in "this" much time with "this" many painters. That is the initial and final rate that all the workers will work at – Keith Afas Feb 22 '16 at 00:56
  • In addition, your final answer is identical to the above $\frac{2}{21r_1}-49$... – Keith Afas Feb 22 '16 at 00:56
  • Assuming that there after 5 days there is 1/3 of the work done, then 7 days of 70 people working at the rate of 1/(15*49) would result in the remaining 2/3 of the work...p=21 and there is 49 painters + the new 21 painters... – Keith Afas Feb 22 '16 at 01:05
  • 7(49+21)/(1549)=2/3

    With the original 1/3 of the job that makes 1.0 Jobs

    – Keith Afas Feb 22 '16 at 01:06
  • I think the misuderstanding is what is meant by the questions "initial rate" – Keith Afas Feb 22 '16 at 01:10