To model the situation with a system of linear equations, we define the following variables:
- Let \( p \) be the number of pizza slices sold.
- Let \( s \) be the number of cans of soda sold.
We have two key pieces of information to form our equations:
-
The total number of items sold is 200: \[ p + s = 200 \]
-
The total profit from selling pizza and soda is $550. The profit from pizza is $3 per slice, and the profit from soda is $2 per can: \[ 3p + 2s = 550 \]
Putting these together, we have the pair of linear equations that represent the situation:
-
Total number of items sold: \[ p + s = 200 \]
-
Total profit: \[ 3p + 2s = 550 \]
These two equations can be used to solve for the values of \( p \) and \( s \).