208k views
1 vote
What is -f(x) as a simplified polynomial?

What is -f(x) as a simplified polynomial?-example-1
User Ilinykhma
by
4.5k points

1 Answer

2 votes

Explanation:

very simple : you apply the "-" operator to the function definition.

as you can write -f(x) also as -(f(x).

so, you just put the regular f(x) in, and then make it all "negative" :

-f(x) = -(4x² - 5) = -4x² + 5

User Garrett Gutierrez
by
4.1k points