To model the situation for the Math Club's fundraising with slices of pizza and cans of soda, we can define the following:
- Let \( p \) be the number of pizza slices sold.
- Let \( s \) be the number of cans of soda sold.
From the information given, we can set up two equations:
-
Equation to represent the total number of items sold: \[ p + s = 200 \]
-
Equation to represent the total profit:
- The profit from pizza is \( 3p \) (since each slice sold brings a profit of $3).
- The profit from soda is \( 2s \) (since each can sold brings a profit of $2). Hence, the total profit equation is: \[ 3p + 2s = 550 \]
In summary, the pair of linear equations that model this situation are:
- \( p + s = 200 \)
- \( 3p + 2s = 550 \)