The two functions F(n) and G(n) are defined as follows for positive integers n: F(n) = 1n∫0n (n − x) dx G(n) = ∑r=1n F(r) What is the smallest positive integer n such that G(n) > 150?
- A22
- B23
- C24
- D25
- E26
Show the answer and worked solution
answer · D
- A22
- B23
- C24
- D25
- E26
Evaluate F first, treating n as a constant inside the integral: ∫0n (n−x) dx = [nx − x22]0n = n22, so F(n) = n2. Then G(n) = 12∑r=1n r = n(n+1)4. The condition G(n) > 150 becomes n(n+1) > 600. At n = 24 the product is exactly 600, which fails the strict inequality, so the answer is n = 25.