To solve the problem, we need to define our variables and set up the equations based on the information provided.
Let's define the variables as follows:
- Let \( s \) be the number of small rooms reserved.
- Let \( l \) be the number of large rooms reserved.
According to the problem, we have the following information:
- Each small room can hold 3 people, and each large room can hold 4 people.
- Hudson reserved twice as many large rooms as small rooms, which means \( l = 2s \).
- The total accommodation capacity provided by both types of rooms equals 66 guests.
From this information, we can write the following equations:
-
For the total accommodation: \[ 3s + 4l = 66 \]
-
For the relationship between small and large rooms: \[ l = 2s \]
Putting it all together, the system of equations is: \[ \begin{cases} 3s + 4l = 66 \ l = 2s \end{cases} \]
This system can be used to determine the values of \( s \) and \( l \).