11th Grade Q1
A function is one-to-one if each input has a unique output, and each output comes from only one input. This means no two inputs can produce the same output.
Example 1
Imagine an app subscription plan where the cost depends on the number of months you subscribe:
Here:
- is the number of months.
- is the total cost in dollars.
If you subscribe for 1 month, the cost is
Example 2
Consider a situation where students take a test, and multiple students can receive the same score. Let represent the score of a student .
For example:
- Student scores 85.
- Student scores 85.
- Student scores 90.
Here, different inputs (students) can have the same output (test scores). In particular, and have the same output, . This is not a one-to-one function because one output corresponds to more than one input.