2. Understanding Relations and Functions
Sign In
Range: {30, 32, 34, 36, 38, 40 }
Is it a Function? Yes.
A =30 + 2r
| Rides r | A=30+2r | Amount A |
|---|---|---|
| 0 | A = 30 + 2( 0) | 30 |
| 1 | A = 30 + 2( 1) | 32 |
| 2 | A = 30 + 2( 2) | 34 |
| 3 | A = 30 + 2( 3) | 36 |
| 4 | A = 30 + 2( 4) | 38 |
| 5 | A = 30 + 2( 5) | 40 |
Now, we can obtain the graph of the relation by plotting the points from the table.
Finally, to create the mapping diagram, we can look at the table once more. We have to order all the inputs and outputs and match them accordingly.
Domain:& {0, 1, 2, 3, 4, 5 } Range:& {30, 32, 34, 36, 38, 40 } Furthermore, we can see that this relation is a function because each value in the domain is paired with exactly one value in the range. This can be seen most clearly in the mapping diagram.