To determine which option correctly represents the division of the polynomial \( x^2 + (a+b)x + ab \) by \( x + a \), we can perform polynomial long division or synthetic division.
Let \( P(x) = x^2 + (a+b)x + ab \) and divide it by \( x + a \).
- Divide the leading term \( x^2 \) by \( x \) to get \( x \).
- Multiply \( x + a \) by \( x \) resulting in \( x^2 + ax \).
- Subtract \( (x^2 + ax) \) from \( P(x) \):
\[ (x^2 + (a+b)x + ab) - (x^2 + ax) = (a+b)x - ax + ab = bx + ab \]
- Next, divide the leading term \( bx \) by \( x \) to get \( b \).
- Multiply \( x + a \) by \( b \) resulting in \( bx + ab \).
- Subtract \( (bx + ab) \) from the previous result:
\[ (bx + ab) - (bx + ab) = 0 \]
Since we have reached 0, the division is exact and we can express it as:
\[ x^2 + (a+b)x + ab = (x + a)(x + b) \]
Thus, the correct polynomial identity is:
\[ x^2 + (a+b)x + ab = (x + a)(x + b) \]
This corresponds to Option #3.
So, the answer is: 3.