To represent the situation, let's define the variables:
- Let \( c \) represent the number of children at the party.
- Let \( a \) represent the number of adults at the party.
The total cost for the party can be expressed as:
\[ \text{Total Cost} = 150 + 10.50c + 5.50a \]
According to the information provided, the total cost must be less than or equal to the budget of $300. Therefore, we can write the inequality as:
\[ 150 + 10.50c + 5.50a \leq 300 \]
To simplify this, we can subtract 150 from both sides:
\[ 10.50c + 5.50a \leq 150 \]
Additionally, the constraints for the number of children and adults can be represented as:
\[ c \geq 1 \quad \text{(at least one child)} \] \[ a \geq 1 \quad \text{(at least one adult)} \]
So, the complete set of inequalities representing the situation is:
- \( 10.50c + 5.50a \leq 150 \)
- \( c \geq 1 \)
- \( a \geq 1 \)