Answer:
Domain: 1 ≤ x ≤ 6
Range 10 ≤ M(x) ≤ 60
Explanation:
M(x) = 10x where x represents the number of tickets bought
Assume nobody goes with Victoria. In that case she will go alone, only 1 ticket is bought and total cost = $10
Maximum 5 friends means total of 6 tickets purchased so total cost is $60
Domain refers to the possible input values ie possible x values. Here the domain is 1 ≤ x ≤ 6 also written as [1, 6]
The range is the total possible set of output values. Here output of the function is cost and cost ranges between 10 and 60 inclusive
So Range = 10 ≤ M(x) ≤60 also written as [10, 60]