Question 960013: it cost $100 to join a museum and then $4 for each visit. write a function that provides the average cost y per visit after x visits Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! it cost $100 to join a museum and then $4 for each visit. write a function that provides the average cost y per visit after x visits
------
y = 100 + 4x
----------------
Cheers,
Stan H.
-----------