Question 1203763
It takes 20 men 60 days to complete a building work. how many days longer would
it take 15 men, assuming that they all work at the same rate (formula method)
<pre>
You want the formula method but first, this is the best way:
Get the least common multiple of two of the corresponding given quantities.
Think of what would happen if you had that least common multiple instead.
Then think of what would happen if you had the other quantity. 

The least common multiple of 20 men and 15 men is 60 men.
Since it takes 20 men 60 days to complete a building work,
three times as many men, 60, will take 1/3 as long, or 20 days.
Then, one fourth as many men as that, 15, will take 4 times as long or 80 days.
Then 80 days is 20 more days than 60. 

But your prof doesn't like reasoning it out, and wants you to plug in a formula.
OK, let's humor your prof.

Use the worker-time-job formula, which is:

{{{(W[1]T[1])/J[1]}}}{{{""=""}}}{{{(W[2]T[2])/J[2]}}}

where

W<sub>1</sub> = the number of workers in the first situation.
T<sub>1</sub> = the number of time units (days in this case) in the first situation.
J<sub>1</sub> = the number of jobs done in the first situation.

W<sub>2</sub> = the number of workers in the second situation.
T<sub>2</sub> = the number of time units (days in this case) in the second situation.
J<sub>2</sub> = the number of jobs done in the second situation.

W<sub>1</sub> = 20             W<sub>2</sub> = 15     
T<sub>1</sub> = 60             T<sub>2</sub> = unknown quantity 
J<sub>1</sub> =  1             J<sub>2</sub> =  1

{{{(W[1]T[1])/J[1]}}}{{{""=""}}}{{{(W[2]T[2])/J[2]}}}

{{{(20*60)/1}}}{{{""=""}}}{{{(15*T[2])/1}}}

{{{1200}}}{{{""=""}}}{{{15*T[2]}}}

{{{1200/15}}}{{{""=""}}}{{{T[2]}}}

{{{80}}}{{{""=""}}}{{{T[2]}}}

80 days is 20 more days than 60.  Answer: 20 days.

Edwin</pre>