asked 37.5k views
5 votes
How to solve a function?.

1 Answer

1 vote

Explanation:

a function with a single input variable x is usually defined like

y = f(x) = expression in x

to "solve" it means either to have a value for x and then calculate y.

or to have a value for y and find the corresponding value for x, so that f(x) = y. this usually involves finding and using the inverse function of f(x).

the details depend on the functions and operations used in the function expression.

answered
User Maxene
by
8.4k 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.