A function is a relationship or rule that assigns to each input value exactly one output value. In other words, it pairs each input with exactly one output.
Function notation is a way of representing a function. It uses a special notation to show the input and output of a function. The most common form of function notation is f(x), where f is the name of the function and x is the input value.
When using function notation, you replace the variable in the function with the input value given. For example, if you have a function f(x) = 2x + 3, and you want to find the output for an input of 5, you would substitute 5 in place of x, like this: f(5) = 2(5) + 3 = 13. So, when you see f(5), it means you're finding the output of the function when the input is 5.