2) A family of 2 adults and 3 children go to the county fair that sells raffle tickets for 75¢ each. Admission price is $5 per child and $8 per adult. Let n be the number of raffle tickets bought.


2a) Write a function in the form of C(n) to describe the cost of this family going to the county fair.

2b) What is the domain of this function?

2c) What is the range of this function?

C(n) = 2*8 + 3*5 + .75n = 31 + .75n

domain is all integers >= 0
range is all multiples of .75 >= 0