#completing the square
21 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
The formula for square of sum/difference is a^2 ± 2ab + b^2 = (a ± b)^2.
We look at the quadratic and linear terms: x^2 - 4x. We do the following:
x^2 - 4x = x^2 - 2*2*x
So, according to the formula above, what should the constant term be?
oh ok wait i get this
but what about this question i dont know how he got 20 multiplied by 2
why did he multiply 20 by 2 why not multiply 40 by 5 because it says 5ax
and ax is 40 x
Well, for (x + 20)^2 we just use the square of sum formula:
(x + 20)^2 = x^2 + 2(x)(20) + 20^2 = x^2 + 40x + 400
After that, we compare the coefficients on both sides.
why arent you including the 3a is that js bc it isnt involved
where did u also get the 2(x)(20) +20^2 +40x + 400 from?
soz im a bit slow 😭
Well, for now, I just showed what happens with (x + 20)^2. Of course, as (x + 20)^2 = x^2 + 40x + 400, then (x + 20)^2 - 3a = x^2 + 40x + 400 - 3a.
From the square of sum formula.
ohhh i get thisss
but i still dont see where the 2 is from
2 multiplied by 20
whats that i thought u js had to complete the square
why wouldnt it be multiplied by 5
Well, again, because (a + b)^2 = a^2 + 2ab + b^2, not a^2 + ab + b^2.