NOTES:
Use the equation y = mx + b where m is the unit rate and b is the one-time flat fee
1. Answer:
![\begin {array}{c||c|c|c|c}x&0&1&2&3\\ y&70.00&70.20&70.40&70.60\\\end{array}](https://tex.z-dn.net/?f=%5Cbegin%20%7Barray%7D%7Bc%7C%7Cc%7Cc%7Cc%7Cc%7Dx%260%261%262%263%5C%5C%20y%2670.00%2670.20%2670.40%2670.60%5C%5C%5Cend%7Barray%7D)
<u>Step-by-step explanation:</u>
coffee maker costs $70 - this is a one-time flat fee
it costs $0.20 per cup of coffee - this is the unit rate
y = 0.20x + 70
y = 0.20(0) + 70 → y = 0.00 + 70 → y = 70.00
y = 0.20(1) + 70 → y = 0.20 + 70 → y = 70.20
y = 0.20(2) + 70 → y = 0.40 + 70 → y = 70.40
y = 0.20(3) + 70 → y = 0.60 + 70 → y = 70.40
*******************************************************************************
2. Answer:
![\begin {array}{c||c|c|c|c}x&1&2&3&4\\ y&4.50&6.00&7.50&9.00\\\end{array}](https://tex.z-dn.net/?f=%5Cbegin%20%7Barray%7D%7Bc%7C%7Cc%7Cc%7Cc%7Cc%7Dx%261%262%263%264%5C%5C%20y%264.50%266.00%267.50%269.00%5C%5C%5Cend%7Barray%7D)
<u>Step-by-step explanation:</u>
shoes costs $3.00 - this is a one-time flat fee
it costs $1.50 per game of bowling - this is the unit rate
y = 1.50x + 3.00
y = 1.50(1) + 3.00 → y = 1.50 + 3.00 → y = 4.50
y = 1.50(2) + 3.00 → y = 3.00 + 3.00 → y = 6.00
y = 1.50(3) + 3.00 → y = 4.50 + 3.00 → y = 7.50
y = 1.50(4) + 3.00 → y = 6.00 + 3.00 → y = 9.00
*******************************************************************************
3. Answer: Negative
<u>Step-by-step explanation:</u>
As the x-values increase, the y-values decrease. Opposite directions results in a negative slope.
*******************************************************************************
4. Answer: Gym A → y = 20x + 50 Gym B → y = 25x + 30
<u>Step-by-step explanation:</u>
Use the slope formula:
. Then choose ONE of the points and input the point (x₁, y₁) and slope (m) into the Point-Slope formula: y - y₁ = m(x - x₁) and solve for y.
Gym A: (x₁, y₁) = (1, 70) and (x₂, y₂) = (2, 90)
![m=\dfrac{90-70}{2-1} = \dfrac{20}{1} = 20](https://tex.z-dn.net/?f=m%3D%5Cdfrac%7B90-70%7D%7B2-1%7D%20%3D%20%5Cdfrac%7B20%7D%7B1%7D%20%3D%2020)
y - 70 = 20(x - 1)
y - 70 = 20x - 20
y = 20x + 50
Gym B: (x₁, y₁) = (1, 55) and (x₂, y₂) = (2, 80)
![m=\dfrac{80-55}{2-1} = \dfrac{25}{1} = 25](https://tex.z-dn.net/?f=m%3D%5Cdfrac%7B80-55%7D%7B2-1%7D%20%3D%20%5Cdfrac%7B25%7D%7B1%7D%20%3D%2025)
y - 55 = 25(x - 1)
y - 55 = 25x - 25
y = 25x + 30