Question
Question: 150 workers were engaged to finish a piece of work in a certain number of days. Four workers dropped...
150 workers were engaged to finish a piece of work in a certain number of days. Four workers dropped the second day. Four more workers dropped by the third day and so on. It now takes 8 more days to finish the work. Find the number of days in which the work was completed.
Solution
Assume that a worker completes (x1)th fraction of work in a day. Assume that the work takes n days to finish. Using the fact that the sum of total of all the works done by all the workers over the period of time till the job is completed should be equal to the total work, form two equations in x and n. Eliminate the variable x from the equations and hence form a quadratic equation in n. Using the fact that the roots of the quadratic equation ax2+bx+c=0 are given by x=2a−b±b2−4ac find the two roots of the so formed quadratic equation in n. Remove the roots which are not natural numbers and hence find the value of n and hence find the number of days in which the work was completed.
Complete step-by-step answer:
Let a worker’s work for one day is equal to (x1)th fraction of the total work and let it takes the n days to complete the work.
So initially it would have taken n−8 days to complete the work.
The work will be completed when the fractional contribution of all the workers for all the days adds up to 1.
Hence we have 150x(n−8)=1
Multiplying both sides by n , we get
150(n−8)=x
i.e. 150n−1200=x....................(i).
Also, we have
Fractional Contribution of all the workers on first day =150×x1=x150
Fractional Contribution of all the workers on the second day =x1×(150−4)=x150−4
Continuing in this way
Fractional contribution of all the workers on nth day =x150−(n−1)4
Since sum of fractional contribution of all the workers on all the days till the jobs is concluded is 1, we have
x150+x150−4+x150−8+⋯+x150−(n−1)4=1
Multiplying both sides by x, we get
150+146+⋯+(150−(n−1)4)=x, which is sum up to nth term of the A.P 150,146,142,…
Here a=150,d=−4
We know that in A.P sum of n terms is given by Sn=2n(2a+(n−1)d).
Using the above formula, we get
2n(2×150−(n−1)4)=x⇒n(150−2n+2)=x
Substituting the value of x from equation (i), we get
n(152−2n)=150n−1200⇒152n−2n2=150n−1200
Subtracting 152n form both sides, we get
152n−2n2−152n=150n−1200−152n−2n2=−1200−2n⇒−n2=−600−n
Adding n2 on both sides, we get
n2−n−600=0
We know that the roots of the quadratic equation ax2+bx+c=0 are given x=2a−b±b2−4ac
Here a=1,b=−1 and c=−600.
Hence n=21±1+2400=21±2401=21±49=25,−24
Since the number of days is a natural number n=−24 is rejected.
Hence n=25 and hence the number of days in which the work was completed = 25.
Note: [1] Do not assume one days work to be (qp)th of total. The assumption that one days’ work of a man is x1 is valid since every fraction qp can be converted pq1=n1 form. This leads to the formation of a system of two equations and not in three equations.