Question:

If $f(f(0)) = 0$, where $f(x) = x^2 + ax + b$, $b \neq 0$, then $a + b =$

Show Hint

Substitute expressions step-by-step to evaluate nested functions and use given conditions.
Updated On: May 19, 2025
  • $2$
  • $1$
  • $-1$
  • $-2$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Let $f(x) = x^2 + ax + b$
Then $f(0) = b$, so $f(f(0)) = f(b) = b^2 + ab + b$
Given $f(f(0)) = 0 \Rightarrow b^2 + ab + b = 0$
Factor: $b(b + a + 1) = 0$
Since $b \ne 0$, $b + a + 1 = 0 \Rightarrow a + b = -1$
Was this answer helpful?
0
0