A1.E.1Function notation & evaluation01/05
Function notation and evaluation.
Step01of 05
A function is a rule that takes an input and returns exactly one output. f(x) reads "f of x" and means "the output of the function f when the input is x".
f(x)=2x+3
Read it as a recipe: take an input, double it, add 3. f(x) is NOT multiplication of f and x — the parentheses mean "evaluated at."