To solve this problem, we can define two variables:
- Let \( h \) be the number of hot dogs sold.
- Let \( p \) be the number of pretzels sold.
We are given the following information:
-
The total number of hot dogs and pretzels is 300: \[ h + p = 300 \]
-
The total income needed is $800, where hot dogs are sold at $4 each and pretzels are $2 each: \[ 4h + 2p = 800 \]
We have a system of equations:
- \( h + p = 300 \)
- \( 4h + 2p = 800 \)
Now, we can solve this system.
From the first equation, we can express \( p \) in terms of \( h \): \[ p = 300 - h \]
Now we can substitute \( p \) into the second equation: \[ 4h + 2(300 - h) = 800 \]
Simplifying this: \[ 4h + 600 - 2h = 800 \] \[ 2h + 600 = 800 \] \[ 2h = 200 \] \[ h = 100 \]
Now substitute \( h \) back into the equation for \( p \): \[ p = 300 - h = 300 - 100 = 200 \]
So, the boosters need to sell 100 hot dogs and 200 pretzels to reach their goal of $800.
The correct option is: 100 hot dogs and 200 pretzels.