To solve this problem, we can define two variables: let \( h \) be the number of hot dogs sold, and \( p \) be the number of pretzels sold.
We know two key pieces of information:
-
The total number of hot dogs and pretzels is 300: \[ h + p = 300 \]
-
The total income from selling hot dogs and pretzels is $800: \[ 4h + 2p = 800 \]
Now we will solve these equations step-by-step.
First, we can simplify the second equation: \[ 4h + 2p = 800 \implies 2h + p = 400 \]
Now we have the following system of equations:
- \( h + p = 300 \)
- \( 2h + p = 400 \)
Next, we can subtract the first equation from the second to eliminate \( p \): \[ (2h + p) - (h + p) = 400 - 300 \] \[ 2h - h = 100 \] \[ h = 100 \]
Now that we have \( h \), we can plug this back into the first equation to find \( p \): \[ 100 + p = 300 \implies p = 200 \]
Thus, the boosters need to sell 100 hot dogs and 200 pretzels to reach their goal of $800.
The answer is:
- 100 hot dogs and 200 pretzels.