Give two real life problems applying the concept of arithmetic series and give the solution.
Answers
Answer:
Let us write the penalty amount paid by the construction company from the first day as sequence
4000,5000,6000,..
The company can pay 165000 as penalty for this delay at maximum.
So, we have to write this amount as series
4000 + 5000 + 6000 +...
and the sum of the penalty amount is 165000.
Sn = 165000
(n/2)[2a +(n - 1)d] = 165000
Substitute a = 4000 and d = 1000.
(n/2)[2(4000) + (n -1)1000] = 165000
(n/2)[8000 + (n - 1)1000] = 165000
(n/2)[8000 + 1000n - 1000] = 165000
(n/2)[7000 + 1000n] = 165000
n[7000 + 1000n] = 165000 x 2
7000n + 1000n2 = 330000
Divide each side by 1000.
7n + n2 = 330
n2 + 7n - 330 = 0
(n - 15)(n + 22) = 0
n = 15, -22
Here 'n' represents number of days delayed.
So it must be positive.
Therefore the correct answer is 15.
Step-by-step explanation: