Answer:
Number & Cost($)
Feet & Yards
Explanation:
Number & Cost:
(2, 38), (4, 76) <====== pick any two point to find constant
constant = (y₂ - y₁) / (x₂ - x₁)
= (76 - 38) / (4 - 2)
= 38 / 2
= 19 <====== k the constant
y = kx
y = 19x
point (2, 38): 38 = 19(2) ===> 38 = 38
point (4, 76): 76 = 19(4) ===> 76 = 76
point (7, 133): 133 = 19(7) ===> 133 = 133
point (9, 171): 171 = 19(9) ===> 171 = 171
Feet & Yards:
(27, 9), (75, 25) <====== pick any two point to find constant
constant = (y₂ - y₁) / (x₂ - x₁)
= (25 - 9) / (75 - 27)
= 16 / 48
= 1/3 <====== k the constant
y = kx
y = 1/3x
point (3, 1): 1 = 1/3(3) ===> 1 = 1
point (12, 4): 4 = 1/3(12) ===> 4 = 4
point (27, 9): 9 = 1/3(27) ===> 9 = 9
point (75, 25): 25 = 1/3(75) ===> 25 = 25