Gr8fu13 said:
That was what I did first, but it didn't feel right.
I had:
c^2 + 2/3c + 1/9
Well it IS right.
I suspect you do not understand the REASON for the formula. It is not SAFE to use a formula you do not understand because you may use it when you should not. You will also DOUBT yourself, and that is not a good feeling (although one we all become used to).
Let's take a numerical example, 7 * 12. Implicitly, the way you have been taught to do this problem is (7 * 12) = (7 * 2) + (7 * 10), right? You break it down into simpler problems that can be solved with the multiplication table. OK Let's break the more complex expression of [(w + x) * (y + z)] into simpler expressions. Let's do exactly what we did with the 7 and the 12.
[(w + x) * (y + z)] = [w(y + z)] + [x(y + z)]. You understand that step don't you?
Let's use the same method again.
w(y + z) = wy + wz.
x(y + z) = xy + xz. Anything mysterious here?
So, [(w + x) * (y + z)] = [w(y + z)] + [x(y + z)] = wy + wz + xy + xz.
That is the GENERAL result. If you multiply together two expressions each with two summands you get a result with four summands because 2 * 2 = 4.
But wait, what about (a + b) * (a + b).
Well it follows the general rule: (a + b) * (a + b) = (a * a) + (a * b) + (b * a) + (b * b). But that simplifies to
a^2 + ab + ba + b^2. And ab = ba. So we can simplify to
a^2 + ab + ab + b^2. Now we can simplify further to
a^2 + 2ab + b^2.
Now all these letters (w,x,y, z,a, and b) can stand for any number whatsoever. So we have just shown that (a + b) * (a + b) = a^2 + 2ab + b^2 for any pair of numbers a and b. Now you know WHY the formula works and so your "feel" will become more sensitive.