autodidude said:
Homework Equations
2kx^2 - (k+1)x + 4
This is not an equation. This is an expression. I'm assuming that there is a "= 0" at the end.
autodidude said:
What I have so far:
-> x^2 - (k+1/2k)x + 4/2k = 0
I am reading this as
[tex]x^2 - \left( k + \frac{1}{2k} \right) x + \frac{4}{2k} = 0[/tex]
I know what you mean but if you can't use LaTeX, add grouping symbols, at least, like this:
x^2 - (
(k+1
)/2k)x + 4/2k = 0
It's hard to be precise, but one has to be,
autodidude said:
-> x^2 - (k+1/2k)x + ((k+1/2k)/2)^2 - ((k+1/2k/2)^2 + 2k = 0
4/2k = 2k? That's wrong. You mean
[tex]\frac{4}{2k} = \frac{2}{k}[/tex]
autodidude said:
-> x^2 - (k+1/2k)x + (k+1/4k)^2 - (k+1/4k)^2 + 2k = 0
-> x^2 - (k+1/2k)x + (k^2+1/16k^2) - (k^2+1/16k^2) + 2k = 0
There are still issues with parentheses. Also, from the bolded part, you state:
(k + 1)
2 ≠ k
2 + 1
... which is wrong. Use the square of a binomial pattern, or FOIL:
(k + 1)
2 = k
2 + 2k + 1
Fix these errors and repost, please.
EDIT: Beaten to it.
