Final answer:
To maximize profit, the director at the dance studio should determine the number of tap and jazz classes to offer. This can be solved using linear programming.
Step-by-step explanation:
To maximize profit, the director at the dance studio should determine the number of tap and jazz classes to offer. Let's denote the number of tap classes as x and the number of jazz classes as y. We need to find the values of x and y that satisfy the following constraints:
- x ≤ 8 (at most 8 tap classes)
- y ≤ 5 (at most 5 jazz classes)
- x + y ≤ 10 (limited classroom space)
The profit per tap class is $150, and the profit per jazz class is $250. The total profit function can be expressed as:
P = 150x + 250y
Since we want to maximize profit, this becomes an optimization problem. We can solve this problem using linear programming.