34.3k views
2 votes
The function f(x) = 2x2 + 3x + 5, when evaluated, gives a value of 19. What is the function’s input value?

User Sakuraba
by
6.3k points

1 Answer

3 votes
f(x)......ur output = 19

19 = 2x^2 + 3x + 5
2x^2 + 3x + 5 - 19 = 0
2x^2 + 3x - 14 = 0
(2x + 7)(x - 2) = 0

2x + 7 = 0
2x = -7
x = -7/2

x - 2 = 0
x = 2

I believe there is 2 possible answers......x (ur input value) = -7/2 or 2
User James Jithin
by
5.8k points