108k views
1 vote
At an arcade, there is a machine that accepts game tokens and returns tickets

that can be redeemed for prizes. Inserting 5 tokens returns 3 tickets and
inserting 10 tokens returns 8 tickets. You must insert tokens in multiples of 5 or
10, and you have a total of 20 tokens. Identify the domain in this situation?
*

User Leston
by
4.9k points

1 Answer

5 votes

Answer: 5, 10, 15, 20

Explanation:

Domain is all possible values that can be used as inputs in a function.

The arcade machine accepts multiples of 5 game tokens. You have 20 tokens. As the machine accepts 5 game tokens, the minimum is 5. Since you have 20, the maximum is 20.

The multiples of 5 are:

5 x 1 = 5

5 x 2 = 10

5 x 3 = 15

5 x 4 = 20

User Vallo
by
5.8k points