a From the exercise, we know that Tino starts out with 12000 points. This means at the beginning of the year to the end of January at, his points sits at 12000.
We have been given information about how much Tino flies earns when he flies his different routes and how much he withdraws. This information, can be written as separate functions with different domains.
Seattle/Kansas City+3000 pointsEvery monthSeattle/LA+1900 pointsEvery third monthWithdrawals-25000 pointsEvery 6 monthsFunctionf(x)=3000x={1,2,…,12}Functiong(x)=1900x={3,6,9,12}Functionw(x)=-25000x={6,12}
With this information, we can create a table that shows how many frequent flier miles is added/subtracted each month and the cumulative, or total number of frequent flier miles Tino has in his account.
x123456789101112f(x)+g(x)+w(x)f(1)+g(1)+w(1)f(2)+g(2)+w(2)f(3)+g(3)+w(1)f(4)+g(4)+w(4)f(5)+g(5)+w(5)f(6)+g(6)+w(6)f(7)+g(7)+w(7)f(8)+g(8)+w(8)f(9)+g(9)+w(9)f(10)+g(10)+w(10)f(11)+g(11)+w(11)f(12)+g(12)+w(12)Added30003000490030003000-2010030003000490030003000-20100Total1500018000229002590028900880011800148001970022700257005600
Now we can draw the final graph.