1
$\begingroup$

This question appeared in my homework, and we went over it in class today.

Solve the Zeros:

$$3x^2 = -81$$

My solution: $$3x^2=-81\\3x=\pm9i\\x=\pm3i$$

Correct Solution: $$3x^2=-81\\x^2=-27\\x=\sqrt{-27}\\x=\sqrt{9}\sqrt{3}\sqrt{-1}\\x=\pm3i\sqrt{3}$$

Why is the text book's solution correct, and not mine?

  • 6
    You failed to take the square root of $3$.2017-01-10
  • 0
    When you took the square root of both sides, you left 3 untouched. Do you see how the book divided both sides by 3 before taking the square root of both sides? Try getting rid of constants before taking square roots.2017-01-13

2 Answers 2

2

In your solution, when you extracted the square root of on both sides of your equation, you forgot to extract the square root of 3 on the left side. $$\sqrt{3x^2} \neq 3x$$

The correct extraction would be:

$$\sqrt{3x^2} = \sqrt3x$$

This was your only mistake.

From now on, try getting rid of constants before extracting a square root, if possible. Do this until you're familiar with this type of operations.

1

$$3x^2 = -81 \implies \sqrt 3x = \pm 9 i$$