Given arithmetic progresion 20,17,14,…
Find smallest value of n so yn<0.
I can find value of n by mind , but do not know how to write the solution.
Answer
Assuming y0=20, your arithmetic progression has closed form
yn=20−3n
Now let us solve the following inequality.
0>20−3n
3n>20
n>203=7−13
The minimum integer value of n that satisfies the condition is
n=7.
No comments:
Post a Comment