To solve the problem arithmetically, the first step would be to define variables for the costs of the adult and child movie tickets. Let's define:
- Let \( A \) be the cost of one adult ticket.
- Let \( C \) be the cost of one child ticket.
According to the problem, we know two things:
-
The total cost for three adult tickets and three child tickets is $75, which can be expressed as: \[ 3A + 3C = 75 \]
-
The cost of each child ticket is $3 less than the cost of an adult ticket, which can be written as: \[ C = A - 3 \]
The next steps would then involve substituting the second equation into the first equation to solve for either \( A \) or \( C \). But the very first step is defining the variables \( A \) and \( C \).