Let's define the variables:
- Let \( T \) represent the number of tacos sold.
- Let \( B \) represent the number of burritos sold.
From the problem statement, we have the following information:
- The price of each taco is $4.50.
- The price of each burrito is $6.75.
- Total revenue from taco and burrito sales is $576.
- The number of burritos sold is twice the number of tacos sold.
Using these details, we can set up the following system of equations:
-
The revenue equation can be expressed as: \[ 4.50T + 6.75B = 576 \]
-
The relationship between tacos and burritos can be expressed as: \[ B = 2T \]
So the system of equations is:
\[ \begin{cases} 4.50T + 6.75B = 576 \ B = 2T \end{cases} \]