Let's calculate the values of \( y(1) \) and \( y(2) \) for the given \( x \) values, and then write them in the requested table format.
Step-by-step calculations:
-
For \( x = 8 \):
- \( y(1) = \frac{1}{2}(8) + 5 = 4 + 5 = 9 \)
- \( y(2) = -2(8) - 1 = -16 - 1 = -17 \)
- Points: \( (8, 9) \) and \( (8, -17) \)
-
For \( x = 4 \):
- \( y(1) = \frac{1}{2}(4) + 5 = 2 + 5 = 7 \)
- \( y(2) = -2(4) - 1 = -8 - 1 = -9 \)
- Points: \( (4, 7) \) and \( (4, -9) \)
-
For \( x = 0 \):
- \( y(1) = \frac{1}{2}(0) + 5 = 0 + 5 = 5 \)
- \( y(2) = -2(0) - 1 = 0 - 1 = -1 \)
- Points: \( (0, 5) \) and \( (0, -1) \)
-
For \( x = -2 \):
- \( y(1) = \frac{1}{2}(-2) + 5 = -1 + 5 = 4 \)
- \( y(2) = -2(-2) - 1 = 4 - 1 = 3 \)
- Points: \( (-2, 4) \) and \( (-2, 3) \)
Compiled Table:
Now, we compile the results into a table format:
| \( x \) | \( y(1) = \frac{1}{2}x + 5 \) | \( y(2) = -2x - 1 \) | \( (x,y(1)) \) | \( (x,y(2)) \) | |---------|-----------------------------|-----------------------|----------------|----------------| | 8 | 9 | -17 | (8,9) | (8,-17) | | 4 | 7 | -9 | (4,7) | (4,-9) | | 0 | 5 | -1 | (0,5) | (0,-1) | | -2 | 4 | 3 | (-2,4) | (-2,3) |
This completes the table!