sw87 said:(3x)^2 I got 9x Nope.
The parentheses show that each factor (both the 3 and the x) gets squared. You only squared the 3.
(3x+6)^2 I got 9x+18x+18x+36 Yup. But, again, x times x is x^2. So, 3x * 3x is 9x^2.
18x and 18x are like-terms, so combine them.
-(x+6)^2 i'm stuck Square x + 6, first. Then, multiply the result by -1.
That's the Order of Operations, right? "E"xponentiation before "M"ultiplication; in other words, E before M, in the acronym PEMDAS (a memory aid).
If you're confused by anything I write, please ask specific questions.
sw87 said:(3x)^2=(3x+6)^2-(x+6)^2
9x^2=(3x+6)(3x+6)-(x+6)(x+6)
9x^2=9x^2+18x+18x+36-(x^2+6x+6x+36)
9x^2=9x^2+36x+36-x^2-12x-36
-9x^2 -9x^2
0=-x^2-9x^2+9x^2+36x-12x+36-36
0=-x^2+24x
+x^2 +x^2
x^2=24x
divide both sides by x We can't divide both sides by x because we don't know whether or not x is zero.
Sometimes it's okay to divide by x because there is given information of some sort that tells us the unknown variable is not zero. As long as we know that we are not dividing by something that could be zero, we're okay. That's not the case, in this exercise. We can't divide by x, here.
sw87 said:0=x(24-x)
set both equal to 0
x=0 24-x=0
+x +x
x=24
x={0,24} This is correct.