Math Problem Statement

A school board is investigating various ways of composing the staff for a proposed new elementary school.  They can hire teachers and assistants.  The amount of money the school district will spend on salaries each year depends on how many teachers and on how many assistants are hired.

The board finds that the annual teacher salary is $15,000, and the average assistant salary is $10,000.

The building can accommodate no more than 50 staff members in total. A minimum of 20 staff members is needed to run the school.

The school cannot be run entirely by assistants, so there must be at least 11 teachers. For the proper teacher-to-assistant ratio, the number of teachers must be at least half the number of assistants. It is impossible to hire a negative number of assistants or teachers.

Formulate the linear programming model and then answer questions below.

a.  Determine how many teachers will need to hire to minimize salary cost? (answer in whole number)

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Programming
Inequalities
Optimization

Formulas

Objective Function: C = 15,000x + 10,000y
Constraints: 20 ≤ x + y ≤ 50, x ≥ 11, 2x ≥ y, x ≥ 0, y ≥ 0

Theorems

Corner Point Theorem in Linear Programming

Suitable Grade Level

Grades 10-12