Let's analyze each scenario to determine if it represents a function or not:
-
Input is Student ID number. Output is student age.
- This is a Function. Each student ID number corresponds to exactly one student age.
-
The teacher surveys the class. The input is the ages of students in class. The output is the grade level of students in class.
- This is Not a Function. Multiple students could share the same age and yet be in different grade levels. Thus, a single age (input) could potentially map to multiple grade levels (outputs).
-
Input is the year a group of students graduates from high school. Output is a list of their current salaries.
- This is Not a Function. The same graduation year could yield multiple students with different salaries, leading to multiple outputs for the same input.
-
Input is your birthday. Output is number of TVs in your house.
- This is Not a Function. Many people might share the same birthday but have different numbers of TVs, so the same input can lead to multiple outputs.
To summarize:
- Function: Student ID to student age.
- Not a Function: Ages to grade level; Graduation year to current salaries; Birthday to number of TVs.