You can
put this solution on YOUR website!The cost of producing an initial bicycle is £1200 and each successive bicycle there after cost £50 less than the last one. How many bicycles can be made for £10000?
I believe I know the formula, however because the Sn is 'less than' I cant seem to get to the answer!!
-------------------
Series: 1200 + 1150 + 1100 + ...
S(n) < 10,000
---------------------
a = 1200 and d = -50
--------------------------
Solve:
S(n) = (n/2)(a(1) + a(n))
10000 = (n/2)(1200 + a(n))
20000= (n)(1200 + 1200 +(n-1)(-50))
20000 = (n)(2400 -50n+50)
20000 = n(2450 - 50n)
-50n^2 +2450n - 20000 = 0
n^2 - 49n + 400 = 0
n = 38.65 or n = 10.35
----------------------------
Now consider the inequality:
20000 < n(2450n-50n)
n^2 -49n + 400 < 0
The parabola opens up so the
solutions for the inequality are
between the roots.
10.35 < n < 38.65
===============================
Cheers,
Stan H.