Assuming that a slice of pizza costs the same regardless of its topping, the expression that represents the cost of x number of pepperoni slices and y number of sausage slices of pizza would be:
$250 * (x + y)
Here, (x + y) represents the total number of slices of pizza ordered, and multiplying by $250 gives the total cost of the order in dollars.