Final answer:
The function g(n) = 2n² + 8n + 5. Claims about the function's big O notation are evaluated.
Step-by-step explanation:
The function g(n) = 2n² + 8n + 5. For each of the given claims:
- True. Adding a constant to a function does not change its big O notation.
- False. The function g(n) is not linear, so it is not in O(n).
- True. The function g(n) is in O(n²) because it is a quadratic function.
- False. The function g(n) is not in Sl(n log(n)).
- False. The function g(n) is not in 12(n^a).
- False. The function g(n) is not in Ω(m^3).
- True. The function g(n) is in O(n) because the leading term is 2n².
- True. The function g(n) is in O(n²) because the leading term is 2n².
- True. The function g(n) is in O(n²) because the leading term is 2n