The owner of a deli wants to purchase at least 15 more pounds of oven-baked turkey than of roast beef. Write the constraint using t for pounds of turkey and r for pounds of roast beef. (Points :1)

The constraint can be written as: t >= r + 15

To write the constraint, we need to consider that the owner wants to purchase at least 15 more pounds of oven-baked turkey than of roast beef.

Let's assume that the owner purchases 't' pounds of turkey and 'r' pounds of roast beef.

According to the given condition, the owner wants to purchase at least 15 more pounds of oven-baked turkey than of roast beef.

To represent this mathematically, we can write the constraint as:

t - r >= 15

So, the constraint equation is t - r >= 15, where 't' represents the pounds of turkey and 'r' represents the pounds of roast beef.