asked 99.1k views
5 votes
When the input is 3, what is the output?

Input
| f(x) = x 2 - 5
Output
f(x)

The answer I got is f(3)= 4, but I’m not sure if I’m correct

When the input is 3, what is the output? Input | f(x) = x 2 - 5 Output f(x) The answer-example-1
asked
User DerDu
by
9.1k points

1 Answer

3 votes

Answer:

output = 4

Explanation:

the input is 3 , the output is the value of f(3) , that is

f(x) = x² - 5 . then

f(3) = 3² - 5 = 9 - 5 = 4 ← output

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.