asked 9.5k views
3 votes
Let

f(x) = floor(2 - 3x/x + 3).
Evaluate f(1)+f(2) + f(3) + ... + f(999)+f(1000). (This sum has 1000 terms, one for the result when we input each integer from 1 to 1000 into f.)

1 Answer

6 votes

Answer:

To evaluate the sum f(1) + f(2) + f(3) + ... + f(999) + f(1000), we need to substitute each integer from 1 to 1000 into the function f(x) = floor(2 - 3x/x + 3) and then add up the results.

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.