==========================================================
Work Shown:
s = square side length
A = area of square = 9x^2+12x+4
A = s^2
A = (ax+b)^2
A = a^2*x^2 + 2abx + b^2 .... apply the FOIL rule
A = 9x^2 + 12x + 4
Equating corresponding terms, we see that,
Using a = 3 and b = 2, the sum of the values is a+b = 3+2 = 5, so that's why the answer is choice C.
Side note: 9x^2 + 12x + 4 factors to (3x + 2)^2