Correct answer: 7n(n+1)/2
The function f is additive, meaning it can be expressed in the form f(x) = cx for some constant c. Given that f(1) = 7, we find c = 7, leading to f(x) = 7x. The sum A3_(r=1)ⁿ f(r) becomes A3_(r=1)ⁿ 7r, which simplifies to 7(n(n+1)/2) using the formula for the sum of the first n integers.