Help for two values of x

863 Views Asked by At

I'm looking for help. Even if you just tell me the process rather than the answer.

Given that $y=10-3x^2$, find two values of $x$ for which $y=-17$.

How would I go about answering this?

2

There are 2 best solutions below

0
On

Set $y = -17$, getting

$$-17 = 10 - 3x^2$$

Rearrange the equation to solve for $x^2$, and if possible take a square root.

0
On

$$-17 = y = 10 - 3x^2$$ Rearranging ($x$'es to one side, the rest to the other) gives $$3x^2 = 27$$ $$x^2 = 9$$ Taking the square root (which gives us two solutions) yields $$x = \pm \sqrt{9} = \pm 3$$