Let original days required be D and Trees cut per day be T
A group of people decided to cut 128 trees in a certain number of days. This means \(D * T = 128\)
--- (1)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.
This makes the below equation -
\((4 * T) + (D - 4 - 1) (T + 4) = 164\)
\(4T + (D-5)(T+4) = 164\)
\(4T + DT - 5T + 4D - 20 = 164\)
\(4D + DT = 184 + T\)
--- (2)From (1) and (2), we get
\(4D + 128 = 184 + T\)
\(4D = 56 + T\)
--- (3)Now we need what was the number of trees the group was planning to cut per day, that is 'T'
Substituting D from (1) in (3);
\(\frac{128}{T}*4 = 56 + T\)
\(T^2 + 56T - 512 = 0\)
Solving for T,
\(T^2 + 64T - 8T - 512 = 0\)
\((T - 8)(T + 64) = 0\)
Hence T = 8, (A)