Part 1: Define Variables and Create the Equation
Let's define our variables:
- \( S \): the number of standard tickets sold.
- \( P \): the number of premium tickets sold.
From the problem, we know that:
- Each standard ticket allows for 1 attendee.
- Each premium ticket allows for 2 attendees.
The total number of attendees in the theater can be represented by the equation:
\[ S + 2P = 300 \]
This equation states that the total number of attendees (which is the sum of attendees from standard tickets and twice the number from premium tickets) must equal the total number of seats available (300).
Part 2: Check if the Given Ticket Sales Fill the Theater
According to the scenario presented, the theater sells:
- 100 standard tickets (\( S = 100 \))
- 100 premium tickets (\( P = 100 \))
We can substitute these values into our equation to check if the theater is filled:
\[ S + 2P = 100 + 2(100) = 100 + 200 = 300 \]
Since the total number of attendees equals 300, we conclude that the theater is indeed filled with this ticket sales decision.
Thus, the answer is:
Yes, the theater is filled with the sale of 100 standard tickets and 100 premium tickets.