[Math] How to make a “function”

algebra-precalculusfunctions

I dropped out of school early when I was still a teenager and now I'm trying to take my GED. I'm really close to passing but I'm still having trouble understanding some concepts.

In the pre-test, there is this question:

Add one number to each column of the table so that it shows a function. Do not repeat an ordered pair that is in the table.

$$\begin{array}{c|c}
x & y \\
\hline
6 & 6 \\
3 & 8 \\
9 & 12 \\
7 & 8 \\
\fbox{?} & \fbox{?}
\end{array}$$

$$\fbox{ 3 }\quad\fbox{ 6 }\quad\fbox{ 7 }\quad\fbox{ 8 }\quad\fbox{ 9 }\quad\fbox{ 12 }$$

I'm not entirely sure what a function is, and I have found some questions on SE explaining it, I'm not really getting any of it. It's all confusing.

So I was hoping if someone could explain this question to me, and what's the answer, and why. I'm hoping this could help me understand the concept.

Best Answer

The other answers are good. I thought I would include these pictures from Wikipedia because, while you can visualize a function as a graph on $x,y$ axes, I also like visualizing functions as objects connected by arrows.

Here we have an example of a function that turns $x$'s into $y$'s just by traveling along the arrows.

enter image description here

This is a perfectly good function because there is no ambiguity. We can see that $f(1)$ gives us $D$, $f(2)$ gives us $C$, and $f(3)$ gives us $C$ as well.

This next example is not a function, because one of the inputs ($2$) has more than one output.

enter image description here

We can see that $f(1)$ is $D$, but what about $f(2)$? We can't decide what it is because there is more than one output. So this is not a function. Rather, it is a relation.

(In case you're disturbed that the outputs are letters and not numbers... functions can connect any two collections of "things". These things don't have to be numbers, but they often are.)

Related Question