Rule: y = 3x + 1
| Input (x) | Rule: 3x + 1 | Output (y) |
|---|---|---|
| 1 | 3(1) + 1 | 4 |
| 2 | 3(2) + 1 | 7 |
| 3 | 3(3) + 1 | 10 |
| 4 | 3(4) + 1 | 13 |
| 5 | 3(5) + 1 | 16 |
Notice the pattern: each output goes up by 3.
m = how much the output changes each time | b = the starting value
1. Use the rule y = 5x. What is y when x = 7?
2. Look at this table:
| x | y |
|---|---|
| 1 | 6 |
| 2 | 9 |
| 3 | 12 |
| 4 | ? |
What is y when x = 4?
3. A gym charges $10 per month plus a $25 sign-up fee. The rule is y = 10x + 25. How much do you pay for 6 months?
4. In the equation y = 4x, which variable is the independent variable? Type "x" or "y".