asked 90.4k views
1 vote
given f(x) = 3/2x - 5 and g(x) = x^2 + 2x find x (the input) if g(x) = 0 ( the output 0 ) there are 2 answers

1 Answer

5 votes

if g(x) = 0, then

x = 0 -- > g(0) = 0^2 + 2(0) = 0 + 0

AND x = -2 --> g(-2) = -2^2 + 2(-2) = 4 + (-4) = 0.

I don't know why f(x) was given at all, but when x = 0, f(0) = -5, and when x = -2, f(-2) = -8.

answered
User CollisionTwo
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.