Don't do:
Subject: HELP!
Do:
Subject: Solving quadratic equations by factoring
Don't do:
x+3
----
2
Do:
(x+3)/2
Don't do:
Here's how I proceeded in solving this equation: x^2 + 5x + 7 = 1, x^2 + 5x + 6 = 0 ...got 0 on one side, (x+2) (x+3) = 0 ...factored, x = 2, 3. The answer key says the correct answers are x = -2, -3. Where did I go wrong?
Do:
Here's how I proceeded in solving this equation:
x^2 + 5x + 7 = 1
x^2 + 5x + 6 = 0 ...got 0 on one side
(x+2)(x+3) = 0 ...factored
x = 2, 3
The answer key says the correct answers are x = -2, -3. Where did I go wrong?
Don't do:
x+3/2
Do:
(x+3)/2 or x+(3/2)
Don't Do:
x^3c+7
Do:
x^(3c) + 7 or x^(3c+7)
For more information, see the section on importance of parentheses.