A business analyst uses a function, Q to analyze vending machine revenue. Q(n) represents the revenue from the machine, where n is the number of quarters the machine received over a specified time period. which of the following would be a possibal domain

{0.25,0.50,0.75,1.00,...}
{-2,-1,0,1,2}
{...-2,-1,0,1,2,...}
{0,1,2,3,...}

The possible domain for the function Q(n) would be {0,1,2,3,...} since it represents the number of quarters received by the vending machine, which would always be a non-negative integer.