A group of people decided to cut 128 trees in a certain number of days. For the first 4 days, they were able to achieve their planned per day target. However, for the remaining days, the group was able to cut 4 more trees daily than planned. In this way, the group had cut 164 trees one day before the planned finish date. What was the number of trees the group was planning to cut per day?
A. 8
B. 12
C. 16
D. 32
E. 64
Method 1:let the rate of number of trees to cut per day be x
x*d = 128
as they were able to maintain this rate for 4 days, and then increased the rate to (x+4) thereby decreasing the total number of days by one.
x*4 + (x+4)(d-4-1) = 164
x*4 + x*d - x*5 +4*d - 20 = 164
4*d - x = 56
\(4*128 - x^2 = 56x\)
\(4*128 = x( x+ 56)\)
\(8*(8+56) = x( x+ 56)\)
x= 8
Method 2:A. 8: initial number of days = 16, 8*4 + 12*11 = 32 + 132 = 164
B. 12: not possible as it do not divides 128
C. 16: initial number of days = 8, 16*4 + 20*3 = 64 + 60 = 124 less than the target.
D. 32: initial number of days = 4, not possible as they worked for 4 days and then some more
E. 64: initial number of days = 2, not possible as they worked for 4 days and still did not reached their target
Ans: A