To model the situation with linear equations, we can set up the following variables:
- Let \( p \) be the number of pizza slices sold.
- Let \( s \) be the number of cans of soda sold.
We know from the problem statement that:
- The total number of items (slices of pizza and cans of soda) sold is 200.
- The total profit made from selling these items is $550.
Now, let's formulate the equations:
-
Equation for total items sold: \[ p + s = 200 \]
-
Equation for total profit:
- The profit from selling pizza slices is \( 3p \) (since they make a profit of $3 per slice).
- The profit from selling cans of soda is \( 2s \) (since they make a profit of $2 per can).
- Therefore, the equation for total profit is: \[ 3p + 2s = 550 \]
Putting it all together, the pair of linear equations that model this situation is:
\[ \begin{align*}
- & \quad p + s = 200 \
- & \quad 3p + 2s = 550 \end{align*} \]